From: jardin Date: Tue, 23 Dec 2003 10:42:45 +0000 (+0000) Subject: 2607/tcp is already used by ospfapi. X-Git-Tag: frr-2.0-rc1~3826 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=fc58e874706b637bf2943a547a1913c4908157e6;p=mirror%2Ffrr.git 2607/tcp is already used by ospfapi. Let's use 2608/tcp for isisd. --- diff --git a/SERVICES b/SERVICES index d74098f7a5..9c3546bc8f 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 8106492fe6..5681350370 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 [] =