summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjardin <jardin>2003-12-23 10:42:45 +0000
committerjardin <jardin>2003-12-23 10:42:45 +0000
commit08e872f6ea804b84154a74941f57a9e97c9a3fed (patch)
treea2c69a564668f3f4e8ac156be3e207b4b81d9e21
parente93bdeaf78eb200f398bd7c53b31f666a0799941 (diff)
downloadquagga-08e872f6ea804b84154a74941f57a9e97c9a3fed.tar.bz2
quagga-08e872f6ea804b84154a74941f57a9e97c9a3fed.tar.xz
2607/tcp is already used by ospfapi.
Let's use 2608/tcp for isisd.
-rw-r--r--SERVICES3
-rw-r--r--isisd/isis_main.c2
2 files changed, 3 insertions, 2 deletions
diff --git a/SERVICES b/SERVICES
index d74098f7..9c3546bc 100644
--- a/SERVICES
+++ b/SERVICES
@@ -15,4 +15,5 @@ ripng 2603/tcp
ospfd 2604/tcp
bgpd 2605/tcp
ospf6d 2606/tcp
-isisd 2607/tcp
+ospfapi 2607/tcp
+isisd 2608/tcp
diff --git a/isisd/isis_main.c b/isisd/isis_main.c
index 8106492f..56813503 100644
--- a/isisd/isis_main.c
+++ b/isisd/isis_main.c
@@ -47,7 +47,7 @@
/* Default configuration file name */
#define ISISD_DEFAULT_CONFIG "isisd.conf"
/* Default vty port */
-#define ISISD_VTY_PORT 2607
+#define ISISD_VTY_PORT 2608
/* isisd privileges */
zebra_capabilities_t _caps_p [] =