summaryrefslogtreecommitdiffstats
path: root/tools/multiple-bgpd.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tools: update to use FRR nameJafar Al-Gharaibeh2017-07-121-2/+2
| | | | Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
* tools/multiple-bgpd: Fix the PREV calculation so it works for <4 bgpdPaul Jakma2012-03-051-1/+2
| | | | | * tools/multiple-bgpd: Make PREV more general and correct. Add comment to route-map about why rt/soo sets are there - cause it's still broken.
* tools/multiple-bgpd.sh: set some community attributes to help test themPaul Jakma2011-03-211-1/+8
|
* [tools/multiple-bgpd.sh] make it easier to use IPv6 peer addressesPaul Jakma2008-07-211-10/+12
|
* [tools/multiple-bgpd] setup IPv6 advertismentsPaul Jakma2008-06-121-1/+18
|
* [tools] multiple-bgpd.sh: make paths more configurablePaul Jakma2008-06-011-3/+5
|
* 2007-10-30 Nick Hilliard <nick@inex.ie>Paul Jakma2007-11-011-0/+55
* bgp_main.c: Add 'listenon' argument, to pass address to bind to. * bgp_network.c: (bgp_socket) Extend to take bind address. * bgpd.c: (bgp_init) Pass stored address. * bgpd.h: (struct bgp_master) storage for bind address 2007-11-01 Paul Jakma <paul.jakma@sun.com> * tools/multiple-bgpd.sh: New, quick script to launch a bunch of bgpds.