diff options
author | Chris Hall <GMCH@hestia.halldom.com> | 2010-07-30 10:56:15 +0100 |
---|---|---|
committer | Chris Hall <GMCH@hestia.halldom.com> | 2010-07-30 10:56:15 +0100 |
commit | 1235bafb2cd8a5ae2e9d2f5fb149bfc5ea74969a (patch) | |
tree | 6b276ad2b46b8af8f73668938eea79813c3cb01a /bgpd/bgp_aspath.c | |
parent | 5992b25ebee1ef68a6f0c9aaa9c67f9f7e6d74e9 (diff) | |
download | quagga-1235bafb2cd8a5ae2e9d2f5fb149bfc5ea74969a.tar.bz2 quagga-1235bafb2cd8a5ae2e9d2f5fb149bfc5ea74969a.tar.xz |
Avoid creating neighbor with same address as another.
With bgp multiple-instance it was possible to create a neighbor in one
"view" with the same addres as a neighbor in another view (or the main,
unnamed view).
To do so was a mistake, since (in particular) the accept() mechanism
depends on finding the neighbor by its address -- so two neighbors with
the same address == confusion.
Attempting to create two neighbors with the same address is now
treated as an error, at the command level.
Also, added "-rdynamic" to the CFLAGS for gcc in configure.ac. This
improves the output from the stack traceback in the event of an
assert or other failure.
Diffstat (limited to 'bgpd/bgp_aspath.c')
0 files changed, 0 insertions, 0 deletions