summaryrefslogtreecommitdiffstats
path: root/infra/bgp-distribution/src/main/resources/honeycomb-minimal-resources/config/bgp-peers.json
diff options
context:
space:
mode:
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
}
]
}