summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorpaul <paul>2004-10-22 12:27:44 +0000
committerpaul <paul>2004-10-22 12:27:44 +0000
commit406d67165262a3f9443f395c7c85d8c3519309ef (patch)
tree198c7eb16a8d70d677a23e20082a20b4a269dc69 /lib/ChangeLog
parentac1912327ea078f1336d54fdb1177592f94a7980 (diff)
2004-10-22 Paul Jakma <paul@dishone.st>
* command.h: Cleanup the defines a bit, add helper defines and collapse all defines to use those. Add an attribute field to cmd_element to support, eg hidden or deprecated commands, add defun defines for such. All that's left to do is add logic to command.c to check these attributes... ;)
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 66111963..40e0f229 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -6,6 +6,11 @@
* sockopt.h: Cleanup SOCKOPT_CMSG defines a bit. Add a throwaway
define for SOPT_SIZE_CMSG_IFINDEX_IPV4 for systems which have
neither IP_RECVIF nor IP_PKTINFO (eg openbsd).
+ * command.h: Cleanup the defines a bit, add helper defines and
+ collapse all defines to use those. Add an attribute field to
+ cmd_element to support, eg hidden or deprecated commands, add
+ defun defines for such. All that's left to do is add logic
+ to command.c to check these attributes... ;)
2004-10-19 Hasso Tepper <hasso at quagga.net>