Fixed #6779 by roundinf bandwidth down to nearest integer
Correct part of #6779Setting input "step" value to "any" alows hte element to accept decimal (float) values, not just integers.
Fixed #6895by setting overflow-x: visible; in CSS
Enable ALTQ for cxl. Fixes #6830
Fixed $6811
When deleting or disabling a non-dynamic gateway, if that gateway was set as default then remove the corresponding default route to respect the user's decision. Fixes #6659
(cherry picked from commit 1be1b87b5f9ab8d0a259b888aab08ec6babad568)
Fixed #6753Interface menu entries no longer sorted for consistency with other GUI instances
(cherry picked from commit e5d339735836fd55b0fa944d5d7e472793785e30)
OpenBSD removed the pf FAQ page for shaping, so link to the proper page on archive.org since they offer no current equivalent and no other suitable replacement page is immediately available. Fixes #6781
Import a patch to fix Net_IPv6::compress("::")
Obtained from: https://github.com/phil-davis/Net_IPv6/commit/638b96a253164b65c63825c38e79812b6c5f448dSubmitted by: @phil-davis
Improve IPv4 address validation for services_dhcp
The input pattern that goes with Form_IpAddress by default allows for IPv4 and IPv6 valid characters. The back-end validation here is checking for IPv4 addresses, so it seems reasonable that the front-end input pattern checks might as well be restricted to the IPv4 valid characters. Unneeded setPattern have also been removed....
View revisions
Also available in: Atom