mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Restart packages at the end of rc.newipsecdns. Fixes #9668
Not an ideal solution but it does ensure that FRR routes function after
an IPsec event.
(cherry picked from commit 15701e03e3)
This commit is contained in:
parent
aa08527dc9
commit
64c18f53ff
@ -66,3 +66,5 @@ $config = parse_config();
|
||||
vpn_ipsec_configure();
|
||||
|
||||
unlock($ipseclck);
|
||||
|
||||
send_event("service reload packages");
|
||||
Loading…
Reference in New Issue
Block a user