summaryrefslogtreecommitdiffstats
path: root/docker/bgp_demo
AgeCommit message (Collapse)AuthorFilesLines
2018-05-02Move docker files to examples directoryMarek Gradzki9-480/+0
Change-Id: Ib2eb3dbae76a1e9b5d98ce9e0d5eea9adba280cf Signed-off-by: Marek Gradzki <mgradzki@cisco.com> (cherry picked from commit e4c58493ce5265ea0d1e17d160c339401c406186)
2018-01-09BGP demo: include vpp and hc version in the Readme.txtMarek Gradzki1-3/+3
Change-Id: I1c7c3337c392c8cdd5c301af6daf5d04b499d2d0 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2018-01-09BGP demo: exit init.sh if VPP failed to startMarek Gradzki1-2/+11
Change-Id: I4fa97a404eb52da7ff73d527f5b28e0f5014b521 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2018-01-08BGP-HC docker exampleMarek Gradzki9-0/+471
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 <mgradzki@cisco.com>