]> git.puffer.fish Git - matthieu/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)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Sat, 9 Jan 2021 13:07:18 +0000 (13:07 +0000)
commit031705c9fc046f05560a2fa3926ead9bc99c96ae
tree6472a540569e76c43a6075f596ff7c984a291ff0
parente11922f0e9a21e5f8df8b1a70de2332574baf3f6
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