summaryrefslogtreecommitdiff
path: root/templates/protocols/ospf/passive-interface
diff options
context:
space:
mode:
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"