diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2021-02-27 00:29:12 +0100 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2021-10-19 01:26:34 +0200 |
commit | e9449022ff9f88de103328ec84724e02914a1bfd (patch) | |
tree | f51997bd7d725b547c15fdca66978fc3e7e1791f | |
parent | c8e54e7f8a2a49c8c035d5becf33b21fc0babf25 (diff) |
api: update ExtendedCommunitiesAttribute commentextended-community-comment
Add missing extended community types to comment.
Signed-off-by: Mikael Magnusson <mikma@users.sourceforge.net>
-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 |