Fix the QinQ support.
Bring the QinQ support to the VLAN dotted format.
To avoid breaks third party software (such as dhcpd), we silently ignore the interfaces with names bigger than the maximum size in FreeBSD.
Ticket #7942
Do not reconfigure wireless on a link up event, or else it can get stuck in a loop. Fixes #7960
Fix 7868 - Allow to enable hostres on all platforms after fix on FreeBSD-src
Use hostapd / wpa_supplicant from ports when available
Change the VLAN inteface names to use the 'dotted' format of FreeBSD, which is shorter and helps to keep the interface name smaller than the limit (16).
This fixes the 4 digit VLAN issues when the NIC name is 6 bytes long.
Ticket #294
Allow both AES-NI and Crypto modules to be loaded at the same time. Fixes #7810
Merge pull request #3821 from PiBa-NL/20170916-bsnmp-hostrest-check
Change OpenVPN to retry client auth when it fails by default, rather than making the process exit which confuses users. Fixes #7506
Merge pull request #3826 from doktornotor/patch-5
Unbound Serve expired
Serve expired – Records stay in cache after TTL expires, with a TTL value of 0, if a new lookup is requested the cached record will be served for maximum performance, but at same time the resolver will ask for a new value from upstream to refresh the value and TTL.
View revisions
Also available in: Atom