mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 09:17:42 +00:00
Let's use 2608/tcp for isisd.
This commit is contained in:
parent
e3c43e2f8b
commit
5a514b14c7
@ -262,6 +262,8 @@ ripngd 2603/tcp # RIPngd vty
|
|||||||
ospfd 2604/tcp # OSPFd vty
|
ospfd 2604/tcp # OSPFd vty
|
||||||
bgpd 2605/tcp # BGPd vty
|
bgpd 2605/tcp # BGPd vty
|
||||||
ospf6d 2606/tcp # OSPF6d vty
|
ospf6d 2606/tcp # OSPF6d vty
|
||||||
|
ospfapi 2607/tcp # ospfapi
|
||||||
|
isisd 2608/tcp # ISISd vty
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
If you use a FreeBSD newer than 2.2.8, the above entries are already
|
If you use a FreeBSD newer than 2.2.8, the above entries are already
|
||||||
|
@ -197,6 +197,7 @@ zebra_spec_add_service ospf6d 2606/tcp "OSPF6d vty"
|
|||||||
%if %with_ospfapi
|
%if %with_ospfapi
|
||||||
zebra_spec_add_service ospfapi 2607/tcp "OSPF-API"
|
zebra_spec_add_service ospfapi 2607/tcp "OSPF-API"
|
||||||
%endif
|
%endif
|
||||||
|
zebra_spec_add_service isisd 2608/tcp "ISISd vty"
|
||||||
|
|
||||||
/sbin/chkconfig --add zebra
|
/sbin/chkconfig --add zebra
|
||||||
/sbin/chkconfig --add ripd
|
/sbin/chkconfig --add ripd
|
||||||
|
Loading…
Reference in New Issue
Block a user