mbox

Improve MTU handling on bridges

Message ID 1476908902-6833-1-git-send-email-arne_f@ipfire.org
State Accepted
Commit 3464bc8917b7146e1ffabc69a50ec10d6dfbece0
Headers

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(+)