Revision f7049b0b
Added by Scott Ullrich about 20 years ago
usr/local/www/vpn_ipsec.php | ||
---|---|---|
62 | 62 |
config_lock(); |
63 | 63 |
$retval = vpn_ipsec_configure(); |
64 | 64 |
config_unlock(); |
65 |
/* reload the filter in the background */ |
|
66 |
mwexec_bg("/etc/rc.filter_configure"); |
|
65 | 67 |
} |
66 | 68 |
$savemsg = get_std_save_message($retval); |
67 | 69 |
if ($retval == 0) { |
Also available in: Unified diff
After applying the settings, reload the filter in the background to trigger sync operations, etc.