diff options
author | hasso <hasso> | 2004-10-19 19:44:43 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-10-19 19:44:43 +0000 |
commit | 3fb9cd6ef456959b6eff939d5c316f6785c2dda4 (patch) | |
tree | e350cb3ef7b20b8bbccfb1aa9309152311e845bd /ospfd/ChangeLog | |
parent | 5ae35f45f1292dce3a01f241accafeb2e59b10cc (diff) |
OK. Here it is - PtP patch from Andrew J. Schorr. No problems with ospfd,
ripd might need some more testing though.
Diffstat (limited to 'ospfd/ChangeLog')
-rw-r--r-- | ospfd/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index 914ed930..31ee303d 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -1,3 +1,16 @@ +2004-10-19 Andrew J. Schorr <aschorr@telemetry-investments.com> + + * ospf_snmp.c: (ospf_snmp_if_update) Fix logic to handle PtP links + with dedicated subnets properly. + * ospf_lsa.c: (lsa_link_ptop_set) ditto. + * ospfd.c: (ospf_network_match_iface) ditto. + (ospf_network_run) ditto. + * ospf_interface.c: (ospf_if_is_configured) ditto. + (ospf_if_lookup_by_prefix) ditto. + (ospf_if_lookup_recv_if) ditto. + * ospf_vty.c: (show_ip_ospf_interface_sub) Display the peer or + broadcast address if present. + 2004-10-13 Hasso Tepper <hasso at quagga.net> * ospf_main.c: Unbreak compilation with ospfapi disabled. |