Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  .github
  build
  src
  tests
  tools
.editorconfig 277 Bytes
.gitattributes 925 Bytes
.gitignore 297 Bytes
BOOTSTRAP.md 7.93 KB
LICENSE 9.93 KB
README.md 1.63 KB
build.conf.sample 1.96 KB
build.sh 11.1 KB
composer.json 768 Bytes
composer.lock 109 KB
rector.php 1.17 KB
vendor 36 Bytes
zanata.xml 549 Bytes

Latest revisions

# Date Author Comment
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

View all revisions | View revisions

Also available in: Atom