diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-01-30 02:25:00 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-01-30 02:25:00 +0000 |
commit | 4f8e387ddd4cb91d86fdf6f32558d66527338f2a (patch) | |
tree | 64ab88429aa0bc8c05885a11de2452d7f16ec2d9 /etc/rc.reload_interfaces | |
parent | 989c7b5715e51ea5398181bff765c7e21bad6e03 (diff) | |
download | pfsense-4f8e387ddd4cb91d86fdf6f32558d66527338f2a.zip pfsense-4f8e387ddd4cb91d86fdf6f32558d66527338f2a.tar.gz |
OpenVPN cleanups by mposch@gmail.com
Diffstat (limited to 'etc/rc.reload_interfaces')
-rwxr-xr-x | etc/rc.reload_interfaces | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/rc.reload_interfaces b/etc/rc.reload_interfaces index 783af5c..108efd1 100755 --- a/etc/rc.reload_interfaces +++ b/etc/rc.reload_interfaces @@ -31,8 +31,10 @@ require_once("config.inc"); require_once("filter.inc"); +require_once("openvpn.inc"); reload_interfaces_sync(); filter_configure_sync(); +ovpn_config_server("pfreload"); -?>
\ No newline at end of file +?> |