On Mon, 30 Nov 2020 09:55:44 +0700 Hoang Huu Le wrote: > From: Hoang Le <hoang.h...@dektech.com.au> > > In commit 682cd3cf946b6 > ("tipc: confgiure and apply UDP bearer MTU on running links"), we > introduced a function to change UDP bearer MTU and applied this new value > across existing per-link. However, we did not apply this new MTU value at > node level. This lead to packet dropped at link level if its size is > greater than new MTU value. > > To fix this issue, we also apply this new MTU value for node level. > > Fixes: 682cd3cf946b6 ("tipc: confgiure and apply UDP bearer MTU on running > links") > Acked-by: Jon Maloy <jma...@redhat.com> > Signed-off-by: Hoang Le <hoang.h...@dektech.com.au>
Applied, thanks!