summaryrefslogtreecommitdiff
path: root/templates/protocols/ospf/mpls-te/router-address/node.def
blob: 9c70bd299972832d171ff5a8ab54876c1119e281 (plain)
1
2
3
4
5
6
7
8
type: ipv4
help: 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\"; "