diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-04-01 22:18:36 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-04-01 22:18:36 +0000 |
commit | 7c172009f69fdbb8fa168a05eb2caaa5eafe7b11 (patch) | |
tree | 9e60d5895302196978099d720cf875063c636dc5 /etc/rc.bootup | |
parent | f0674f6766d804d4323c29d6e1f7fde91b2ca7a5 (diff) | |
download | pfsense-7c172009f69fdbb8fa168a05eb2caaa5eafe7b11.zip pfsense-7c172009f69fdbb8fa168a05eb2caaa5eafe7b11.tar.gz |
MFC Fernando's OpenVPN changes.
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-x | etc/rc.bootup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup index 686d15c..81bc771 100755 --- a/etc/rc.bootup +++ b/etc/rc.bootup @@ -194,7 +194,7 @@ } /* start OpenVPN server & clients */ - ovpn_configure(false); + openvpn_resync_all(); /* set up static routes */ system_routing_configure(); |