mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Change /sbin/setkey to ipsec-tools /usr/local/sbin/setkey
This commit is contained in:
parent
79b322f020
commit
fff75fa45b
@ -4,7 +4,7 @@ $ipsec_title = "IPsec";
|
||||
|
||||
function get_ipsec_tunnel_sad() {
|
||||
/* query SAD */
|
||||
$fd = @popen("/sbin/setkey -D", "r");
|
||||
$fd = @popen("/usr/local/sbin/setkey -D", "r");
|
||||
$sad = array();
|
||||
if ($fd) {
|
||||
while (!feof($fd)) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user