diff options
author | Artur Makutunowicz <arma@linkedin.com> | 2019-01-17 10:28:23 -0800 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2019-01-26 12:40:45 +0900 |
commit | 192480fc7127ce0f266407cecceb00703807bbca (patch) | |
tree | 7f45576e8a12259db5d3a257180db38849abc932 /tools/pyang_plugins | |
parent | 526bd67f5de4cf361aaab2d10456e5113899ca54 (diff) |
Add experimental BGP-LS feature
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"; |