diff options
author | Ermal Luçi <eri@pfsense.org> | 2010-01-22 18:31:23 +0000 |
---|---|---|
committer | Ermal Luçi <eri@pfsense.org> | 2010-01-22 18:32:09 +0000 |
commit | 67cd847c53f6bd7edfc0e582c7f8c4738a086365 (patch) | |
tree | 6b76787668a3bcf9e50a2673208835ee4e0b8259 /etc/rc.reload_interfaces | |
parent | c9359d0529ee023f70f2960c45568ee4e0331c8e (diff) | |
download | pfsense-67cd847c53f6bd7edfc0e582c7f8c4738a086365.zip pfsense-67cd847c53f6bd7edfc0e582c7f8c4738a086365.tar.gz |
Really write ppp.conf during reload. Include neccessary include.
Diffstat (limited to 'etc/rc.reload_interfaces')
-rwxr-xr-x | etc/rc.reload_interfaces | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/rc.reload_interfaces b/etc/rc.reload_interfaces index f93a199..9139e6d 100755 --- a/etc/rc.reload_interfaces +++ b/etc/rc.reload_interfaces @@ -34,6 +34,7 @@ require_once("functions.inc"); require_once("filter.inc"); require_once("shaper.inc"); require_once("openvpn.inc"); +require_once("vpn.inc"); reload_interfaces_sync(); filter_configure_sync(); |