]> git.ipfire.org Git - thirdparty/bird.git/commit
Nest: VRF of protocol can be explicitly specified as 'default'
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Wed, 24 Jul 2019 13:08:03 +0000 (15:08 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Wed, 24 Jul 2019 13:08:03 +0000 (15:08 +0200)
commit18f70a6229f586d5e4f387075be42d7a1ef5d269
treeaa4f99f5eb0dbb62e36f820dea5e53b7522fd1b4
parent048c2f0e8cc1451b1fa48e915e0bb5e124aa9d26
Nest: VRF of protocol can be explicitly specified as 'default'

Protocol can have specified VRF, in such case it is restricted to a set
of ifaces associated with the VRF, otherwise it can use all interfaces.

The patch allows to specify VRF as 'default', in which case it is
restricted to a set of iface not associated with any VRF.
nest/config.Y
nest/iface.c
nest/neighbor.c
nest/proto.c
nest/protocol.h
proto/bfd/bfd.c