summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zebra/ChangeLog4
-rw-r--r--zebra/zserv.h1
2 files changed, 4 insertions, 1 deletions
diff --git a/zebra/ChangeLog b/zebra/ChangeLog
index 4ddf101f..11676eb7 100644
--- a/zebra/ChangeLog
+++ b/zebra/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-06 Paul Jakma <paul.jakma@sun.com>
+
+ * zserv.h: Remove ZEBRA_PORT definition, its in lib/zebra.h now
+
2005-04-28 Paul Jakma <paul.jakma@sun.com>
* rib.h: (struct rib) Add lock field for refcounting.
diff --git a/zebra/zserv.h b/zebra/zserv.h
index db822a9b..66270157 100644
--- a/zebra/zserv.h
+++ b/zebra/zserv.h
@@ -26,7 +26,6 @@
#include "workqueue.h"
/* Default port information. */
-#define ZEBRA_PORT 2600
#define ZEBRA_VTY_PORT 2601
/* Default configuration filename. */