system-linux: add support for hotplug event 'move'
authorMartin Schiller <ms@dev.tdt.de>
Thu, 28 Sep 2017 08:32:28 +0000 (10:32 +0200)
committerHans Dedecker <dedeckeh@gmail.com>
Fri, 6 Oct 2017 11:54:58 +0000 (13:54 +0200)
commit3429bd8e7e34454d32615134bb5a5b2f6d832935
treec585b9aebadc8e2fb7401c24848294b420cb1725
parent7d94ede3c38dd7b8e08c8a2fd8ae5ede71a2059b
system-linux: add support for hotplug event 'move'

If you rename a network interface, there is a move uevent
invoked instead of remove/add.

This patch adds support for this kind of event.

Signed-off-by: Martin Schiller <ms@dev.tdt.de>
Acked-by: Hans Dedecker <dedeckeh@gmail.com>
system-linux.c