summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xGenerate1
1 files changed, 1 insertions, 0 deletions
diff --git a/Generate b/Generate
index 305eb80..3e7b951 100755
--- a/Generate
+++ b/Generate
@@ -736,6 +736,7 @@ hostlist.each{ |host|
upscript.puts "ip -6 addr add #{ host['link-local'][ peer['name'] ]['me'] }/64 dev $TUN_DEV"
end
upscript.puts "ip -6 addr add #{ host['vpn_address6'] }/128 dev $TUN_DEV"
+ upscript.puts "ip -6 route add #{ peer['vpn_address6'] }/128 dev $TUN_DEV"
end
upscript.puts "true"