diff options
Diffstat (limited to 'templates/protocols/ripng/passive-interface/node.def')
-rw-r--r-- | templates/protocols/ripng/passive-interface/node.def | 2 |
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"; |