summaryrefslogtreecommitdiff
path: root/templates/protocols/ospf/mpls-te/enable/node.def
blob: 2280481714145427675d8fd02aefc67f977353d8 (plain)
1
2
3
4
5
help: "Enable the MPLS-TE functionality"
create: "\\${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" -c \"router ospf\" \
        -c \"mpls-te on\"; "
delete: "\\${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" -c \"router ospf\" \
        -c \"no mpls-te\"; "