summaryrefslogtreecommitdiff
path: root/templates/protocols/ospf/router-id
diff options
context:
space:
mode:
authorStig Thormodsrud <stig@uffda.(none)>2007-10-18 18:49:14 -0700
committerStig Thormodsrud <stig@uffda.(none)>2007-10-18 18:49:14 -0700
commiteb27e2fffae49b0d8fa636bee611d9ad3c1e0999 (patch)
tree9c5ab6ea0511bc9ff98dc0480a583c530a639624 /templates/protocols/ospf/router-id
parent70ad82f7cd762ddfd34534197ca1a4c1d7ee5b6c (diff)
downloadvyatta-cfg-quagga-eb27e2fffae49b0d8fa636bee611d9ad3c1e0999.tar.gz
vyatta-cfg-quagga-eb27e2fffae49b0d8fa636bee611d9ad3c1e0999.zip
Add minimal ospf config.
- still need to add validation and rest of functionality.
Diffstat (limited to 'templates/protocols/ospf/router-id')
-rw-r--r--templates/protocols/ospf/router-id/node.def6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/protocols/ospf/router-id/node.def b/templates/protocols/ospf/router-id/node.def
new file mode 100644
index 00000000..b5072ccd
--- /dev/null
+++ b/templates/protocols/ospf/router-id/node.def
@@ -0,0 +1,6 @@
+type: ipv4; "router-id must be a IPv4 address"
+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 \" "