summaryrefslogtreecommitdiff
path: root/templates/protocols/ospf/passive-interface/node.def
diff options
context:
space:
mode:
Diffstat (limited to 'templates/protocols/ospf/passive-interface/node.def')
-rw-r--r--templates/protocols/ospf/passive-interface/node.def6
1 files changed, 0 insertions, 6 deletions
diff --git a/templates/protocols/ospf/passive-interface/node.def b/templates/protocols/ospf/passive-interface/node.def
index d82edd03..b469f1c7 100644
--- a/templates/protocols/ospf/passive-interface/node.def
+++ b/templates/protocols/ospf/passive-interface/node.def
@@ -1,12 +1,6 @@
multi:
type: txt
help: Set to suppress routing updates on an interface
-
-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"
-
allowed: ${vyatta_sbindir}/vyatta-interfaces.pl --show all && echo default
update: if [ -z $VAR(@) ]
then vyatta-vtysh -c "configure terminal" -c "router ospf" \