summaryrefslogtreecommitdiff
path: root/templates/protocols/ospf/parameters/router-id/node.def
blob: b1902d4900c95435c266406fbb4653399763dd9c (plain)
1
2
3
4
5
6
type: ipv4
help: "Override the default router identifier"
update: "\\${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" -c \"router ospf\" \
           -c \"ospf router-id $(@)\" "
delete: "\\${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" -c \"router ospf\" \
           -c \"no ospf router-id \" "