]> git.puffer.fish Git - mirror/frr.git/commit
bfdd: socket should be bound to vrf interface by default
authorPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 8 Jan 2021 07:51:33 +0000 (07:51 +0000)
committerIgor Ryzhov <iryzhov@nfware.com>
Wed, 20 Jan 2021 16:04:36 +0000 (19:04 +0300)
commitc656985fb40019b25478ce1beb8c7318a4de69ec
tree2d57e198ff69278d59eeb0955c1eb1d68809098a
parentf30c002b894cc1e16a88d1a67744c0af485688da
bfdd: socket should be bound to vrf interface by default

When running in vrf-lite mode, the socket used in a vrf environment
should be bound to an interface belonging to the vrf. If no one is
selected, then the vrf interface itself should be bound to that socket,
so that outgoing packets are being applied routing rules for that vrf.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
bfdd/bfd_packet.c