summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJustin Fletcher <jfletcher@phuket.vyatta.com>2007-11-05 17:35:29 -0800
committerJustin Fletcher <jfletcher@phuket.vyatta.com>2007-11-05 17:35:29 -0800
commit42dfee070aaa757ff9b8230fa2879b89883ab205 (patch)
tree12fe7dd1a1b9dc6ba98a2f0192b1399c27d7a9a9 /templates
parent56c73bf4dee6082a5a6277b237038b0a68131c8c (diff)
parentd2de5c5263822a0c3bfa625f8d7cb3a2baa9377c (diff)
downloadvyatta-cfg-quagga-42dfee070aaa757ff9b8230fa2879b89883ab205.tar.gz
vyatta-cfg-quagga-42dfee070aaa757ff9b8230fa2879b89883ab205.zip
Merge branch 'master' of /usr/local/git/vyatta-cfg-quagga
Diffstat (limited to 'templates')
-rw-r--r--templates/protocols/ospf/area/node.def1
-rw-r--r--templates/protocols/ospf/router-id/node.def2
2 files changed, 2 insertions, 1 deletions
diff --git a/templates/protocols/ospf/area/node.def b/templates/protocols/ospf/area/node.def
index d06ef605..22cb1ca0 100644
--- a/templates/protocols/ospf/area/node.def
+++ b/templates/protocols/ospf/area/node.def
@@ -1,4 +1,5 @@
tag:
type: txt
+syntax: exec "/opt/vyatta/sbin/vyatta_quagga_utils.pl --check-ospf-area $(@)"
help: "Area"
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 $(@)\" "