NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/57650
The following reply was made to PR kern/57650; it has been noted by GNATS.
From: Shoichi Yamaguchi <yamaguchi%netbsd.org@localhost>
To: sfroyen%gmail.com@localhost
Cc: kern-bug-people%netbsd.org@localhost, gnats-admin%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost,
gnats-bugs%netbsd.org@localhost
Subject: Re: kern/57650
Date: Wed, 18 Oct 2023 17:23:03 +0900
Hi,
On Wed, Oct 18, 2023 at 3:24=E2=80=AFAM Sverre Froyen <sfroyen%gmail.com@localhost> w=
rote:
>
> The following reply was made to PR kern/57650; it has been noted by GNATS=
.
>
> From: Sverre Froyen <sfroyen%gmail.com@localhost>
> To: "gnats-bugs%gnats.netbsd.org@localhost" <gnats-bugs%gnats.NetBSD.org@localhost>
> Cc:
> Subject: Re: kern/57650
> Date: Tue, 17 Oct 2023 11:48:45 -0600
>
> Thanks for fixing the locking bug! I can now modify the MTU on the =3D
> interface.
>
> There is still an issue with part 2 of the bug. Using this =3D
> ifconfig.lagg0 file:
>
> !ifconfig wm0 up mtu 9000
> !ifconfig wm1 up mtu 9000
> create
> laggproto lacp laggport wm0 laggport wm1 192.168.2.1 netmask =3D
> 255.255.255.0
> up
>
> returns the error message (as before):
>
> exec_matches: invalid argument
>
I changed lagg to not copy the MTU of the 1st physical interface
because the other bug that is similar to (1) of this report could not
be resolved
without the behavior change.
For that reason, please use the following command to set MTU to lagg(4) ins=
tead.
!ifconfig wm0 up
!ifconfig wm1 up
create
mtu 9000
laggproto lacp laggport wm0 laggport wm1 192.168.2.1 netmask =3D
255.255.255.0
up
Thanks,
yamaguchi
Home |
Main Index |
Thread Index |
Old Index