diff options
author | paul <paul> | 2005-05-06 21:27:33 +0000 |
---|---|---|
committer | paul <paul> | 2005-05-06 21:27:33 +0000 |
commit | 69e10adaf28d4e116c38db2648786557fe131828 (patch) | |
tree | 4e00214ef16ba68f9d9b6a3fa8ff5c66a1a54d93 /zebra/zserv.h | |
parent | 8cc4198f9fabe5f10f5a773de1503d82f33a01fb (diff) | |
download | quagga-69e10adaf28d4e116c38db2648786557fe131828.tar.bz2 quagga-69e10adaf28d4e116c38db2648786557fe131828.tar.xz |
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 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. */ |