summaryrefslogtreecommitdiff
path: root/zebra/ChangeLog
diff options
context:
space:
mode:
authorpaul <paul>2005-04-05 00:45:23 +0000
committerpaul <paul>2005-04-05 00:45:23 +0000
commit3d1dc85765816a92f06e0b11f52411dac0f8abae (patch)
treed20333a4ddbc271e11998834a4fdbc0e3acd719d /zebra/ChangeLog
parent5b0875287206a0ac1ebe1dca1f6235b8f3df1764 (diff)
2004-04-05 Paul Jakma <paul@dishone.st>
* lib/vty.c: Improve logging of failures to open vty socket(s). See bugid #163. * zebra/zserv.c: print more helpful errors when we fail to successfully bind and listen on zserv socket. Closes bugzilla #163.
Diffstat (limited to 'zebra/ChangeLog')
-rw-r--r--zebra/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/zebra/ChangeLog b/zebra/ChangeLog
index 1d0f1754..55e290c0 100644
--- a/zebra/ChangeLog
+++ b/zebra/ChangeLog
@@ -1,3 +1,8 @@
+2005-04-05 Paul Jakma <paul@dishone.st>
+
+ * zserv.c: print more helpful errors when we fail to successfully
+ bind and listen on zserv socket. Closes bugzilla #163.
+
2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* if_ioctl.c: (interface_list_ioctl) Use if_get_by_name_len.