diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-01-09 11:14:49 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-01-09 11:16:03 +0100 |
commit | cf691f1bac6dab4ff462c01ad3cd69125088d312 (patch) | |
tree | 98e5a927f3b5a0a5369601bb7ac774c0f950620a | |
parent | 00baa2100e67182c82c7f59e5abb719cca7bb221 (diff) |
BGP demo: include vpp and hc version in the Readme.txt
Change-Id: I1c7c3337c392c8cdd5c301af6daf5d04b499d2d0
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
-rw-r--r-- | docker/bgp_demo/Readme.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docker/bgp_demo/Readme.txt b/docker/bgp_demo/Readme.txt index b744f2121..896a6f7c8 100644 --- a/docker/bgp_demo/Readme.txt +++ b/docker/bgp_demo/Readme.txt @@ -2,7 +2,9 @@ BGP demo --------------------------------------------------- Provides examples of BGP config using Honeycomb -two vpp nodes (docker containers): +two VPP nodes (docker containers). + +Configuration was tested using VPP 18.01 and hc2vpp 1.18.01. 1) Create & start containers (requires hc2vpp image) sudo ./build_topology.sh @@ -12,12 +14,10 @@ sudo ./build_topology.sh Either manually connect docker exec -it vpp1 bash docker exec -it vpp2 bash -... and then run vpp and honeycomb on vpp1 and vpp2 respectively: /hc2vpp/mpls_demo/init/vpp.sh 1 /hc2vpp/mpls_demo/init/vpp.sh 2 -... or run everything via script (uses xfce4-terminal): ./run_terminals.sh |