summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xGenerate2
1 files changed, 1 insertions, 1 deletions
diff --git a/Generate b/Generate
index ca7e828..9fd4bfe 100755
--- a/Generate
+++ b/Generate
@@ -160,7 +160,6 @@ echo 0 > /proc/sys/net/ipv4/conf/$TUN_DEV/rp_filter
#ip r add 10.0.0.0/8 via "$gw"
#ip r add 0.0.0.0/1 dev "$TUN_DEV"
#ip r add 128.0.0.0/1 dev "$TUN_DEV"
-true
'
######################################################################################
@@ -720,6 +719,7 @@ hostlist.each{ |host|
upscript.puts "ip -6 addr add #{ host['link-local'][ peer['name'] ]['me'] }/64 dev $TUN_DEV"
upscript.puts "ip -6 addr add #{ host['vpn_address6'] }/128 dev $TUN_DEV"
end
+ upscript.puts "true"
upscript.close
File.chmod(0755, upscriptname) == 1 or throw "Cannot chmod #{upscriptname}"