summaryrefslogtreecommitdiff
path: root/templates/protocols/ripng/passive-interface/node.def
diff options
context:
space:
mode:
Diffstat (limited to 'templates/protocols/ripng/passive-interface/node.def')
-rw-r--r--templates/protocols/ripng/passive-interface/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/protocols/ripng/passive-interface/node.def b/templates/protocols/ripng/passive-interface/node.def
index 4fe2e16b..c3b1feed 100644
--- a/templates/protocols/ripng/passive-interface/node.def
+++ b/templates/protocols/ripng/passive-interface/node.def
@@ -8,7 +8,7 @@ syntax:expression: exec " \
exit 1; \
fi ; "
-update: if [ x$VAR(x) == xdefault ]; then
+create: if [ x$VAR(x) == xdefault ]; then
vyatta-vtysh -c "configure terminal" \
-c "router ripng" \
-c "passive-interface default";