From: Marek Gradzki Date: Mon, 30 Oct 2017 10:01:03 +0000 (+0100) Subject: Update BGP guide with MBGP configuration X-Git-Tag: v1.18.01-RC1~49 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=99eb22020185f20d1570aa2f286ca672fd03cd51;p=hc2vpp.git 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 --- 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: