system: rfc2136 supporting gwgroups is a lie

This commit is contained in:
Franco Fichtner 2019-04-29 23:56:02 +02:00
parent 04c6997b9e
commit db8373ffe4
2 changed files with 0 additions and 5 deletions

View File

@ -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

View File

@ -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');