Project

General

Profile

Feature #3353

Updated by Davide Pesavento almost 9 years ago

Save the status of every system network interface and notify if there are any link or address changes in one of them. For these, for example: 

 * `eth0` is unplugged -> a notification about the interface removed is sent 
 * `wlan0` is down -> a notification about the interface state change is sent 
 * `wlan1` has a new IP ip address -> a notification about the new address is sent

Back