mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-11-02 15:24:53 +00:00
* 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.
|
||
|---|---|---|
| bgpd | ||
| doc | ||
| guile | ||
| init | ||
| lib | ||
| ospf6d | ||
| ospfclient | ||
| ospfd | ||
| ports | ||
| redhat | ||
| ripd | ||
| ripngd | ||
| tools | ||
| vtysh | ||
| zebra | ||
| .cvsignore | ||
| AUTHORS | ||
| ChangeLog | ||
| config.guess | ||
| config.sub | ||
| configure.ac | ||
| COPYING | ||
| COPYING.LIB | ||
| depcomp | ||
| INSTALL | ||
| install-sh | ||
| Makefile.am | ||
| missing | ||
| mkinstalldirs | ||
| NEWS | ||
| README | ||
| REPORTING-BUGS | ||
| SERVICES | ||
| stamp-h.in | ||
| TODO | ||
| update-autotools | ||
GNU Zebra is free software that manages various IPv4 and IPv6 routing protocols. Currently GNU Zebra supports BGP4, BGP4+, OSPFv2, OSPFv3, RIPv1, RIPv2, and RIPng. See the file INSTALL for building and installation instructions. See the file REPORTING-BUGS to report bugs. GNU Zebra is free software. See the file COPYING for copying conditions.