Improve MTU handling on bridges
Message ID | 1476908902-6833-1-git-send-email-arne_f@ipfire.org |
---|---|
State | Accepted |
Commit | 3464bc8917b7146e1ffabc69a50ec10d6dfbece0 |
Headers |
Return-Path: <network-bounces@lists.ipfire.org> Received: from mail01.ipfire.org (hedwig.ipfire.org [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id A9C9461F41 for <patchwork@ipfire.org>; Wed, 19 Oct 2016 22:29:09 +0200 (CEST) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 3FE104040; Wed, 19 Oct 2016 22:29:09 +0200 (CEST) Received: from ipfire.localdomain.localdomain (55d43550.access.ecotel.net [85.212.53.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 66EC54032; Wed, 19 Oct 2016 22:28:47 +0200 (CEST) From: Arne Fitzenreiter <arne_f@ipfire.org> To: network@lists.ipfire.org Date: Wed, 19 Oct 2016 20:28:22 +0000 Message-Id: <1476908902-6833-1-git-send-email-arne_f@ipfire.org> X-Mailer: git-send-email 2.6.3 Subject: [network] [PATCH] Improve MTU handling on bridges X-BeenThere: network@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List for the network package <network.lists.ipfire.org> List-Unsubscribe: <http://lists.ipfire.org/mailman/options/network>, <mailto:network-request@lists.ipfire.org?subject=unsubscribe> List-Archive: <http://lists.ipfire.org/pipermail/network/> List-Post: <mailto:network@lists.ipfire.org> List-Help: <mailto:network-request@lists.ipfire.org?subject=help> List-Subscribe: <http://lists.ipfire.org/mailman/listinfo/network>, <mailto:network-request@lists.ipfire.org?subject=subscribe> Cc: development@lists.ipfire.org Errors-To: network-bounces@lists.ipfire.org Sender: "network" <network-bounces@lists.ipfire.org> |
Message
Arne Fitzenreiter
Oct. 20, 2016, 7:28 a.m. UTC
When the MTU of a bridge is changed, device_set_mtu will
now change the MTU of all ports in that bridge, too.
This does not seem to be 100% necessary, but it makes it
clearer and probably avoids some other bugs.
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
---
src/functions/functions.device | 8 ++++++++
1 file changed, 8 insertions(+)