]> git.ipfire.org Git - thirdparty/bird.git/commit
OSPF: Support of address families in OSPFv3
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Sun, 8 Oct 2017 23:16:29 +0000 (01:16 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Tue, 10 Oct 2017 14:10:02 +0000 (16:10 +0200)
commitd3f4f92b0ece0ce4031087a25735e6cbf0d741e2
treee19713ebf6be06e4933c6a56eb4e3260e01dcb0a
parent15a4421f9cb2c077cc484e3cda94e8710a1d68f5
OSPF: Support of address families in OSPFv3

OSPFv3-AF can handle multiple topologies of diferent address families
(IPv4, IPv6, both unicast and multicast) using separate instances
distinguished by instance ID ranges.
proto/ospf/config.Y
proto/ospf/dbdes.c
proto/ospf/hello.c
proto/ospf/iface.c
proto/ospf/lsalib.c
proto/ospf/lsalib.h
proto/ospf/ospf.c
proto/ospf/ospf.h
proto/ospf/rt.c
proto/ospf/topology.c