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