Project

General

Profile

Revision:

Revisions

# Date Author Comment
4f752164 05/15/2025 05:58 PM Marcos M

Make sure a valid monitor address exists when creating the rule.

Followup to 83637fdf058f0f9207ca339fb9bc44728f9dbd28.

83637fdf 05/12/2025 04:51 PM Marcos M

Improve gateway monitoring. Fix #16180

Revert the changes from 3b5f0ecbfc2d952891dbe227e9afbf9d2ed0ebd4 since
routing an address via an interface causes the system to treat it as
local and send IPv6 NS requests to addresses that may not be local. As
an alternate solution, add filter rules to prevent gateway monitoring...

f79edd51 05/11/2025 03:27 PM Marcos M

Bump config version

32070a66 05/10/2025 02:16 AM Reid Linnemann

Remove interface_isppp_type_ephemeral()

75dc97b8 05/10/2025 12:45 AM Reid Linnemann

Correct a copy/paste error and escape shell args where downing if_pppoe iface

11f07e13 05/09/2025 09:49 PM Reid Linnemann

Always bring if_pppoe interfaces down before destroying them

For kernel if_pppoe interfaces, when the interface is destroyed it is removed
immediately without sending a Term-Request. This leaves the other end of the PPP
tunnel established until it times out from lack of response. In the interim, if...

a8e5ba64 05/09/2025 08:26 PM Marcos M

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 other
aliases are handled. When an alias is empty and a rule references it,...

8bc76ef2 05/08/2025 08:12 PM Marcos M

Fix updating renamed aliases with multiple entries

Previous behavior only checked single-entry aliases. This change allows
calling update_alias_names_upon_change() with a spearator to loop
through the alias and update all entries.

5379e5cf 05/08/2025 07:12 PM Marcos M

Sync config revision

e4f3b5ce 05/08/2025 05:16 PM Reid Linnemann

Fix double rc.newwanipv6 execution on if_pppoe

When using if_pppoe and DHCPv6 over the PPP link, both the devd handler script
and 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...

6cf3e688 05/07/2025 07:51 PM Marcos M

Double-escape HTML characters for use in HTML attribute. Fix #15415

9c41e113 05/05/2025 08:37 PM Reid Linnemann

pppoe-handler: Mute spurious invalid address warnings

Move the address checking out of the main body of the script into switch cases
that actually use the address

(cherry picked from commit 51ce224e061a26728bb42d11d238a11bbd989850)

0680e73e 05/05/2025 08:37 PM Reid Linnemann

Fix serialization/deserialization of ppp hostuniq and provider attributes

When these two properties were added, the form handling set their config values
to boolean true if empty, leading to empty tags in the config.xml which would be
serialized to the config.cache as empty strings. As a result, later fetches of a...

30cad817 05/05/2025 08:37 PM Reid Linnemann

if_pppoe: Resolve endless loop on dhcp6c

When using if_pppoe, the use of ppp-ipv6 to up the pppoe interface on ADDR_ADD
causes a loop of calling interface_dhcp6_configure(), which
restarts dhcp6c, which acquires a lease and assigns an address, which emits an...

16eb8e7b 05/02/2025 11:41 PM Marcos M

Check input validation before prompting to apply settings. Fix #16162

6976e027 05/01/2025 07:00 PM Marcos M

Correct the DNS info change detection. Fix #16170

The variable $dns_changed was introduced along with the RENEW reason and
is intended to only take affect with RENEW. This is done to keep the
original behavior for reasons other than RENEW.

e1ad3c08 05/01/2025 06:43 PM Brad Davis

Add collectd to the list of packages to build

201a8998 04/30/2025 12:07 AM Steve Wheeler

Fix IPsec settings filter policy link

9316ad06 04/29/2025 02:06 AM Marcos M

Fix config check for if_pppoe

'system/use_mpd5_for_pppoe' is not a valid config path.

1c9355bd 04/24/2025 01:09 AM Marcos M

Remove the pppoe reset cron job when the interface is disabled or with if_pppoe

27e9a8aa 04/22/2025 05:40 PM Marcos M

Hide unsupported options with if_pppoe. Fix #16155

7bfa6007 04/22/2025 02:21 PM Marcos M

Check for Kea custom configuration before retrying without it

Errors without custom configuration can also trigger the notice. In such
case, retrying is redundant and the notice text is misleading.

363330d9 04/22/2025 01:08 AM Marcos M

ddns: use the correct AF for the service type. Fix #16156

3604a5df 04/22/2025 01:05 AM Marcos M

Use IPv6 system preference for all configured interface types in get_request_source_address()

06824b27 04/21/2025 04:56 PM Marcos M

Correct DHCP6 client log

This function is called regardleass of the "without RA" option. Followup
to dd3d48af87c892a070210f0064e589157868e7c2.

(51-75/49261) Per page: 25, 50, 100

Also available in: Atom