Update BGP guide with MBGP configuration 99/9099/2
authorMarek Gradzki <[email protected]>
Mon, 30 Oct 2017 10:01:03 +0000 (11:01 +0100)
committerMarek Gradzki <[email protected]>
Mon, 30 Oct 2017 12:54:02 +0000 (12:54 +0000)
https://gerrit.fd.io/r/#/c/8486/ moved
BGP multiprotocol extensions configuration to seprate modules.

Change-Id: Ia316d75d4394d0ed6da459e0aa949d3a47a1a1a2
Signed-off-by: Marek Gradzki <[email protected]>
release-notes/src/main/asciidoc/user_guide/bgp_in_honeycomb_user_guide.adoc

index 71285db..bd917aa 100644 (file)
@@ -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: