diff options
Diffstat (limited to 'tools/pyang_plugins')
-rw-r--r-- | tools/pyang_plugins/gobgp.yang | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/pyang_plugins/gobgp.yang b/tools/pyang_plugins/gobgp.yang index e7dc1dcd..a15fe80d 100644 --- a/tools/pyang_plugins/gobgp.yang +++ b/tools/pyang_plugins/gobgp.yang @@ -119,6 +119,13 @@ module gobgp { reference "RFC5575"; } + identity OPAQUE { + base bgp-types:afi-safi-type; + description + "Opaque (AFI,SAFI = 16397,241)"; + reference "https://tools.ietf.org/html/draft-lapukhov-bgp-opaque-signaling-01"; + } + grouping gobgp-message-counter { description "Counters for all BGPMessage types"; |