From e9449022ff9f88de103328ec84724e02914a1bfd Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Sat, 27 Feb 2021 00:29:12 +0100 Subject: api: update ExtendedCommunitiesAttribute comment Add missing extended community types to comment. Signed-off-by: Mikael Magnusson --- api/attribute.pb.go | 4 ++++ api/attribute.proto | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/api/attribute.pb.go b/api/attribute.pb.go index 712c3e57..909a3035 100644 --- a/api/attribute.pb.go +++ b/api/attribute.pb.go @@ -2321,6 +2321,10 @@ type ExtendedCommunitiesAttribute struct { // - TwoOctetAsSpecificExtended // - IPv4AddressSpecificExtended // - FourOctetAsSpecificExtended + // - ValidationExtended + // - ColorExtended + // - EncapExtended + // - DefaultGatewayExtended // - OpaqueExtended // - ESILabelExtended // - MacMobilityExtended diff --git a/api/attribute.proto b/api/attribute.proto index 619fc691..24b63248 100644 --- a/api/attribute.proto +++ b/api/attribute.proto @@ -464,6 +464,10 @@ message ExtendedCommunitiesAttribute { // - TwoOctetAsSpecificExtended // - IPv4AddressSpecificExtended // - FourOctetAsSpecificExtended + // - ValidationExtended + // - ColorExtended + // - EncapExtended + // - DefaultGatewayExtended // - OpaqueExtended // - ESILabelExtended // - MacMobilityExtended -- cgit v1.2.3