/bgpinjector

Simple bgp injector for fast and dirty capacity (fib size) testing

Primary LanguageGo

right now it works only for ibgp (this is the current limitation of bgp2go)

-- USAGE -- you need to provide cfg file in format

N <IPv4 neighbor's address> inet 
N6 [<IPv6 Neighbor's address>] inet6
R <ipv4 route>
R6 <ipv6 route>

and then run:

 ./bgpinjector <path/to/cfgfile>