Revision 2731ebc8
Added by Seth Mos almost 17 years ago
etc/inc/vpn.inc | ||
---|---|---|
168 | 168 |
} |
169 | 169 |
|
170 | 170 |
/* this loads a route table which is used to determine if a route needs to be removed. */ |
171 |
exec("/sbin/netstat -rn", $route_arr, $retval);
|
|
171 |
exec("/usr/bin/netstat -rn", $route_arr, $retval);
|
|
172 | 172 |
$route_str = implode("\n", $route_arr); |
173 | 173 |
|
174 | 174 |
/* resolve all local, peer addresses and setup pings */ |
Also available in: Unified diff
Correct path to netstat