Make sure a valid monitor address exists when creating the rule.
Followup to 83637fdf058f0f9207ca339fb9bc44728f9dbd28.
Improve gateway monitoring. Fix #16180
Revert the changes from 3b5f0ecbfc2d952891dbe227e9afbf9d2ed0ebd4 sincerouting an address via an interface causes the system to treat it aslocal and send IPv6 NS requests to addresses that may not be local. Asan alternate solution, add filter rules to prevent gateway monitoring...
Bump config version
Remove interface_isppp_type_ephemeral()
Correct a copy/paste error and escape shell args where downing if_pppoe iface
Always bring if_pppoe interfaces down before destroying them
For kernel if_pppoe interfaces, when the interface is destroyed it is removedimmediately without sending a Term-Request. This leaves the other end of the PPPtunnel established until it times out from lack of response. In the interim, if...
Add interface network aliases even if empty. Fix #16182
This changes the behavior for interface "subnet" aliases to be included in/tmp/rules.debug even when the alias is empty. This matches how otheraliases are handled. When an alias is empty and a rule references it,...
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
Fix double rc.newwanipv6 execution on if_pppoe
When using if_pppoe and DHCPv6 over the PPP link, both the devd handler scriptand dhcp6c execute /etc/rc.newwanipv6 as a result of an address assignment,which is not fatal but does cause some extra delay as the filter is reloaded and...
Double-escape HTML characters for use in HTML attribute. Fix #15415
pppoe-handler: Mute spurious invalid address warnings
Move the address checking out of the main body of the script into switch casesthat actually use the address
(cherry picked from commit 51ce224e061a26728bb42d11d238a11bbd989850)
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...
Check input validation before prompting to apply settings. Fix #16162
Correct the DNS info change detection. Fix #16170
The variable $dns_changed was introduced along with the RENEW reason andis intended to only take affect with RENEW. This is done to keep theoriginal behavior for reasons other than RENEW.
Add collectd to the list of packages to build
Fix IPsec settings filter policy link
Fix config check for if_pppoe
'system/use_mpd5_for_pppoe' is not a valid config path.
Remove the pppoe reset cron job when the interface is disabled or with if_pppoe
Hide unsupported options with if_pppoe. Fix #16155
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.
Also available in: Atom