]> git.ipfire.org Git - thirdparty/bird.git/commit
BFD: Support for VRFs
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Wed, 17 Jul 2019 14:20:35 +0000 (16:20 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Wed, 17 Jul 2019 14:20:35 +0000 (16:20 +0200)
commitcf7ff99513728e4e405508e5ccd7522289d4ec82
tree628cf52de928cb52340b82c1e19ae1d2d2d21ba8
parent2eaf65ec607b68748744fa8e0d596cf1f3ba117a
BFD: Support for VRFs

Allow multiple BFD instances in separate VRFs, dispatch BFD requests
according to VRFs.

Thanks to Alexander Zubkov for notice and patches.
nest/bfd.h
proto/bfd/bfd.c
proto/bfd/config.Y
proto/bfd/packets.c
proto/bgp/bgp.c
proto/ospf/neighbor.c
proto/rip/rip.c
proto/static/static.c