summaryrefslogtreecommitdiffstats
path: root/release-notes
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-10-30 11:01:03 +0100
committerMarek Gradzki <mgradzki@cisco.com>2017-10-30 12:54:02 +0000
commit99eb22020185f20d1570aa2f286ca672fd03cd51 (patch)
tree10d1e95906d8f424b12001a461822bdc80cb8915 /release-notes
parenta71ef3d551a4dd7f50bf187190de905f6e8e34b1 (diff)
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 <mgradzki@cisco.com>
Diffstat (limited to 'release-notes')
-rw-r--r--release-notes/src/main/asciidoc/user_guide/bgp_in_honeycomb_user_guide.adoc9
1 files changed, 9 insertions, 0 deletions
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: