mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Flush both SA and SPD entries
This commit is contained in:
parent
ca08dbf2c1
commit
cdf779cdd7
@ -610,6 +610,7 @@ EOD;
|
||||
if(is_process_running("racoon")) {
|
||||
/* flush SPD entries */
|
||||
mwexec("/sbin/setkey -FP");
|
||||
mwexec("/sbin/setkey -F");
|
||||
$i = 0;
|
||||
while($i < 2) {
|
||||
/* load SPD */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user