diff options
author | Hans Dedecker <dedeckeh@gmail.com> | 2014-03-10 16:27:51 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-03-11 10:22:57 +0100 |
commit | 02021e2069d0ee315b0ff263b6c010bef63b879c (patch) | |
tree | 73d096226852fa43cd41963a6d93627a3171d18f /system-dummy.c | |
parent | 8aabd47c6f4fefc8fbd70c34a738f7c26956d8cd (diff) |
netifd: Fix bridge MTU setting when a bridge member is added
Reapply bridge mtu setting as adding a bridge member will override the bridge mtu in the kernel
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'system-dummy.c')
-rw-r--r-- | system-dummy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system-dummy.c b/system-dummy.c index c8379ff..3ab22b0 100644 --- a/system-dummy.c +++ b/system-dummy.c @@ -120,7 +120,7 @@ system_if_dump_stats(struct device *dev, struct blob_buf *b) } void -system_if_apply_settings(struct device *dev, struct device_settings *s) +system_if_apply_settings(struct device *dev, struct device_settings *s, unsigned int apply_mask) { } |