--- a/net/tipc/node.c +++ b/net/tipc/node.c @@ -2171,6 +2171,8 @@ void tipc_node_apply_property(struct net else if (prop == TIPC_NLA_PROP_MTU) tipc_link_set_mtu(e->link, b->mtu); } + /* Update MTU for node link entry */ + e->mtu = tipc_link_mss(e->link); tipc_node_write_unlock(n); tipc_bearer_xmit(net, bearer_id, &xmitq, &e->maddr, NULL); }