diff options
author | Bob Gilligan <gilligan@vyatta.com> | 2009-07-09 18:29:13 -0700 |
---|---|---|
committer | Bob Gilligan <gilligan@vyatta.com> | 2009-07-09 18:29:13 -0700 |
commit | 94e3e519ddb67e70e47015fca552fec264039c80 (patch) | |
tree | a9cc1ab2c8703ffc692774d267d7ba7158c650c0 /templates/protocols/ripng/passive-interface | |
parent | 33336fff1ce8845fdd39686342975b1349c59467 (diff) | |
parent | 1727949b57428d94569130e84c77a12d7a2a71fb (diff) | |
download | vyatta-cfg-quagga-94e3e519ddb67e70e47015fca552fec264039c80.tar.gz vyatta-cfg-quagga-94e3e519ddb67e70e47015fca552fec264039c80.zip |
Merge branch 'kenwood' of http://git.vyatta.com/vyatta-cfg-quagga into kenwood
Diffstat (limited to 'templates/protocols/ripng/passive-interface')
-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"; |