]> git.puffer.fish Git - mirror/frr.git/commit
babeld: During intf startup, ignore address already in use
authorDonald Sharp <sharpd@nvidia.com>
Sat, 28 Jan 2023 14:32:34 +0000 (09:32 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Sat, 28 Jan 2023 14:32:34 +0000 (09:32 -0500)
commit6d078ff808ebcb89f4fa8cd909d5758a5b18bdd2
tree0fedfab7a281dc797f76bf40a86a81d6f6eb8ad1
parent403081e12a903787c664959b655e002fc9c49bcf
babeld: During intf startup, ignore address already in use

When listening on a multicast group.  No need to actually
fail the operation when it's already being used.

Let's not treat the Address already in use error message
as one that is stopping everything from working.  Especially
since multiple interface events cause this to happen.

Without this, if config is read in before full connection
to zebra, babel will never establish neighbors.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
babeld/babel_interface.c