BGP-HC docker example 98/9998/2
authorMarek Gradzki <[email protected]>
Wed, 13 Dec 2017 11:25:58 +0000 (12:25 +0100)
committerMarek Gradzki <[email protected]>
Mon, 8 Jan 2018 15:11:17 +0000 (15:11 +0000)
commit686309091cf77d9b35cf5ae19c80172ad29d68b6
tree9c623ddef516d80f2ae981ae0512db8e54e97526
parentc127a6e1f1f7c37864bf9e11887cb7b84dfad826
BGP-HC docker example

Shows how to announce BGP prefix from one HC instance to another.
Configuration (RESTCONF) is done over builtin docker0 network.

Data plane is using veth pair that connects containers.
BGP is also using veth but via unnumbered tuntap.

Change-Id: Ia18b0729e12a4893ba559d0a68a9e962e58d2a2f
Signed-off-by: Marek Gradzki <[email protected]>
docker/Dockerfile
docker/bgp_demo/Readme.txt [new file with mode: 0644]
docker/bgp_demo/build_topology.sh [new file with mode: 0755]
docker/bgp_demo/init/init.sh [new file with mode: 0755]
docker/bgp_demo/init/io-fd-hc2vpp-integration_vpp-integration-distribution_1-18-01-SNAPSHOT-module-config [new file with mode: 0644]
docker/bgp_demo/init/io-fd-honeycomb_minimal-distribution_1-18-01-SNAPSHOT-module-config [new file with mode: 0644]
docker/bgp_demo/init/vpp1.cmd [new file with mode: 0644]
docker/bgp_demo/init/vpp2.cmd [new file with mode: 0644]
docker/bgp_demo/postman_collection.json [new file with mode: 0644]
docker/bgp_demo/run_terminals.sh [new file with mode: 0755]
docker/copy_packages.sh