aboutsummaryrefslogtreecommitdiffstats
path: root/package/network
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-02-03 10:10:54 +0000
committerJohn Crispin <john@openwrt.org>2015-02-03 10:10:54 +0000
commitfd2689ecfc5c31e138b5b944c373f6b512237eca (patch)
tree822ac059fb1d184c490aa4c46282b998cd28328c /package/network
parentbaaef4295286f02f8f81493ae84885afdd8acb37 (diff)
downloadupstream-fd2689ecfc5c31e138b5b944c373f6b512237eca.tar.gz
upstream-fd2689ecfc5c31e138b5b944c373f6b512237eca.tar.bz2
upstream-fd2689ecfc5c31e138b5b944c373f6b512237eca.zip
map: Fix white space errors
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> SVN-Revision: 44246
Diffstat (limited to 'package/network')
-rwxr-xr-xpackage/network/ipv6/map/files/map.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/ipv6/map/files/map.sh b/package/network/ipv6/map/files/map.sh
index 945accdebd..10789f07ca 100755
--- a/package/network/ipv6/map/files/map.sh
+++ b/package/network/ipv6/map/files/map.sh
@@ -62,7 +62,7 @@ proto_map_setup() {
echo "$RULE_DATA" >> /tmp/map-$cfg.rules
eval $RULE_DATA
-
+
if [ -z "$RULE_BMR" ]; then
proto_notify_error "$cfg" "NO_MATCHING_PD"
proto_block_restart "$cfg"
@@ -73,7 +73,7 @@ proto_map_setup() {
if [ "$type" = "lw4o6" -o "$type" = "map-e" ]; then
proto_init_update "$link" 1
proto_add_ipv4_address $(eval "echo \$RULE_${k}_IPV4ADDR") "" "" ""
-
+
proto_add_tunnel
json_add_string mode ipip6
json_add_int mtu "${mtu:-1280}"
@@ -194,7 +194,7 @@ proto_map_teardown() {
}
proto_map_init_config() {
- no_device=1
+ no_device=1
available=1
proto_config_add_string "rule"