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