From: Michael Tremer Date: Thu, 18 Aug 2011 12:07:55 +0000 (+0200) Subject: IKEv2: Add roadwarrior configuration to file. X-Git-Tag: v2.9-core53~46^2~1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=86525dfc52009003a0976fb8df135ba0808ae121;p=people%2Fstevee%2Fipfire-2.x.git IKEv2: Add roadwarrior configuration to file. --- diff --git a/html/cgi-bin/vpnmain.cgi b/html/cgi-bin/vpnmain.cgi index 888372e01d..e1a8200945 100644 --- a/html/cgi-bin/vpnmain.cgi +++ b/html/cgi-bin/vpnmain.cgi @@ -439,6 +439,7 @@ sub writeipsecfiles { # Automatically start only if a net-to-net connection if ($lconfighash{$key}[3] eq 'host') { print CONF "\tauto=add\n"; + print CONF "\trightsourceip=$lvpnsettings{'RW_NET'}\n"; } else { print CONF "\tauto=start\n"; }