Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  cf
  conf.default
  etc
  usr

Latest revisions

# Date Author Comment
7428c478 09/21/2022 03:48 PM Jim Pingle

PHP8 fixes for service status widget. Fixes #13506

8b7ab580 09/21/2022 02:00 PM Christian McDonald

Workaround new pkg(8) behavior causing files with "NULL" in the path to be skipped on install. Fixes #13394.

420dacfe 09/21/2022 08:00 AM Kristof Provost

qinq: use if_vlan rather than netgraph

if_vlan now supports QinQ, so use that rather than netgraph. This is
expected to perform better, removes a subsystem dependency and
simplifies the php code as well.

Note that this is not possible on stable/12.

ee69eee6 09/21/2022 08:00 AM Kristof Provost

Remove unused argument from interface_qinq_configure()

$fd is always NULL, so there's no point in having branches for it.

239e805e 09/21/2022 05:55 AM Reid Linnemann

Correct config_path_enabled path in system_generate_nginx_config. #13446

621b8ae0 09/21/2022 04:34 AM Reid Linnemann

Path corrections to system.inc. Issue #13446

  • Corrected single quote strings wwith variable expansion
  • Corrected 2-deep paths that were incorrectly pattern replaced to
    array_get_path('foo','bar' instead of array_get_path('foo/bar')
7eef3784 09/21/2022 04:08 AM Reid Linnemann

Correct edns config path in system_resolvconf_generate. Issue #13446

1333725e 09/20/2022 10:07 PM Reid Linnemann

Make *_get_path() return $default for empty values. Issue #13446.

When $default is non-null and the path resolves to an empty element, return
$default instead of the value. This allows callers to intentionally ignore empty
values by specifying $default and simplifies the expressions needed to determine...

8a0d0525 09/20/2022 04:06 PM Christian McDonald

Fix for system.inc. For #13446

09eeac7b 09/20/2022 02:36 PM Brad Davis

Properly quote variables

No functional change intended

View revisions

Also available in: Atom