netifd: Reload proto on topology change
authorHelmut Schaa <helmut.schaa@googlemail.com>
Thu, 20 Mar 2014 15:26:23 +0000 (16:26 +0100)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 21 Mar 2014 15:05:20 +0000 (16:05 +0100)
commit3d317e90f15eec480b23f4dcddb841c292bef690
tree23bd42c83bd676a029fe4536d68de414a606d7c9
parent559df99f259e88edaa7e45826a0ff436f2a07d1a
netifd: Reload proto on topology change

Introduce a new device event "topology change" that gets signaled
by bridges on adding/removing members.

On "topology changes" the proto handlers are requested to "renew"
which is most useful for DHCP.

Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
bridge.c
device.h
interface.c
proto-shell.c
proto-static.c
proto.c
proto.h
scripts/netifd-proto.sh
vlan.c