View | Details | Raw Unified | Return to bug 176223
Collapse All | Expand All

(-)quagga (+5 lines)
Lines 72-77 Link Here
72
	    _rc_restart_done=false
72
	    _rc_restart_done=false
73
	    run_rc_command "$1" || ret=1
73
	    run_rc_command "$1" || ret=1
74
	done
74
	done
75
        if checkyesno quagga_vtysh_boot; then
76
            echo Booting for integrated-vtysh-config...
77
            /usr/local/bin/vtysh -b
78
        fi
75
	return ${ret}
79
	return ${ret}
76
}
80
}
77
81
Lines 82-87 Link Here
82
: ${quagga_enable="NO"}
86
: ${quagga_enable="NO"}
83
: ${quagga_flags="-d"}
87
: ${quagga_flags="-d"}
84
: ${quagga_daemons="zebra ripd ripngd ospfd ospf6d bgpd isisd"}
88
: ${quagga_daemons="zebra ripd ripngd ospfd ospf6d bgpd isisd"}
89
: ${quagga_vtysh_boot="NO"}
85
90
86
quagga_cmd=$1
91
quagga_cmd=$1

Return to bug 176223