diff options
Diffstat (limited to 'release-notes')
-rw-r--r-- | release-notes/src/main/asciidoc/user_guide/bgp_in_honeycomb_user_guide.adoc | 9 |
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: |