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