]> git.puffer.fish Git - mirror/frr.git/commit
ospfd: export ospf_if_table_lookup() and use it in ospf_network_run_interface()
authorJoakim Tjernlund <Joakim.Tjernlund@transmode.se>
Mon, 27 Jul 2009 10:42:29 +0000 (12:42 +0200)
committerPaul Jakma <paul@quagga.net>
Tue, 28 Jul 2009 17:40:47 +0000 (18:40 +0100)
commitf0f63841582ed97362619a53fb711747f09d961b
treebb663103d3b25064143685a4f3f40cd008b3cc0f
parent2158ad2359a370dd349f4543a2d5d535bb5a8770
ospfd: export ospf_if_table_lookup() and use it in ospf_network_run_interface()

Makes it possible to run OSPF on multiple PtP interfaces
with the same remote address.

* ospfd/ospf_interface.c: Export ospf_if_table_lookup().
* ospfd/ospf_interface.h: ditto.
* ospfd/ospfd.c: (ospf_network_run_interface) Use ospf_if_table_lookup() to
  determine whether OSPF is already configured for a subnet and interface.
ospfd/ospf_interface.c
ospfd/ospf_interface.h
ospfd/ospfd.c