]> git.puffer.fish Git - matthieu/frr.git/commit
2003-10-15 Paul Jakma <paul@dishone.st>
authorpaul <paul>
Wed, 15 Oct 2003 21:14:20 +0000 (21:14 +0000)
committerpaul <paul>
Wed, 15 Oct 2003 21:14:20 +0000 (21:14 +0000)
commit20916fba5c5aac8146d780a849083ca88f804511
tree86a741c2e1f534c6fa66269b56896661540d8702
parentcccf8af8963e0f9cb862def616316288cabd0e47
2003-10-15 Paul Jakma <paul@dishone.st>

        * ospfd/ospf_interface: (ospf_if_lookup_table) new function to
          lookup oi for a given prefix in a given interfaces table of oi's.
          (ospf_if_new) use ospf_if_lookup_table to deal with zebra
          reporting new interface multiple times.
          NB: This patch is a complete plaster-band of a hack. First, why is
          zebra reporting interface events multiple times? Second, why does
          ospfd maintain so many damn lists and tables relating to oi's -
          these should be reconciled into one or two tables.
ospfd/ospf_interface.c