summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2018-04-23 07:08:28 +0200
committerMarek Gradzki <mgradzki@cisco.com>2018-04-23 05:15:26 +0000
commitc9cda11170cafd5f7302e1f0e5cf55f48ba75872 (patch)
tree95ea9d5691e809dcc249f02172e6c476bf4f4866
parentde4df80104201c88edc089a5e43c41661153b719 (diff)
Release notes: update ODL references in the BGP user guide
Change-Id: I7d0409cb2dbac9852f1ebea1784fec92c873c792 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
-rw-r--r--release-notes/src/main/asciidoc/user_guide/bgp_in_honeycomb_user_guide.adoc6
1 files changed, 3 insertions, 3 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 b89a03184..3917943b5 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
@@ -5,7 +5,7 @@ link:release_notes.html[< Home]
Honeycomb uses link:https://wiki.opendaylight.org/view/BGP_LS_PCEP:BGP_Use_Cases[Opendaylight's BGP]
as a part of default distribution.
-Following guide is based on ODL's link:http://docs.opendaylight.org/en/stable-{project-odl-version}/user-guide/bgp-user-guide.html#overview[BGP User Guide].
+Following guide is based on ODL's link:http://docs.opendaylight.org/en/stable-{project-odl-version}/user-guide/bgpcep-guide/bgp/index.html[BGP User Guide].
== Basic configuration
@@ -128,7 +128,7 @@ Here is a sample basic neighbor configuration:
}
----
-We can use link:http://docs.opendaylight.org/en/stable-{project-odl-version}/user-guide/bgp-user-guide.html#bgp-test-tool[BGP's testtool]
+We can use link:http://docs.opendaylight.org/en/stable-{project-odl-version}/user-guide/bgpcep-guide/bgp/bgp-user-guide-test-tools.html[BGP's testtool]
to simulate remote BGP peer:
java -jar ./target/bgp-testtool-*-executable.jar -ra 127.0.0.1:1790 -la 127.0.0.2:17900 -pr 2 -ll DEBUG --active true -as 65000 -mp true
@@ -704,7 +704,7 @@ Also the same route should appeared in Loc-RIB now:
Honeycomb BGP implementation emits notifications on loc-rib modifications.
Hc2vpp provides BgpInetModule module which translates
-link:http://docs.opendaylight.org/en/stable-{project-odl-version}/user-guide/bgp-user-guide.html#ip-unicast-api[IPv4/IPv6 unicast]
+link:http://docs.opendaylight.org/en/stable-{project-odl-version}/user-guide/bgpcep-guide/bgp/bgp-user-guide-ip-unicast-family.html[IP Unicast Family]
routes from loc-rib into VPP FIB.
The BgpInetModule is disabled by default. To enable it, edit