]> git.ipfire.org Git - thirdparty/bird.git/commit
OSPF: Basic support for DN-bit handling (RFC 4576)
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Wed, 13 Feb 2019 14:40:22 +0000 (15:40 +0100)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Wed, 13 Feb 2019 14:53:36 +0000 (15:53 +0100)
commit4a3f5b36173299d44e26dc18db4e5d103875f8c4
tree32dc2a83fb27d8d52a2dacba28edf295575aa520
parent1e958e52d3ef0c38e5fb5e673bcce95d1c28ac0e
OSPF: Basic support for DN-bit handling (RFC 4576)

External LSAs originated by OSPF routers with VPN-PE behavior enabled are
marked by DN flag and they are ignored by other OSPF routers with VPN-PE
enabled.
proto/ospf/config.Y
proto/ospf/lsalib.c
proto/ospf/ospf.c
proto/ospf/ospf.h
proto/ospf/rt.c
proto/ospf/topology.c
proto/ospf/topology.h