Add build_mask_rules for scheduler
before:sched 7 config pipe 7 type fq_codel target 5ms interval 100ms quantum 300 limit 20480 flows 65535 noecn
after:sched 7 config pipe 7 mask dst-ip6 /128 dst-ip 0xffffffff type fq_codel target 5ms interval 100ms quantum 300 limit 20480 flows 65535 noecn
Merge pull request #4394 from vktg/get_interface_subnet_fix
Merge pull request #4392 from Rooke/google-stadia-wiz
Merge pull request #4389 from vktg/unboundidnacl
Merge pull request #4388 from vktg/limmbits
Merge pull request #4387 from vktg/priqonlychk
Merge pull request #4386 from vktg/captivednsmultiip
Merge pull request #4383 from vktg/gwdownpolfix
Fix unparenthesized expression deprecation notice
Merge pull request #4381 from vktg/voucherconlogopt
get_interface_subnet() improvement. Fixes #10740
Add Google Stadia ports to traffic shaper wizard
- According to https://support.google.com/stadia/answer/9595943?hl=en-CA Google Stadia uses "traffic on ports in the range 44700–44899 (TCP and UDP)" - https://redmine.pfsense.org/issues/10743
Revise default gateway handling for speed
Move gateway interface friendly name functionality to gwlb.inc
IDN symbols in DNS Resolver ACL. Fixes #10730
Gateway down policy rule fix. Issue #10716
Limiter default bw type in Mbit/s. Implements #10727
Shaper check prio only for CBQ/FAIRQ/PRIQ. Issue #1353
Make sure dhcpleases is killed before writing the hosts file.
Needs to happen before fopen($hosts, "w") as it is going to truncate the fileand that breaks the tracking of hosts size in dhcpleases.
Ticket: #9383
Allowed Hostnames add/delete multiple A entries. Fixes #10724
Block additional Captive Portal Logins. Implements #9432
Fix indenting
Fix typo in comment
Revise return_gateways_array() to include the tier name in hte returned array. This avoids the need to call the function for every gateway in the array and makes life easier for system_gateways.php, which no longer needs to call multiple functions to get the display information.
Merge pull request #4379 from vktg/clearl2tpsecret
Merge pull request #4380 from vktg/dhcrelayovpntap
Merge pull request #4375 from vktg/nat11extip
Allow to use OpenVPN TAP interfaces in DHCP Relay. Implements #10711
L2TP empty secret fix. Issue #10710
Support dynamic interface address for 1:1 NAT. Implements #7705
Merge pull request #4175 from vktg/importpkcs12
Merge pull request #4240 from Kapmeister/master
Merge pull request #4373 from vktg/syncfwruledescrfix
Merge pull request #4371 from vktg/statusconfhistory
Sync filter CDATA encoded descr fields. Fixes #1478
Merge pull request #4358 from vktg/shaperpriqcheck
Merge pull request #4361 from vktg/dhcpnewlinefix
Merge pull request #4362 from vktg/pf25rtwnregexp
Merge pull request #4366 from vktg/rfc2307userdn
Merge pull request #4363 from vktg/wifi40mhz
Merge pull request #4370 from vktg/is_subnet_rfc4291par222
Merge pull request #4199 from vktg/rarouter
status.php: Add config history. Implements #10696
is_subnet() RFC4291 par 2.2.2 format support. Fixes #10694
Enable ALTQ on ix interfaces
Complete IPv6 router address in radvd.conf prefix. Issue #9710
Allow to change WiFi channel width. Implements #10678
Use user DN for RFC2307 membership search. Issue #9527
Bump up config version to 20.6.
Create an upgrade function to run console_configure() and force an updateof the boot loader settings.
This is intended to force the Switch settings update (in factory).
Updated jQuery to 3.5.1 - jQuery-ui does not need to be updated
pfSense 2.5 rtwn(4) wireless regexp. Fixes #10677
DHCPv6 config newline fix. Issue #10675
Merge pull request #4354 from vktg/delfe8011
Merge pull request #4353 from vktg/shaperfix
More complete IPsec close_action conversion. Fixes #10632
Send correct version to prodtrack
Use $g['product_version'] to get running version. The way it wasimplemented before was getting version of pfSense-base package fromremote metadata
Shaper root queue percent bw fix. Issue #10660
Apply style and space fixes
Replace pfSense by global var product_name
Add a note to convert it to json_encode
DynDNS gateway group fix. Issue #9435
Remove fe80::1:1 from interface. Issue #10661
PRIQ queue array check. Issue #1353
Merge pull request #4327 from vktg/prioinputvalid
Fix syntax error in shaper.inc
Fix duplicate upgrade function. Fixes #10652
PRIQ queue input validation. Issue #1353
Merge pull request #4322 from vktg/captivedisableperuserbw
Merge pull request #4323 from vktg/captiveautomacfix
Merge pull request #4352 from vktg/ovpntcpfix
Merge pull request #4328 from vktg/dnqueuerename
Merge pull request #4335 from vktg/qlxgbaltq
Merge pull request #4332 from vktg/gwfoverdyndns
Merge pull request #4337 from vktg/pppoehostuniq
Merge pull request #4150 from Augustin-FL/captiveportal-db-sync
Merge pull request #4338 from vktg/conferrorfix
Merge pull request #4340 from vktg/6rd6to4mtu
OpenVPN TCP client fix. Issue #10650
Merge pull request #4341 from vktg/6rdfloatfwfix
Merge pull request #4334 from csobankesmarki/master
Merge pull request #4342 from vktg/6rddyndns
Merge pull request #4344 from einichi/master
Merge pull request #4346 from vktg/hidestfint
Merge pull request #4347 from vktg/gifgreparentvlan
Merge pull request #4348 from vktg/noreassign
Merge pull request #4339 from bailsman/rc-initial-multiple-parameters
OpenVPN CSO remove routes option. Implements #9702
Use close_action=trap, not hold. Fixes #10632
Do not reset/reassign interfaces in certain cases. Fixes #10383
Use VLAN interface as parent for GIF/GRE. Fixes #10623
Do not show stf(6RD/6to4) interface as parent physical. Issue #10626
Fix Google Cloud Platform spelling
Deect Azure and differentiate from Hyper-V by looking at hte bios version
Fixed #10621. Identify Amazon AWS instances without breaking Hyper-V
Fixed #10621. Identify Amazon AWS instances
Adjusted freedns v2 API var name to be more readable
Include platform name in update check JSON
Add support for freeDNS DynDNS v2 API refs #10617
Allow to use 6RD/6to4 interfaces for DynDNS. Fixes #9641