diff options
Diffstat (limited to 'infra/bgp-distribution/src/main/resources/honeycomb-minimal-resources')
-rw-r--r-- | infra/bgp-distribution/src/main/resources/honeycomb-minimal-resources/config/bgp-peers.json | 5 |
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 } ] } |