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 /lib/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 'lib/ChangeLog')
| -rw-r--r-- | lib/ChangeLog | 15 | 
1 files changed, 15 insertions, 0 deletions
| 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 <aschorr@telemetry-investments.com> + +	* 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 <hasso at quagga.net>  	* command.c: Make CMD_ERR_NOTHING_TODO nonfatal if reading | 
