From: jardin Date: Tue, 23 Dec 2003 10:50:21 +0000 (+0000) Subject: Let's use 2608/tcp for isisd. X-Git-Tag: frr-2.0-rc1~3823 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=5a514b14c706d671a041862c072af08a2baab98e;p=mirror%2Ffrr.git Let's use 2608/tcp for isisd. --- diff --git a/doc/install.texi b/doc/install.texi index 1823e97042..e32b9a7b41 100644 --- a/doc/install.texi +++ b/doc/install.texi @@ -262,6 +262,8 @@ ripngd 2603/tcp # RIPngd vty ospfd 2604/tcp # OSPFd vty bgpd 2605/tcp # BGPd vty ospf6d 2606/tcp # OSPF6d vty +ospfapi 2607/tcp # ospfapi +isisd 2608/tcp # ISISd vty @end example If you use a FreeBSD newer than 2.2.8, the above entries are already diff --git a/redhat/quagga.spec.in b/redhat/quagga.spec.in index 319e507c85..5308cc4e23 100644 --- a/redhat/quagga.spec.in +++ b/redhat/quagga.spec.in @@ -197,6 +197,7 @@ zebra_spec_add_service ospf6d 2606/tcp "OSPF6d vty" %if %with_ospfapi zebra_spec_add_service ospfapi 2607/tcp "OSPF-API" %endif +zebra_spec_add_service isisd 2608/tcp "ISISd vty" /sbin/chkconfig --add zebra /sbin/chkconfig --add ripd