Fix updating renamed aliases with multiple entries
Previous behavior only checked single-entry aliases. This change allowscalling update_alias_names_upon_change() with a spearator to loopthrough the alias and update all entries.
Sync config revision
Double-escape HTML characters for use in HTML attribute. Fix #15415
Fix serialization/deserialization of ppp hostuniq and provider attributes
When these two properties were added, the form handling set their config valuesto boolean true if empty, leading to empty tags in the config.xml which would beserialized to the config.cache as empty strings. As a result, later fetches of a...
if_pppoe: Resolve endless loop on dhcp6c
When using if_pppoe, the use of ppp-ipv6 to up the pppoe interface on ADDR_ADDcauses a loop of calling interface_dhcp6_configure(), whichrestarts dhcp6c, which acquires a lease and assigns an address, which emits an...
Remove the pppoe reset cron job when the interface is disabled or with if_pppoe
Check for Kea custom configuration before retrying without it
Errors without custom configuration can also trigger the notice. In suchcase, retrying is redundant and the notice text is misleading.
ddns: use the correct AF for the service type. Fix #16156
Use IPv6 system preference for all configured interface types in get_request_source_address()
Correct DHCP6 client log
This function is called regardleass of the "without RA" option. Followupto dd3d48af87c892a070210f0064e589157868e7c2.
View revisions
Also available in: Atom