Revision 9a330eff
Added by Chris Buechler almost 9 years ago
src/etc/inc/vpn.inc | ||
---|---|---|
191 | 191 |
$crlpath = "{$g['varetc_path']}/ipsec/ipsec.d/crls"; |
192 | 192 |
|
193 | 193 |
mwexec("/sbin/ifconfig enc0 up"); |
194 |
if (php_uname('m') != "amd64") { |
|
195 |
set_single_sysctl("net.inet.ipsec.directdispatch", "0"); |
|
196 |
} |
|
197 | 194 |
|
198 | 195 |
/* needed for config files */ |
199 | 196 |
if (!is_dir("{$g['varetc_path']}/ipsec")) { |
Also available in: Unified diff
Remove workaround for Ticket #4754 in 2.4 since 32 bit is dead.