netifd: add ubus event for link state
Add a ubus event network.device for link state change to generate an event when the link goes up and down.
The event looks as follow:
{ "network.device": {"ifname":"eth3","link":"down"} }
Add a ubus event network.device for link state change to generate an event when the link goes up and down.
The event looks as follow:
{ "network.device": {"ifname":"eth3","link":"down"} }