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