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 /ripd/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 'ripd/ChangeLog')
-rw-r--r-- | ripd/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ripd/ChangeLog b/ripd/ChangeLog index ee878ff6..ae67e72d 100644 --- a/ripd/ChangeLog +++ b/ripd/ChangeLog @@ -1,3 +1,15 @@ +2004-10-19 Andrew J. Schorr <aschorr@telemetry-investments.com> + + * ripd.c: (rip_update_interface) if connected->destination is NULL, + get the broadcast address with ipv4_broadcast_addr() + * rip_interface.c: (rip_interface_multicast_set) + connected->destination may be NULL. Improve message if + setsockopt_multicast_ipv4 fails. Improve message if bind fails. + (rip_request_interface_send) If connected->destination is NULL, + get the broadcast address with ipv4_broadcast_addr(). + (if_valid_neighbor) Handle PtP subnet addressing properly. + Speed up code by using prefix_match properly. + 2004-10-13 Hasso Tepper <hasso at quagga.net> * ripd_snmp.c: Remove defaults used to initialize smux connection to |