mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-06 13:09:50 +00:00
The 'reload' command did the same as 'restart' command.
Allow user to decide if SAD and SPD entries should be flushed on 'reload'. With this change flush/spdflush is not done automatically (it could still be done from ipsec.conf).
This commit is contained in:
parent
76098314b0
commit
219d40fbb1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=154772
@ -61,8 +61,6 @@ ipsec_stop()
|
||||
ipsec_reload()
|
||||
{
|
||||
echo "Reloading ipsec manual keys/policies."
|
||||
${ipsec_program} -F
|
||||
${ipsec_program} -FP
|
||||
${ipsec_program} -f "$ipsec_file"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user