summaryrefslogtreecommitdiff
path: root/templates/protocols/ospf/passive-interface-exclude
diff options
context:
space:
mode:
Diffstat (limited to 'templates/protocols/ospf/passive-interface-exclude')
-rw-r--r--templates/protocols/ospf/passive-interface-exclude/node.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/protocols/ospf/passive-interface-exclude/node.def b/templates/protocols/ospf/passive-interface-exclude/node.def
index 98820945..b69cc8b0 100644
--- a/templates/protocols/ospf/passive-interface-exclude/node.def
+++ b/templates/protocols/ospf/passive-interface-exclude/node.def
@@ -13,11 +13,11 @@ create: if [ -z $VAR(@) ] ; then
echo "Error: must include interface";
exit 1;
else
- vyatta-vtysh -c "configure terminal" -c "router ospf" \
+ vtysh -c "configure terminal" -c "router ospf" \
-c "no passive-interface $VAR(@)"
fi;
-delete: vyatta-vtysh -c "configure terminal" -c "router ospf" \
+delete: vtysh -c "configure terminal" -c "router ospf" \
-c "passive-interface $VAR(@)";
comp_help: possible completions: