summaryrefslogtreecommitdiff
path: root/templates/protocols/ospf/mpls-te/router-address/node.def
blob: fe41434095983377ce632c87cce81f2294fb99f6 (plain)
1
2
3
4
5
6
7
8
type: ipv4
help: Set stable IP address of the advertising router
update:expression: "vyatta-vtysh -c \"configure terminal\" \
       -c \"router ospf\" \
       -c \"mpls-te router-address $VAR(@)\"; "
delete:expression: "vyatta-vtysh -c \"configure terminal\" \
       -c \"router ospf\" \
       -c \"no mpls-te\"; "