mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
Merge branch 'dglushenok-master'
This commit is contained in:
commit
b818cd53c9
1
debian/rules
vendored
1
debian/rules
vendored
@ -22,4 +22,5 @@ configure_config:
|
|||||||
if [ $(shell uname -m) = 'i686' ]; then echo "1\n1\n" | ./configure; fi
|
if [ $(shell uname -m) = 'i686' ]; then echo "1\n1\n" | ./configure; fi
|
||||||
if [ $(shell uname -m) = 'armv6l' ]; then echo "1\n1\n" | ./configure; fi
|
if [ $(shell uname -m) = 'armv6l' ]; then echo "1\n1\n" | ./configure; fi
|
||||||
if [ $(shell uname -m) = 'armv7l' ]; then echo "1\n1\n" | ./configure; fi
|
if [ $(shell uname -m) = 'armv7l' ]; then echo "1\n1\n" | ./configure; fi
|
||||||
|
if [ $(shell uname -m) = 'armv5tel' ]; then echo "1\n1\n" | ./configure; fi
|
||||||
|
|
||||||
|
@ -2114,8 +2114,8 @@ void OvsRecvPacket(OPENVPN_SERVER *s, LIST *recv_packet_list, UINT protocol)
|
|||||||
if (r->Exists)
|
if (r->Exists)
|
||||||
{
|
{
|
||||||
Format(l3_options, sizeof(l3_options),
|
Format(l3_options, sizeof(l3_options),
|
||||||
",route %r %r vpn_gateway",
|
",route %r %r %r",
|
||||||
&r->Network, &r->SubnetMask);
|
&r->Network, &r->SubnetMask, &r->Gateway);
|
||||||
|
|
||||||
StrCat(option_str, sizeof(option_str), l3_options);
|
StrCat(option_str, sizeof(option_str), l3_options);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user