diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/pyang_plugins/gobgp.yang | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/tools/pyang_plugins/gobgp.yang b/tools/pyang_plugins/gobgp.yang index c8f6029c..911de3bc 100644 --- a/tools/pyang_plugins/gobgp.yang +++ b/tools/pyang_plugins/gobgp.yang @@ -84,13 +84,20 @@ module gobgp { reference "RFC4684"; } - identity ENCAP { + identity IPV4-ENCAP { base bgp-types:afi-safi-type; description "Encapsulation (AFI,SAFI = 1,7)"; reference "RFC5512"; } + identity IPV6-ENCAP { + base bgp-types:afi-safi-type; + description + "Encapsulation (AFI,SAFI = 2,7)"; + reference "RFC5512"; + } + identity IPV4-FLOWSPEC { base bgp-types:afi-safi-type; description |