summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMark O'Brien <mobrien@vyatta.com>2008-04-11 16:17:07 -0700
committerMark O'Brien <mobrien@vyatta.com>2008-04-11 16:17:07 -0700
commitdbcf5040d97cd1758393b35e7d3ffca02a69468e (patch)
treee6d9882d5bf78aca635a0faa718b3979b413efab /templates
parentc999ddec2a30f23121072d51a49003fd822527d7 (diff)
downloadvyatta-cfg-quagga-dbcf5040d97cd1758393b35e7d3ffca02a69468e.tar.gz
vyatta-cfg-quagga-dbcf5040d97cd1758393b35e7d3ffca02a69468e.zip
Fix for bug 3093
Diffstat (limited to 'templates')
-rw-r--r--templates/interfaces/loopback/node.tag/ip/ospf/network/node.def7
1 files changed, 2 insertions, 5 deletions
diff --git a/templates/interfaces/loopback/node.tag/ip/ospf/network/node.def b/templates/interfaces/loopback/node.tag/ip/ospf/network/node.def
index 7b8aacf2..d49c4414 100644
--- a/templates/interfaces/loopback/node.tag/ip/ospf/network/node.def
+++ b/templates/interfaces/loopback/node.tag/ip/ospf/network/node.def
@@ -1,7 +1,7 @@
type: txt
help: Network type
-syntax:expression: $VAR(@) in "broadcast", "non-broadcast", "point-to-multipoint", "point-to-point"; \
- "Must be (broadcast|non-broadcast|point-to-multipoint|point-to-point)"
+syntax:expression: $VAR(@) in "non-broadcast"; \
+ "Must be non-broadcast"
update:expression: "${vyatta_sbindir}/vyatta-vtysh.pl \
-c \"configure terminal\" -c \"interface $VAR(../../../@)\" \
@@ -12,7 +12,4 @@ delete:expression: "${vyatta_sbindir}/vyatta-vtysh.pl \
-c \"no ip ospf network \"; "
comp_help: possible completions:
- broadcast Set broadcast network type
non-broadcast Set non-broadcast network type
- point-to-multipoint Set point-to-multipoint network type
- point-to-point Set point-to-point network type