pppoe_handler: Remove ipv6 router workaround
With changes to if_pppoe, we not have an associated destination address for thep2p address and the workaround is no longer necessary.
pkg: disable FreeBSD-kmods repo
VIP corrections: Validate IPv4 for proxyarp and respect saved vip type
Avoid reloading the filter when its configuration hasn't changed
Refactor pf configuration generation. Implement #16307
get_interface_addresses(): Change use of 'tunnel' for p2p destination addresses to 'dstaddr'
In the php module, the 'tunnel' address attribute returned frompfSense_get_ifaddrs() has been renamed to 'dstaddr' to more appropriatelyreflect that the address is a p2p destination. This change alters the behavior...
poudriere_bulk: start building net/kea-devel (aka kea v3.0.0)
Fix thermal sensor threshold values
kea: relocate kea lease database path for Kea v2.6.3+. For #16291
kea: control socket path permissions must now be 750. For #16291
kea: fix some references to the old kea control socket path. For #16291
kea: relocate control socket to /var/run/kea. Fixes #16291
Merge pull request #4737 from Self-Hosting-Group:service-fixes
kea2unbound: use the new unbound fast-reload feature in v1.23
UPnP IGD & PCP: Improve help text
- Only propose compatible (CGNAT filtering test capable) STUN servers in help, use newer wording from RFC 5389 and improve help slightly- Remove default STUN port as no more needed by bf31326
Fix editing interface group names
This was previously a pointer to the global config before the configaccess rewrite and hence the assignment would modify the config.
Check correct enable value for UPnP service. Fix #16274
Also move the query code so it's only run when the service is enabled.
ppp-ipv6: Reduce indent levels
Refactor handling of PPPoE ADDR_ADD events. Fix #16265
Improve ZFS handling
- Improve ZFS detection, cleanups- Better handling of arbitrary root zpool names
Co-Authored-By: R. Christian McDonald <cmcdonald@netgate.com>
Reference the correct VIP in input validation description. Fix #16272
The $vip variable may not reference the $found_carp's VIP since there's nobreak in the loop. Fix it by keeping the ID once it's found.
Encode OpenVPN names in widget. Fixes #16258
Update list of IPv4-only DDNS endpoints for AAAA updates. Implement #16251
Non "v6" services can be omitted from _curlIpresolveV4 since the requestwill already happen over IPv4.
Use the correct NAT64 source address. Fix #16250
Fix MSS values for IPv6 tunnel types
Also available in: Atom