commit | f0f63841582ed97362619a53fb711747f09d961b | [log] [tgz] |
---|---|---|
author | Joakim Tjernlund <Joakim.Tjernlund@transmode.se> | Mon Jul 27 12:42:29 2009 +0200 |
committer | Paul Jakma <paul@quagga.net> | Tue Jul 28 18:40:47 2009 +0100 |
tree | bb663103d3b25064143685a4f3f40cd008b3cc0f | |
parent | 2158ad2359a370dd349f4543a2d5d535bb5a8770 [diff] |
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.