gateways: correctly set new default
interfaces: pppoe link down improvements
LICENSE: sync
OPNSense/core 81cb33f — src/opnsense/scripts/suricata rule-updater.py, src/opnsense/scripts/suricata/lib downloader.py metadata.py
IDS/IPS support request headers in ruleset metadata, to support additional authentication methods (besides oink codes in the url)
<headers>
<Token>%%myruleset.mytoken%%</Token>
</headers>
system: license reformat for recent edit
unbound: add default to hint, tweak link embed
Requested by: @NOYB
interfaces: reject leases in dhcp advanced
PR: https://forum.opnsense.org/index.php?topic=7201.0
intrusion detection: convert to new service control
OPNSense/core 49fbd93 — src/opnsense/mvc/app/views/OPNsense/Proxy index.volt, src/opnsense/mvc/app/views/layouts default.volt
mvc: rework previous, unified look and feel
make: preliminary `collect' target
OPNSense/core 9ff5205 — src/opnsense/mvc/app/views/OPNsense/Proxy index.volt, src/opnsense/www/js opnsense_ui.js
Buttons for services control. (#2184)
OPNSense/core 048f3d0 — src/opnsense/mvc/app/controllers/OPNsense/Diagnostics/Api SystemhealthController.php
SystemHealth, some small style fixes and "non-numeric value encountered" when inverting graph, see https://github.com/opnsense/core/issues/2228
firewall: use sticky outbound NAT by default
PR: https://forum.opnsense.org/index.php?topic=7323.0
system: reorder routing calls for #1821
In order for default gateway switching to work we need to
call routing first, then set up gateways, lastly invoke
filter reload which currently chains the gateway swtich code.
While here, remove deprecation notes.
system: repair system default route handling; closes #2164
Inspired by: https://github.com/pfsense/pfsense/commit/d35dfaaec
make: retain upgrade clean without clobbering package build
make: patch core build for now
ui: it takes new settings, but doesn't redraw... sure #1689
ui: remap manually instead of flushing for #1689
OPNSense/core 40f95a7 — src/opnsense/mvc/app/views/layout_partials form_input_tr.volt, src/opnsense/www/css jquery.tokenize.css
ui: update tokenizer to 2.6, visual tweaks and blur-add
PR: https://github.com/opnsense/core/issues/1689
dhcp, validate max interface mtu, for https://github.com/opnsense/core/issues/2225
OPNSense/core 275989e — src/www system_usermanager_settings_ldapacpicker.php system_authservers.php
ldap Authentication containers / keep dialog on page, switch to post type request and switch system_usermanager_settings_ldapacpicker.php to only send back a json response in stead of a page. closes https://github.com/opnsense/core/issues/2218
IDS/et-open, start using suricata version 4 rules. closes https://github.com/opnsense/core/issues/2150
system: gateway group status into main list; closes #2201
system: add labels to gateway groups, more refactor for #2201
fix previous
mvc/config, improve phpdoc
LICENSE: sync
make: update target, some cleanups
unbound: style sweep