From 99eb22020185f20d1570aa2f286ca672fd03cd51 Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Mon, 30 Oct 2017 11:01:03 +0100 Subject: Update BGP guide with MBGP configuration https://gerrit.fd.io/r/#/c/8486/ moved BGP multiprotocol extensions configuration to seprate modules. Change-Id: Ia316d75d4394d0ed6da459e0aa949d3a47a1a1a2 Signed-off-by: Marek Gradzki --- .../main/asciidoc/user_guide/bgp_in_honeycomb_user_guide.adoc | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'release-notes') diff --git a/release-notes/src/main/asciidoc/user_guide/bgp_in_honeycomb_user_guide.adoc b/release-notes/src/main/asciidoc/user_guide/bgp_in_honeycomb_user_guide.adoc index 71285db7f..bd917aad3 100644 --- a/release-notes/src/main/asciidoc/user_guide/bgp_in_honeycomb_user_guide.adoc +++ b/release-notes/src/main/asciidoc/user_guide/bgp_in_honeycomb_user_guide.adoc @@ -21,8 +21,17 @@ in distribution dir (/opt/honeycomb in case honeycomb was installed from package io.fd.honeycomb.infra.bgp.BgpModule io.fd.honeycomb.infra.bgp.BgpReadersModule io.fd.honeycomb.infra.bgp.BgpWritersModule +// io.fd.honeycomb.northbound.bgp.extension.EvpnModule +io.fd.honeycomb.northbound.bgp.extension.InetModule +// io.fd.honeycomb.northbound.bgp.extension.L3VpnV4Module +// io.fd.honeycomb.northbound.bgp.extension.L3VpnV6Module +// io.fd.honeycomb.northbound.bgp.extension.LabeledUnicastModule +// io.fd.honeycomb.northbound.bgp.extension.LinkstateModule ---- +NOTE: HC allows to enable selected Multiprotocol BGP extensions. For the purpose of the guide, only InetModule +extension module was enabled (IPv4 and IPv6 support). + === BGP server configuration Use config/bgp.json to configure BGP server: -- cgit 1.2.3-korg