diff options
Diffstat (limited to 'tools/pyang_plugins/gobgp.yang')
-rw-r--r-- | tools/pyang_plugins/gobgp.yang | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/pyang_plugins/gobgp.yang b/tools/pyang_plugins/gobgp.yang index eeda0aa6..e00e1c41 100644 --- a/tools/pyang_plugins/gobgp.yang +++ b/tools/pyang_plugins/gobgp.yang @@ -141,6 +141,20 @@ module gobgp { reference "draft-ietf-idr-flowspec-l2vpn-03"; } + identity IPV4-SRPOLICY { + base bgp-types:afi-safi-type; + description + "SR Policy IPv4 (AFI,SAFI = 1,73)"; + reference "https://tools.ietf.org/html/draft-ietf-idr-segment-routing-te-policy-11"; + } + + identity IPV6-SRPOLICY { + base bgp-types:afi-safi-type; + description + "SR Policy IPv6 (AFI,SAFI = 2,73)"; + reference "https://tools.ietf.org/html/draft-ietf-idr-segment-routing-te-policy-11"; + } + identity OPAQUE { base bgp-types:afi-safi-type; description |