summaryrefslogtreecommitdiffstats
path: root/etc/inc/vpn.inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc/vpn.inc')
-rw-r--r--etc/inc/vpn.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc
index f099f93..26631d7 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -153,7 +153,7 @@ function vpn_ipsec_configure($ipchg = false)
mwexec("/sbin/sysctl net.inet.ip.fastforwarding=0");
/* this loads a route table which is used to determine if a route needs to be removed. */
- exec("/usr/bin/netstat -rn", $route_arr, $retval);
+ exec("/usr/bin/netstat -rnf inet", $route_arr, $retval);
$route_str = implode("\n", $route_arr);
/* resolve all local, peer addresses and setup pings */
OpenPOWER on IntegriCloud