From 3fb9cd6ef456959b6eff939d5c316f6785c2dda4 Mon Sep 17 00:00:00 2001 From: hasso Date: Tue, 19 Oct 2004 19:44:43 +0000 Subject: OK. Here it is - PtP patch from Andrew J. Schorr. No problems with ospfd, ripd might need some more testing though. --- lib/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'lib/ChangeLog') diff --git a/lib/ChangeLog b/lib/ChangeLog index 31fb15be..d0a33d40 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,18 @@ +2004-10-19 Andrew J. Schorr + + * zclient.c: (zebra_interface_address_read) If the destination address + is encoded as all zeroes, load it as a NULL pointer. + * if.h: Add comment describing struct connected destination field + and indicating that it may be NULL. Define macros + CONNECTED_DEST_HOST and CONNECTED_POINTOPOINT_HOST to help + with PtP logic (distinguish between host and subnet addressing). + * if.c: (if_lookup_address) Fix PtP logic to handle subnet addressing + properly, + (connected_lookup_address) ditto. + (connected_add_by_prefix) Handle case where destination is NULL, + * prefix.[c|h]: New functions ipv4_network_addr and + ipv4_broadcast_addr. + 2004-10-13 Hasso Tepper * command.c: Make CMD_ERR_NOTHING_TODO nonfatal if reading -- cgit v1.2.1