From 1ebe244eb98ca8c5c4728caaa767e76a777580d6 Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Mon, 19 Jun 2017 08:25:04 +0200 Subject: Add support for BGP labeled unicast ipv4 extension Change-Id: Id004eaf98d03daec260e7c13b79ced0f4785b952 Signed-off-by: Marek Gradzki --- .../main/resources/honeycomb-minimal-resources/config/bgp-peers.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'infra/bgp-distribution/src/main/resources/honeycomb-minimal-resources/config') 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 } ] } -- cgit 1.2.3-korg