diff options
author | Stephen Hemminger <shemminger@vyatta.com> | 2011-08-24 10:16:28 -0700 |
---|---|---|
committer | Stephen Hemminger <shemminger@vyatta.com> | 2011-08-24 10:16:28 -0700 |
commit | d04b70a3098cfab1fe2ea0b480398f583ec06322 (patch) | |
tree | 2710884bc79e911f6c4f75fcf066e69ca2a21005 /templates | |
parent | 510ba1cf52115b38cefcdfaa9821a41f6c3ca877 (diff) | |
download | vyatta-cfg-quagga-d04b70a3098cfab1fe2ea0b480398f583ec06322.tar.gz vyatta-cfg-quagga-d04b70a3098cfab1fe2ea0b480398f583ec06322.zip |
Fix ipv6 tunnel template error
Remove whitespace at end of line.
Also, indent continuation lines for clarity.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/interfaces/tunnel/node.tag/parameters/ipv6/flowlabel/node.def | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/interfaces/tunnel/node.tag/parameters/ipv6/flowlabel/node.def b/templates/interfaces/tunnel/node.tag/parameters/ipv6/flowlabel/node.def index 919ad69a..f6d062c7 100644 --- a/templates/interfaces/tunnel/node.tag/parameters/ipv6/flowlabel/node.def +++ b/templates/interfaces/tunnel/node.tag/parameters/ipv6/flowlabel/node.def @@ -15,6 +15,7 @@ update:if [ -n "$VAR(../hoplimit/@)" ]; then TC="tclass $VAR(../tclass/@)" fi; sudo ip -6 tunnel change $VAR(../../../@) \ - local $VAR(../../../local-ip/@) remote $VAR(../../../remote-ip/@) \ - mode $VAR(../../../encapsulation/@) \ + local $VAR(../../../local-ip/@) \ + remote $VAR(../../../remote-ip/@) \ + mode $VAR(../../../encapsulation/@) \ $HL $ECL $TC flowlabel $VAR(@) |