]> git.proxmox.com Git - mirror_frr.git/commit - bfdd/bfd_packet.c
bfdd: implement session interface observer
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Sat, 2 Feb 2019 11:57:08 +0000 (09:57 -0200)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Thu, 14 Feb 2019 16:18:23 +0000 (14:18 -0200)
commitd245e522f0a48934bc0f815e0efa126054aa0b04
tree1de7113dc68752097661c9949b5bccf595ef06d2
parent843b324ddd620e5b70bf0ac1f5d02e697e986e3d
bfdd: implement session interface observer

Allow `bfdd` to configure inexisting interfaces / VRF and only activate
them once the interface/VRF start existing. This implementation doesn't
handle dynamic VRFs yet.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
bfdd/bfd.c
bfdd/bfd.h
bfdd/bfd_packet.c
bfdd/bfdd.c
bfdd/bfdd_vty.c
bfdd/config.c
bfdd/event.c
bfdd/ptm_adapter.c