commit | 4c906c279886550d2aaac6facf71d709158e4e3c | [log] [tgz] |
---|---|---|
author | Venkat Venkatsubra <venkat.x.venkatsubra@oracle.com> | Fri Mar 13 07:08:22 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Mar 14 19:12:38 2015 -0400 |
tree | 51bb451bc9b611be9d4414b30e5176133b8bd9c6 | |
parent | 07c2171570247639d24f2f5f1565cc358192d43e [diff] |
bridge: reset bridge mtu after deleting an interface On adding an interface br_add_if() sets the MTU to the min of all the interfaces. Do the same thing on removing an interface too in br_del_if. Signed-off-by: Venkat Venkatsubra <venkat.x.venkatsubra@oracle.com> Acked-by: Roopa Prabhu <roopa@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>