I can not reproduce in my nodes, but this happens in some of my peers with debian. ip addr add 1.2.3.4 peer 1.5.6.7/32 dev tun0 scope link #bird now establishes the BGP connection. ip addr add 1.2.3.4/32 dev tun0 scope global #bird now removes the BGP connection and says waiting for 1.5.6.7 to become my neighbor. ip addr del 1.2.3.4/32 dev tun0 #bird now establishes the BGP connection again. Is bird confused? -- Wanna turn ICANN into ICANN't? Join a darknet today: http://www.anonet2.org/darknet_comparison
On Mon, Jun 06, 2011 at 04:20:45PM +0000, Nick wrote:
I can not reproduce in my nodes, but this happens in some of my peers with debian.
ip addr add 1.2.3.4 peer 1.5.6.7/32 dev tun0 scope link
#bird now establishes the BGP connection.
ip addr add 1.2.3.4/32 dev tun0 scope global
#bird now removes the BGP connection and says waiting for 1.5.6.7 to become my neighbor.
ip addr del 1.2.3.4/32 dev tun0
#bird now establishes the BGP connection again.
Is bird confused?
Yes, BIRD had problems with more 'same' IP addresses on one interface (like two peer addresses with the same local part, or this example). It was fixed in version 1.3.1 . -- Elen sila lumenn' omentielvo Ondrej 'SanTiago' Zajicek (email: santiago@crfreenet.org) OpenPGP encrypted e-mails preferred (KeyID 0x11DEADC3, wwwkeys.pgp.net) "To err is human -- to blame it on a computer is even more so."
participants (2)
-
Nick -
Ondrej Zajicek