From: paul Date: Fri, 6 May 2005 21:27:33 +0000 (+0000) Subject: 2005-05-06 Paul Jakma X-Git-Tag: frr-2.0-rc1~3025 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=69e10adaf28d4e116c38db2648786557fe131828;p=matthieu%2Ffrr.git 2005-05-06 Paul Jakma * zserv.h: Remove ZEBRA_PORT definition, its in lib/zebra.h now --- 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. */