How unbind bfd from ipv4 socket
Hello, All! I have two bird2.0.7 process run in same Linux system: bird bird6 (copy of sbin/bird) It used two different config files. In each config describes protocol bfd But I need that process “bird” unbind own bfd from v6 address, and process “bird6” - from v4 address (conflict). How do it? -- *-- * *-- С Уважением*
Дружок 1 <arkhipax@gmail.com> writes:
Hello, All!
I have two bird2.0.7 process run in same Linux system: bird bird6 (copy of sbin/bird) It used two different config files. In each config describes protocol bfd But I need that process “bird” unbind own bfd from v6 address, and process “bird6” - from v4 address (conflict).
How do it?
Why are you running two instances? That was a bird 1 thing, bird2 will happily do both IPv4 and IPv6 in the same instance... -Toke
On Fri, Jan 22, 2021 at 06:13:44PM +0300, Дружок 1 wrote:
Hello, All!
I have two bird2.0.7 process run in same Linux system: bird bird6 (copy of sbin/bird) It used two different config files. In each config describes protocol bfd But I need that process “bird” unbind own bfd from v6 address, and process “bird6” - from v4 address (conflict).
How do it?
Hello Not possible in 2.0.7, but it is possible in current git master branch with this commit: https://gitlab.nic.cz/labs/bird/-/commit/7f9adafc109d576d5249c25ef284606dbac... -- 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 (3)
-
Ondrej Zajicek -
Toke Høiland-Jørgensen -
Дружок 1