summaryrefslogtreecommitdiff
path: root/zebra/ChangeLog
diff options
context:
space:
mode:
authorpaul <paul>2004-09-24 08:45:10 +0000
committerpaul <paul>2004-09-24 08:45:10 +0000
commit26f7a244d0f7e6a658cc48b88613b6919a6f5fbe (patch)
tree29b0ec7c79f2a93909d5c632f86c629db2e5465b /zebra/ChangeLog
parent0c0f9112e1530e8e7497cbb75853b9e4da93ea95 (diff)
2004-09-24 Paul Jakma <paul@dishone.st>
* irdp_interface.c: (no_ip_irdp_address_preference_cmd) add missing listnode declaration.
Diffstat (limited to 'zebra/ChangeLog')
-rw-r--r--zebra/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/zebra/ChangeLog b/zebra/ChangeLog
index c31ceb8a..27deda70 100644
--- a/zebra/ChangeLog
+++ b/zebra/ChangeLog
@@ -1,10 +1,15 @@
2004-09-24 Paul Jakma <paul@dishone.st>
+ * irdp_interface.c: (no_ip_irdp_address_preference_cmd)
+ add missing listnode declaration.
+
+2004-09-24 Paul Jakma <paul@dishone.st>
+
* irdp_{interface,main}.c: lists typedef removal cleanup.
update some list loops to LIST_LOOP. some miscellaneous style
and indent fixups.
(no_ip_irdp_address_preference_cmd) Fix delete of referenced node
- in loop.
+ in loop.
* irdp_packet.c: (irdp_recvmsg) Fix buggy assignment of integer
to pointer.
* if_ioctl{,_solaris}.c: lists typedef removal cleanup.