]> git.puffer.fish Git - matthieu/frr.git/commitdiff
2607/tcp is already used by ospfapi.
authorjardin <jardin>
Tue, 23 Dec 2003 10:42:45 +0000 (10:42 +0000)
committerjardin <jardin>
Tue, 23 Dec 2003 10:42:45 +0000 (10:42 +0000)
Let's use 2608/tcp for isisd.

SERVICES
isisd/isis_main.c

index d74098f7a5be17f56f2eded1ffcba80a4f729818..9c3546bc8fb78473026de7095c1a910dde8ba841 100644 (file)
--- 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
index 8106492fe66feb7e49bbc365d778b4a17a558841..5681350370c184510e1c50b009db4de4bc23caed 100644 (file)
@@ -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 [] =