kea2unbound: use the new unbound fast-reload feature in v1.23
Fix editing interface group names
This was previously a pointer to the global config before the configaccess rewrite and hence the assignment would modify the config.
Check correct enable value for UPnP service. Fix #16274
Also move the query code so it's only run when the service is enabled.
ppp-ipv6: Reduce indent levels
Refactor handling of PPPoE ADDR_ADD events. Fix #16265
Reference the correct VIP in input validation description. Fix #16272
The $vip variable may not reference the $found_carp's VIP since there's nobreak in the loop. Fix it by keeping the ID once it's found.
Encode OpenVPN names in widget. Fixes #16258
Avoid loop between pppoe-handler and rc.newwanip. Fix #16235
Once the PPPoE client receives the interface address an ADDR_ADD DEVDevent triggers pppoe-handler which ends up calling rc.newwanip. Therc.newwanip script calls link_interface_to_vips() which triggers an...
Automatically check "Allow IP options" when IGMP is selected. Implement #16110
Improvements to plugin_xmlrpc functions
- The "merged in config" log may not show all merged sections. Fix this by not clobbering the "$sections" variable.- Fix variable expansion in the xmlrpc_recv plugin error logs.- Pass the return value of "plugin_xmlrpc_recv" to...
View revisions
Also available in: Atom