diff options
Diffstat (limited to 'api')
-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 fdd60db6..f30a3d61 100644 --- a/api/attribute.pb.go +++ b/api/attribute.pb.go @@ -2322,6 +2322,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 71968f98..2ba903bc 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 |