Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 283 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 283 Bytes

docker-bgp

BGP route injector for docker. Based on simple_bgp.

Pull from the Docker Hub:

docker pull chickenmaru/bgp

Alternatively, build it yourself:

make
make run

Usage

  1. Edit startup script (startbgp.sh)
  2. Edit routes (routes)
  3. make
  4. make run