diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-11-16 11:59:06 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-11-16 12:11:42 +0100 |
commit | 2ab7e143739a403110bd95b977f5c24d76f4d7af (patch) | |
tree | 16370f45aeffe6f3296c694c4f947f9ebae9c188 | |
parent | 4c6378a7f418b6424175c82e5fe0835d85fa1b6f (diff) |
Update ODL references in BGP documentation
Hc2vpp 18.01 is using ODL Nitrogen since
https://gerrit.fd.io/r/#/c/9258/
and
https://gerrit.fd.io/r/#/c/9259/
Change-Id: I4d7f2b28b0674b7ab7e248caba84e62a21c1c977
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
-rw-r--r-- | release-notes/pom.xml | 1 | ||||
-rw-r--r-- | release-notes/src/main/asciidoc/user_guide/bgp_in_honeycomb_user_guide.adoc | 8 |
2 files changed, 5 insertions, 4 deletions
diff --git a/release-notes/pom.xml b/release-notes/pom.xml index c7db98ae4..1bbad6460 100644 --- a/release-notes/pom.xml +++ b/release-notes/pom.xml @@ -109,6 +109,7 @@ <project-public-version>18.01</project-public-version> <project-version-in-jira>11002</project-version-in-jira> <project-branch>master</project-branch> + <project-odl-version>nitrogen</project-odl-version> <project-vpp-version>18.01</project-vpp-version> <!-- TODO set snapshot version to project-vpp-version after VPP is released--> <!--<project-vpp-snapshot-version>18.01</project-vpp-snapshot-version>--> 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 bd917aad3..840869f3c 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-boron/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/bgp-user-guide.html#overview[BGP User Guide]. == Basic configuration @@ -135,10 +135,10 @@ Here is a sample basic neighbor configuration: } ---- -We can use link:http://docs.opendaylight.org/en/stable-boron/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/bgp-user-guide.html#bgp-test-tool[BGP's testtool] to simulate remote BGP peer: - java -jar ./target/bgp-testtool-0.6.3-Boron-SR3-executable.jar -ra 127.0.0.1:1790 -la 127.0.0.2:17900 -pr 2 -ll DEBUG --active true -as 65000 -mp true + 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 After connection is established, testtol will display following message in the log: @@ -737,7 +737,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-boron/user-guide/bgp-user-guide.html#ip-unicast-api[IPv4/IPv6 unicast] +link:http://docs.opendaylight.org/en/stable-{project-odl-version}/user-guide/bgp-user-guide.html#ip-unicast-api[IPv4/IPv6 unicast] routes from loc-rib into VPP FIB. The BgpInetModule is disabled by default. To enable it, edit |