Add GUI components for loading cryptodev as a module, and upgrade code so users have it on upgrade since it was in-kernel before. Fixes #5976Having both aesni and cryptodev loaded at the same time appears to only negatively impact performance, no gains, so at the moment there is no need to load them at the same time.
Fix #7299 and other stuff
As far as I can see, filter_generate_user_rule() is always supposed to be called with 'ipprotocol' set to 'inet' or 'inet6'. The cases of rules for both ('inet46') are handled by calling filter_generate_user_rule() twice, passing 'inet' then 'inet6'....
Merge pull request #3568 from doktornotor/patch-7
Merge pull request #3546 from NOYB/Vendor_MAC_Retention_Logic_/_Consolidate
Only start dhcpleases if DHCP server is enabled (Bug #6750)
Fixed #7231
This avoids the problem rather than fixing it by requiring the user to remove any queues from the if before deleting
Add Chinese (Taiwan) to the list of available languages
Fix handling of 0 for Backup Count. Fixes #7273
Vendor MAC Retention File Consolidate
Use a single file for vendor MAC retention (vendor_mac). a) Writes only one file during boot up rather than a file for each interface. b) More efficient than numerous tiny files. c) Friendlier to write cycle sensitive media in a RAM disk disabled system.
Vendor MAC Retention File Relocate
Relocate the vendor MAC retention file to /var/db directory. a) It's more at home here with other network interface stuff. b) Friendlier to write cycle sensitive media in a RAM disk enabled system.
View revisions
Also available in: Atom