Revision 80f09203
Added by Scott Ullrich over 20 years ago
etc/inc/vpn.inc | ||
---|---|---|
95 | 95 |
if (isset($ipseccfg['enable'])) { |
96 | 96 |
|
97 | 97 |
/* fastforwarding is not compatible with ipsec tunnels */ |
98 |
system("/sbin/sysctl net.inet.ip.fastforwarding=0"); |
|
98 |
system("/sbin/sysctl net.inet.ip.fastforwarding=0 >/dev/null 2>&1");
|
|
99 | 99 |
|
100 | 100 |
if (!$curwanip) { |
101 | 101 |
/* IP address not configured yet, exit */ |
Also available in: Unified diff
Redirect sysctl output to /dev/null