]> git.ipfire.org Git - thirdparty/bird.git/commit
BFD: Allow per-request session options
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Sun, 8 Nov 2020 14:33:22 +0000 (15:33 +0100)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Sun, 8 Nov 2020 14:33:22 +0000 (15:33 +0100)
commit9d3fc3062b236f51b2c72a4c2c7b068f1946261d
tree0a24e42caff1ba4eb004fc1831b1c0b00407216f
parentfc1e3211b109400c0e96f889829c9f5145ac7226
BFD: Allow per-request session options

BFD session options are configured per interface in BFD protocol. This
patch allows to specify them also per-request in protocols requesting
sessions (currently limited to BGP).
conf/confbase.Y
nest/bfd.h
nest/config.Y
proto/bfd/bfd.c
proto/bfd/bfd.h
proto/bgp/bgp.c
proto/bgp/bgp.h
proto/bgp/config.Y
proto/ospf/neighbor.c
proto/rip/rip.c
proto/static/static.c