summaryrefslogtreecommitdiff
path: root/ripngd/ChangeLog
diff options
context:
space:
mode:
authorajs <ajs>2004-12-16 16:18:13 +0000
committerajs <ajs>2004-12-16 16:18:13 +0000
commitfa40f65874ca21bb9cca59ab5ddc8dbaf046f3c8 (patch)
treeabbf5dae6dcea1e1e60ff657a328850b644273ff /ripngd/ChangeLog
parent81fc57ca0d743a6abe577c4f0b316bfb570e45be (diff)
2004-12-16 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* ripng_nexthop.c: Replace NEXTHOP_OUT macro with NEXTHOP_OUT_PTR, since it's not really OK to take the address of a ternary expression. (_ripng_rte_cmp,ripng_rte_send) Use new NEXTHOP_OUT_PTR macro instead of NEXTHOP_OUT.
Diffstat (limited to 'ripngd/ChangeLog')
-rw-r--r--ripngd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ripngd/ChangeLog b/ripngd/ChangeLog
index 97a89239..7f85cc47 100644
--- a/ripngd/ChangeLog
+++ b/ripngd/ChangeLog
@@ -1,3 +1,10 @@
+2004-12-16 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+
+ * ripng_nexthop.c: Replace NEXTHOP_OUT macro with NEXTHOP_OUT_PTR,
+ since it's not really OK to take the address of a ternary expression.
+ (_ripng_rte_cmp,ripng_rte_send) Use new NEXTHOP_OUT_PTR macro
+ instead of NEXTHOP_OUT.
+
2004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* *.c: Change level of debug messages to LOG_DEBUG.