summaryrefslogtreecommitdiffstats
path: root/infra/bgp-distribution/src/main/resources/honeycomb-minimal-resources/config/bgp-peers.json
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-06-19 08:25:04 +0200
committerMarek Gradzki <mgradzki@cisco.com>2017-06-19 08:25:04 +0200
commit1ebe244eb98ca8c5c4728caaa767e76a777580d6 (patch)
tree885f8cc489ca3380bd42c909c18753965722c8ae /infra/bgp-distribution/src/main/resources/honeycomb-minimal-resources/config/bgp-peers.json
parent5e30997a790f77310dcaf08569244f081389b2a2 (diff)
Add support for BGP labeled unicast ipv4 extension
Change-Id: Id004eaf98d03daec260e7c13b79ced0f4785b952 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'infra/bgp-distribution/src/main/resources/honeycomb-minimal-resources/config/bgp-peers.json')
-rw-r--r--infra/bgp-distribution/src/main/resources/honeycomb-minimal-resources/config/bgp-peers.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/infra/bgp-distribution/src/main/resources/honeycomb-minimal-resources/config/bgp-peers.json b/infra/bgp-distribution/src/main/resources/honeycomb-minimal-resources/config/bgp-peers.json
index 6de2065b8..93405fba6 100644
--- a/infra/bgp-distribution/src/main/resources/honeycomb-minimal-resources/config/bgp-peers.json
+++ b/infra/bgp-distribution/src/main/resources/honeycomb-minimal-resources/config/bgp-peers.json
@@ -12,6 +12,11 @@
"afi-safi-name": "openconfig-bgp-types:IPV4-UNICAST",
"receive": true,
"send-max": 0
+ },
+ {
+ "afi-safi-name": "openconfig-bgp-types:IPV4-LABELLED-UNICAST",
+ "receive": true,
+ "send-max": 0
}
]
}