Re: [PATCH] batman-adv: Fix hang up with small MTU hard-interface,Re: [PATCH] batman-adv: Fix hang up with small MTU hard-interface

2022-09-07 Thread Shigeru Yoshida
Hi Sven, On Wed, 07 Sep 2022 18:04:09 +0200,Wed, 07 Sep 2022 18:04:09 +0200, Sven Eckelmann wrote: > On Wednesday, 7 September 2022 18:00:37 CEST Shigeru Yoshida wrote: >> ping? > > This was applied a while ago: > >

Re: [PATCH] batman-adv: Fix hang up with small MTU hard-interface

2022-09-07 Thread Shigeru Yoshida
ping? On Sat, 20 Aug 2022 12:25:16 +0900, Shigeru Yoshida wrote: > The system hangs up when batman-adv soft-interface is created on > hard-interface with small MTU. For example, the following commands > create batman-adv soft-interface on dummy interface with zero MTU: > > # ip link add name

Re: [PATCH] batman-adv: Fix hang up with small MTU hard-interface

2022-09-07 Thread Sven Eckelmann
On Wednesday, 7 September 2022 18:00:37 CEST Shigeru Yoshida wrote: > ping? This was applied a while ago: https://git.open-mesh.org/linux-merge.git/commit/b1cb8a71f1eaec4eb77051590f7f561f25b15e32 Kind regards, Sven signature.asc Description: This is a digitally signed message part.

[PATCH] batman-adv: Fix hang up with small MTU hard-interface

2022-08-20 Thread Shigeru Yoshida
The system hangs up when batman-adv soft-interface is created on hard-interface with small MTU. For example, the following commands create batman-adv soft-interface on dummy interface with zero MTU: # ip link add name dummy0 type dummy # ip link set mtu 0 dev dummy0 # ip link set up dev