From 0fe872968f45b46475bee8dbdb926aa2001445fb Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 3 Apr 2006 14:57:29 +0000 Subject: [PATCH] call openvpn_resync_all() on bootup --- etc/rc.bootup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc.bootup b/etc/rc.bootup index 460254ce7c..81bc771fcc 100755 --- a/etc/rc.bootup +++ b/etc/rc.bootup @@ -194,7 +194,7 @@ } /* start OpenVPN server & clients */ - //openvpn_resync_all(); + openvpn_resync_all(); /* set up static routes */ system_routing_configure();