diff options
author | paul <paul> | 2005-05-06 23:27:33 +0200 |
---|---|---|
committer | paul <paul> | 2005-05-06 23:27:33 +0200 |
commit | 69e10adaf28d4e116c38db2648786557fe131828 (patch) | |
tree | 4e00214ef16ba68f9d9b6a3fa8ff5c66a1a54d93 /zebra/zserv.h | |
parent | 2005-05-06 Paul Jakma <paul@dishone.st> (diff) | |
download | frr-69e10adaf28d4e116c38db2648786557fe131828.tar.xz frr-69e10adaf28d4e116c38db2648786557fe131828.zip |
2005-05-06 Paul Jakma <paul.jakma@sun.com>
* zserv.h: Remove ZEBRA_PORT definition, its in lib/zebra.h now
Diffstat (limited to 'zebra/zserv.h')
-rw-r--r-- | zebra/zserv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zebra/zserv.h b/zebra/zserv.h index db822a9b9..66270157d 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. */ |