Re: Add ethernet type check in ifsetlro()

2023-07-04 Thread Alexander Bluhm
On Mon, Jul 03, 2023 at 11:12:17PM +0200, Jan Klemkow wrote: > bluhm pointed out that the ether_brport_isset() check it just allowed on > ethernet devices. Thus, I put an additional ethernet check in the > condition. This also fixes EBUSY errors of "ifconfig lo0 tcplro" calls > in my setup. > >

Add ethernet type check in ifsetlro()

2023-07-03 Thread Jan Klemkow
Hi, bluhm pointed out that the ether_brport_isset() check it just allowed on ethernet devices. Thus, I put an additional ethernet check in the condition. This also fixes EBUSY errors of "ifconfig lo0 tcplro" calls in my setup. ok? bye, Jan Index: net/if.c