You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to add support for remapping interfaces per ucidef_set_network_device_path for interfaces not marked "required for boot" in netdevices.mk (and therefore not present during preinit phase). This is most network interfaces.
I was going to add a generic hotplug script to handle the device creation events, but I only see add events for software interfaces (loopback, dummy, xfrm, etc.).
Please add support for regular hardware events as well.
The text was updated successfully, but these errors were encountered:
I'm trying to add support for remapping interfaces per
ucidef_set_network_device_path
for interfaces not marked "required for boot" innetdevices.mk
(and therefore not present duringpreinit
phase). This is most network interfaces.I was going to add a generic hotplug script to handle the device creation events, but I only see
add
events for software interfaces (loopback
,dummy
,xfrm
, etc.).Please add support for regular hardware events as well.
The text was updated successfully, but these errors were encountered: