summaryrefslogtreecommitdiffstats
path: root/ospfd/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* 2004-05-05 Paul Jakma <paul@dishone.st>paul2004-05-051-1/+4
| | | | | | * ospf_interface.c: (ospf_vl_set_params) Catch changes of interface address for either end of a virtual-link, and hence potential cost changes.
* 2004-05-05 Paul Jakma <paul@dishone.st>paul2004-05-051-0/+15
| | | | | | | | | | | | | | | * ospf_packet.c: (ospf_associate_packet_vl) cleanup, move some of the checks up to ospf_read, return either a virtual link oi, or NULL. (ospf_read) Cleanup, make it responsible for checks. Remove the nbr lookup - moved to ospf_neighbor. Adjust all nbr lookups to use new wrappers exported by ospf_neighbor. * ospf_neighbor.h: Add ospf_neigbour_get and ospf_nbr_lookup. * ospf_neighbor.c: (ospf_neigbour_get) Index ospf_interface neighbour table by router-id for virtual-link ospf_interfaces, not by peer_addr (which breaks for asymmetric vlinks) (ospf_nbr_lookup) add a wrapper for nbr lookups to deal with above.
* Don't ignore reject/bh routes. Discussed with Paul in IRC.hasso2004-04-231-0/+5
|
* Some ospfd fixes - [quagga-dev 1032], [quagga-dev 1048], [quagga-dev 1058].hasso2004-04-201-0/+8
|
* ****! What else I will discover while documenting this code? Remove uselesshasso2004-04-191-0/+6
| | | | warnings and update documentation.
* [quagga-dev 1005] bugzilla #86: ospf_recv_packet will fail on Solaris/x86hasso2004-04-041-0/+5
|
* Fixing ospf6d as well and move Changelog entry from ospfd to general one.hasso2004-03-201-11/+0
|
* Fix segfault in ospfd - [quagga-dev 980].hasso2004-03-201-0/+11
|
* Amir's fix case where opaque capability is switched "ON -> OFF -> ON".hasso2004-03-181-0/+6
| | | | [quagga-dev 843]
* 2004-02-19 Sowmini Varadhan <sowmini.varadhan@sun.com>paul2004-02-191-0/+6
| | | | | | * ospf_abr.c: (ospf_abr_update_aggregate) UNH 3.12b,c, address range should be configured with the highest cost path within the range, not lowest.
* 2004-02-17 Paul Jakma <paul@dishone.st>paul2004-02-171-0/+9
| | | | | | | | | * ospf_zebra.c: (ospf_interface_delete) Do not delete the interface params, nor the interface structure, if an interface delete message is received from zebra. * ospf_interface.c: (ospf_if_delete_hook) Delete the interface params and interface, ie that which was previously removed in (ospf_interface_delete) above.
* Don't crash when attempting to read path->oi->ifp if oi doesn't exist anyhasso2004-02-111-0/+4
| | | | | more. I'm not sure if this read should be attempted at all, but I'm trying to keep code safe AND stable.
* Fix by Vadim Suraev - [zebra 14710] #6.hasso2004-02-111-1/+5
|
* 2003-12-08 Mattias Amnefelt <mattiasa@kth.se?paul2003-12-081-0/+5
| | | | | * ospf_packet.c: (ospf_recv_packet) OpenBSD now leaves iph.ip_len network byte order. (bugzilla #67).
* * ospfd.c (ospf_network_match_iface): Rewrite code for claritygdt2003-12-051-0/+9
| | | | | | | | while trying not to change semantics. Add ifdefed-out code to avoid matching ppp interfaces whose destination address does not also match the prefix under consideration, to help out people with problems due to as-yet-unfixed bugs with p2p interfaces coming and going.
* 2003-07-25 kamatchi soundaram <kamatchi@tdd.sj.nec.com>paul2003-07-241-0/+7
| | | | | | | * ospf_packet.c (ospf_ls_upd_send_queue_event): get next route node in body of the loop to avoid chance that route node is unlocked and deleted before the next iteration tries to get next route node.
* 2003-05-24 Kenji Yabuuchipaul2003-05-241-0/+5
| | | | | * ospf_interface.c(ospf_if_lookup_recv_if): Use the most specific match for interface lookup.
* From: Hasso Tepper <hasso@estpak.ee>paul2003-05-181-2/+7
| | | | | | Subject: [zebra 19093] [PATCH] Two more fixes Show NSSA LSA route info in "show ip ospf database" output
* Fix attributionpaul2003-05-161-1/+1
|
* Update Changelogspaul2003-05-161-0/+27
|
* From: Hasso Tepper <hasso@estpak.ee>paul2003-05-161-0/+4
| | | | | | | Subject: [zebra 19091] [PATCH] NSSA fixes try2 NSSA didn't work without problems even after my previous fixes. Seems that I tracked down problems finally.
* Fix build for net-snmppaul2003-03-181-0/+14
|
* Initial revisionpaul2002-12-131-0/+2970