diff options
author | jardin <jardin> | 2003-12-23 10:42:45 +0000 |
---|---|---|
committer | jardin <jardin> | 2003-12-23 10:42:45 +0000 |
commit | fc58e874706b637bf2943a547a1913c4908157e6 (patch) | |
tree | 374236d0a09ab206e74dfa745782cf5cede81804 /isisd | |
parent | c25e458a4de6b3fc9089fbc21b0ef4a6ba8e6018 (diff) |
2607/tcp is already used by ospfapi.
Let's use 2608/tcp for isisd.
Diffstat (limited to 'isisd')
-rw-r--r-- | isisd/isis_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 [] = |