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 /api/gobgp.proto | |
parent | 526bd67f5de4cf361aaab2d10456e5113899ca54 (diff) |
Add experimental BGP-LS feature
Diffstat (limited to 'api/gobgp.proto')
-rw-r--r-- | api/gobgp.proto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/api/gobgp.proto b/api/gobgp.proto index d1f49a4a..e17aacf8 100644 --- a/api/gobgp.proto +++ b/api/gobgp.proto @@ -451,6 +451,7 @@ message Family { AFI_IP = 1; AFI_IP6 = 2; AFI_L2VPN = 25; + AFI_LS = 16388; AFI_OPAQUE = 16397; } @@ -462,6 +463,7 @@ message Family { SAFI_ENCAPSULATION = 7; SAFI_VPLS = 65; SAFI_EVPN = 70; + SAFI_LS = 71; SAFI_MPLS_VPN = 128; SAFI_MPLS_VPN_MULTICAST = 129; SAFI_ROUTE_TARGET_CONSTRAINTS = 132; @@ -518,6 +520,7 @@ message Path { // - FlowSpecNLRI // - VPNFlowSpecNLRI // - OpaqueNLRI + // - LsAddrPrefix google.protobuf.Any nlri = 1; // Each attribute must be one of *Attribute defined in // "api/attribute.proto". |