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 /zebra/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 'zebra/ChangeLog')
-rw-r--r-- | zebra/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/zebra/ChangeLog b/zebra/ChangeLog index 506e3ae3..e3774706 100644 --- a/zebra/ChangeLog +++ b/zebra/ChangeLog @@ -1,3 +1,15 @@ +2004-10-19 Andrew J. Schorr <aschorr@telemetry-investments.com> + + * rt_netlink.c: (netlink_interface_addr) For PtP interfaces, ignore + tb[IFA_ADDRESS] if it's the same as tb[IFA_LOCAL]. + * interface.c: (ip_address_install) Use new ipv4_broadcast_addr + function. + * connected.c: (connected_up_ipv4) Use CONNECTED_POINTOPOINT_HOST + macro. + (connected_down_ipv4) ditto. + (connected_add_ipv4) Validate destination address, print warnings + if it does not make sense. + 2004-10-19 Hasso Tepper <hasso at quagga.net> * zserv.c: Fix regression introduced with zserv cleanup. |