mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
system: rfc2136 supporting gwgroups is a lie
This commit is contained in:
parent
04c6997b9e
commit
db8373ffe4
@ -41,8 +41,4 @@ echo -n "Reloading filter: "
|
||||
echo -n "Reloading DynDNS for ${GATEWAY}: "
|
||||
/usr/local/opnsense/service/configd_ctl.py dyndns reload ${GATEWAY}
|
||||
|
||||
# XXX move to plugins
|
||||
echo -n "Reloading RFC 2136 for ${GATEWAY}: "
|
||||
/usr/local/opnsense/service/configd_ctl.py rfc2136 reload ${GATEWAY}
|
||||
|
||||
exit 0
|
||||
|
||||
@ -53,7 +53,6 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||
} elseif (isset($_POST['apply'])) {
|
||||
plugins_configure('monitor');
|
||||
configd_run('dyndns reload');
|
||||
configd_run('rfc2136 reload');
|
||||
configd_run('filter reload');
|
||||
|
||||
clear_subsystem_dirty('gwgroups');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user