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 639edd10..fd75bef3 100644 --- a/tools/pyang_plugins/gobgp.yang +++ b/tools/pyang_plugins/gobgp.yang @@ -148,6 +148,13 @@ module gobgp { reference "https://tools.ietf.org/html/draft-lapukhov-bgp-opaque-signaling-01"; } + identity LS { + base bgp-types:afi-safi-type; + description + "Linkstate (AFI,SAFI = 16388,71)"; + reference "RFC7752"; + } + grouping gobgp-message-counter { description "Counters for all BGPMessage types"; |