lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 12 Mar 2015 15:37:31 -0700 (PDT)
From:	Venkat Venkatsubra <venkat.x.venkatsubra@...cle.com>
To:	netdev@...r.kernel.org
Cc:	davem@...emloft.net
Subject: MTU of bridge after deleting an interface

Hello All,

When adding an interface the bridge interface's MTU is set to the
minimum of all the interfaces. Call to dev_set_mtu(br->dev, br_min_mtu(br))
in br_add_if() achieves that. But when deleting an interface from the bridge
the MTU is not reset again to the minimum of the current set of interfaces.
Is there a reason it is that way ?

If not I could send a patch that resets the MTU with a call to
dev_set_mtu(br->dev, br_min_mtu(br)) in br_del_if().

Looking forward to your response.

Thanks.

Venkat
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ