summaryrefslogtreecommitdiff
path: root/templates/protocols/ospf/parameters/router-id/node.def
blob: 8b1011ec94641d0c8b198b78210eab2efd7f2d91 (plain)
1
2
3
4
5
6
7
8
type: ipv4
help: Set to override the default router identifier
update:expression: "vyatta-vtysh -c \"configure terminal\" \
           -c \"router ospf\" \
           -c \"ospf router-id $VAR(@)\" "
delete:expression: "vyatta-vtysh -c \"configure terminal\" \
           -c \"router ospf\" \
           -c \"no ospf router-id \" "