Supress errors when opening custom DHCP6 config file and check if content was successfully retrieved.Prevents PHP from throwing error in case file does not exist.
A mix of literal tabs, spaces and \t is used in dhcp6c config file code. Convert evertyhing to use \t.
DHCP6 config file override, advanced and basic settings override each other so put them in singleif/else statement rather than always generating all three setting types.
Add option for wireless standard "auto", to omit "mode" entirely from ifconfig. This shouldn't be necessary, but specifying mode has proven to trigger driver problems that don't exist if it's left unspecified (such as FreeBSD PR 198680). Chosing "auto" fixes ath(4) BSS mode issues otherwise preventing it from connecting.
Merge pull request #1564 from phil-davis/patch-2
Use subnet address in OPT net rules
Example: LAN IP 10.0.1.1/24 OPT1 IP 10.0.2.1/24Rules with SRC or DST LANnet correctly have 10.0.0.0/24 (the subnet base address) in /tmp/rules.debugRules with SRC or DST OPT1net have 10.0.2.1/24 (the OPT1 IP address with OPT1 net mask) in /tmp/rules.debug...
Update get_possible_traffic_source_addresses returned array format
With this change it looks to me like the way it is intended to be, basedon what was done to get_possible_listen_ips()Please review and check if this is what was intended for the code. With...
txpower was disabled for good reason it would appear, it triggers syntax errors in some configurations. Disable it again since it's been disabled for years, and comment out the user-facing config portion for now since it doesn't do anything. Ticket #4516
correct missing == in ipsec.inc
Merge pull request #1557 from phil-davis/patch-3
View revisions
Also available in: Atom