K 10 svn:author V 8 kbowling K 8 svn:date V 27 2023-08-18T01:01:39.874558Z K 7 svn:log V 558 vlan: Respect IFCAP_LRO mask vlan_capabilities(), used by the IFCAP ioctl, was not respecting the IFCAP_LRO bit if it was masked by the requestor. This prevented if_bridge(4) from automasking LRO with a message like: bridge0: can't disable some capabilities on em3.11: 0x400 This also prevented manually disabling LRO from any vlan interface. PR: 254596 Reported by: Paul Vixie (cherry picked from commit b1a39c31a3569bd045a0f40057c3773fc8166f6d) Git Hash: 50b52fe14b8949539e7fe583d4578b1f2c96dc59 Git Author: kbowling@FreeBSD.org END