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