bridge: fix corner case with network reload
authorLuka Perkov <luka@openwrt.org>
Thu, 29 Aug 2013 13:28:27 +0000 (15:28 +0200)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 29 Aug 2013 15:17:15 +0000 (17:17 +0200)
commit814e09499e12edaea658f9f5594fe9917c0ecde4
tree49b14873742c65aa3b56f505a9e887def481d946
parent2674941b06c1ec67f1aff1bff9212e1372106641
bridge: fix corner case with network reload

After removing all ifname options from bridge interface and executing network
reload the configuration was not applied properly on the system. With this
change that is no longer a issue.

Signed-off-by: Luka Perkov <luka@openwrt.org>
bridge.c