summaryrefslogtreecommitdiff
path: root/templates/protocols/ospf/passive-interface
diff options
context:
space:
mode:
authorStig Thormodsrud <stig@vyatta.com>2009-03-24 18:25:14 -0700
committerStig Thormodsrud <stig@vyatta.com>2009-03-24 18:25:14 -0700
commit2a087dd9cd507696045299a6884a3f2242ef174e (patch)
tree47c796843b06fbc8ea75ec8d221b3bbf394f53dc /templates/protocols/ospf/passive-interface
parent68c8e7bd18aed57e36d367de41520fec71dd744f (diff)
downloadvyatta-cfg-quagga-2a087dd9cd507696045299a6884a3f2242ef174e.tar.gz
vyatta-cfg-quagga-2a087dd9cd507696045299a6884a3f2242ef174e.zip
Change "syntax" to "commit" check for "protocol ospf passive-interace"
Diffstat (limited to 'templates/protocols/ospf/passive-interface')
-rw-r--r--templates/protocols/ospf/passive-interface/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/protocols/ospf/passive-interface/node.def b/templates/protocols/ospf/passive-interface/node.def
index 9db0aca8..d82edd03 100644
--- a/templates/protocols/ospf/passive-interface/node.def
+++ b/templates/protocols/ospf/passive-interface/node.def
@@ -2,7 +2,7 @@ multi:
type: txt
help: Set to suppress routing updates on an interface
-syntax:expression: exec "${vyatta_sbindir}/vyatta-interfaces.pl \
+commit:expression: exec "${vyatta_sbindir}/vyatta-interfaces.pl \
--check all --dev $VAR(@) 2> /dev/null || \
[ x$VAR(@) == xdefault ]"; \
"$VAR(@) is not 'default' or a known interface name"