diff options
Diffstat (limited to 'templates/protocols/ospf/router-id')
-rw-r--r-- | templates/protocols/ospf/router-id/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/protocols/ospf/router-id/node.def b/templates/protocols/ospf/router-id/node.def index b5072ccd..e37ba0ee 100644 --- a/templates/protocols/ospf/router-id/node.def +++ b/templates/protocols/ospf/router-id/node.def @@ -1,4 +1,4 @@ -type: ipv4; "router-id must be a IPv4 address" +type: ipv4 help: "Override the default router identifier" update: "/usr/bin/vtysh -c \"configure terminal\" -c \"router ospf\" \ -c \"ospf router-id $(@)\" " |