]> git.puffer.fish Git - mirror/frr.git/commitdiff
Let's use 2608/tcp for isisd.
authorjardin <jardin>
Tue, 23 Dec 2003 10:50:21 +0000 (10:50 +0000)
committerjardin <jardin>
Tue, 23 Dec 2003 10:50:21 +0000 (10:50 +0000)
doc/install.texi
redhat/quagga.spec.in

index 1823e97042f936ca22ff9abf822ad5a14fcd84ef..e32b9a7b414d5ea7e8a5cee9acc4aca279b67869 100644 (file)
@@ -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
index 319e507c856d2d77d166f46e7e21e24a5044e1ae..5308cc4e23bd96a169dd7e621842b09dbef0a3e3 100644 (file)
@@ -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