summaryrefslogtreecommitdiff
path: root/templates/protocols/ospf/mpls-te/enable/node.def
blob: 188d0d04bc6265e2291695c377cadc33040908f7 (plain)
1
2
3
4
5
6
7
help: Enable MPLS-TE functionality
create:expression: "vyatta-vtysh -c \"configure terminal\" \
       -c \"router ospf\" \
       -c \"mpls-te on\"; "
delete:expression: "vyatta-vtysh -c \"configure terminal\" \
       -c \"router ospf\" \
       -c \"no mpls-te\"; "