From 64c18f53ff91033287994be71b6ededc7dedbcc7 Mon Sep 17 00:00:00 2001 From: jim-p Date: Mon, 5 Aug 2019 11:33:31 -0400 Subject: [PATCH] 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 15701e03e36051907a23ddbe5ab04f42c94c0944) --- src/etc/rc.newipsecdns | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/etc/rc.newipsecdns b/src/etc/rc.newipsecdns index 33aed957e7..ada58d5c7d 100755 --- a/src/etc/rc.newipsecdns +++ b/src/etc/rc.newipsecdns @@ -66,3 +66,5 @@ $config = parse_config(); vpn_ipsec_configure(); unlock($ipseclck); + +send_event("service reload packages"); \ No newline at end of file