summaryrefslogtreecommitdiff
path: root/ospfd/ChangeLog
diff options
context:
space:
mode:
authorajs <ajs>2005-03-29 16:13:49 +0000
committerajs <ajs>2005-03-29 16:13:49 +0000
commit5dcbdf82efdf65313a04ea45f2c8f7307c7ab671 (patch)
treed00d264009efcc9596b673b0e30574394c460a7a /ospfd/ChangeLog
parentfd651fa6d5139501af57471109ec15bb688e4bd4 (diff)
2005-03-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* ospf_packet.c: (ospf_write_frags) Enhance error message to show MTU. Also make function static. (ospf_write) Enhance error message to show interface name and MTU. Also make function static.
Diffstat (limited to 'ospfd/ChangeLog')
-rw-r--r--ospfd/ChangeLog13
1 files changed, 10 insertions, 3 deletions
diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog
index a1af72fe..fbffe6a2 100644
--- a/ospfd/ChangeLog
+++ b/ospfd/ChangeLog
@@ -1,8 +1,15 @@
2005-03-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
- * ospf_vty.c (show_ip_ospf_interface_sub): Display interface MTU and
- bandwidth; this is useful for debugging problems. Also, the function
- should be static.
+ * ospf_packet.c: (ospf_write_frags) Enhance error message to
+ show MTU. Also make function static.
+ (ospf_write) Enhance error message to show interface name and MTU.
+ Also make function static.
+
+2005-03-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+
+ * ospf_vty.c: (show_ip_ospf_interface_sub) Display interface MTU and
+ bandwidth; this is useful for debugging problems. Also, the function
+ should be static.
2005-03-27 Hasso Tepper <hasso at quagga.net>