Re: [PATCH 1/2] node_device_udev: handle move events

2020-04-20 Thread Michal Privoznik
On 4/18/20 3:25 PM, Martin Kletzander wrote: On Thu, Apr 16, 2020 at 11:57:45AM -0400, Mark Asselstine wrote: It is possible and common to rename some devices, this is especially true for ethernet devices such as veth pairs. In the udevEventHandleThread() we will be notified of this change but

Re: [PATCH 1/2] node_device_udev: handle move events

2020-04-18 Thread Mark Asselstine
On Saturday, April 18, 2020 9:25:57 A.M. EDT Martin Kletzander wrote: > On Thu, Apr 16, 2020 at 11:57:45AM -0400, Mark Asselstine wrote: > >It is possible and common to rename some devices, this is especially > >true for ethernet devices such as veth pairs. > > > >In the udevEventHandleThread() we

Re: [PATCH 1/2] node_device_udev: handle move events

2020-04-18 Thread Martin Kletzander
On Thu, Apr 16, 2020 at 11:57:45AM -0400, Mark Asselstine wrote: It is possible and common to rename some devices, this is especially true for ethernet devices such as veth pairs. In the udevEventHandleThread() we will be notified of this change but currently we only process "add", "change" and

[PATCH 1/2] node_device_udev: handle move events

2020-04-16 Thread Mark Asselstine
It is possible and common to rename some devices, this is especially true for ethernet devices such as veth pairs. In the udevEventHandleThread() we will be notified of this change but currently we only process "add", "change" and "remove" events. Renaming a device such as above results in a