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:
jim-p 2019-08-05 11:33:31 -04:00
parent aa08527dc9
commit 64c18f53ff

View File

@ -66,3 +66,5 @@ $config = parse_config();
vpn_ipsec_configure();
unlock($ipseclck);
send_event("service reload packages");