]> git.proxmox.com Git - mirror_frr.git/blobdiff - tools/frr.in
Merge pull request #10441 from donaldsharp/pim_bsr_warning_remove
[mirror_frr.git] / tools / frr.in
index 40862aa4c9813b4dd99b4d8aa22de455e606979b..889c075f81d4ec0944cfee02beeda1a13dc46703 100755 (executable)
@@ -27,7 +27,7 @@ FRR_DEFAULT_PROFILE="@DFLT_NAME@" # traditional / datacenter
 # Local Daemon selection may be done by using /etc/frr/daemons.
 # See /usr/share/doc/frr/README.Debian.gz for further information.
 # Keep zebra first and do not list watchfrr!
-DAEMONS="zebra bgpd ripd ripngd ospfd ospf6d isisd babeld pimd ldpd nhrpd eigrpd sharpd pbrd staticd bfdd fabricd vrrpd"
+DAEMONS="zebra bgpd ripd ripngd ospfd ospf6d isisd babeld pimd ldpd nhrpd eigrpd sharpd pbrd staticd bfdd fabricd vrrpd pathd"
 MAX_INSTANCES=5
 RELOAD_SCRIPT="$D_PATH/frr-reload.py"
 
@@ -77,7 +77,7 @@ vtysh_b ()
 {
        # Rember, that all variables have been incremented by 1 in convert_daemon_prios()
        if [ "$vtysh_enable" = 2 -a -f $C_PATH/frr.conf ]; then
-               $VTYSH -b -n
+               $VTYSH -b
        fi
 }