diff --git a/zebra/ChangeLog b/zebra/ChangeLog index 4ddf101fd1..11676eb7d4 100644 --- a/zebra/ChangeLog +++ b/zebra/ChangeLog @@ -1,3 +1,7 @@ +2005-05-06 Paul Jakma + + * zserv.h: Remove ZEBRA_PORT definition, its in lib/zebra.h now + 2005-04-28 Paul Jakma * rib.h: (struct rib) Add lock field for refcounting. diff --git a/zebra/zserv.h b/zebra/zserv.h index db822a9b97..66270157de 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. */