diff options
-rw-r--r-- | api/attribute.pb.go | 4 | ||||
-rw-r--r-- | api/attribute.proto | 4 |
2 files changed, 8 insertions, 0 deletions
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 |