Actions
Bug #8433
closedHumanized name (type) of NIC works only for managed interfaces in ENC output
Description
When I look at ENC output I see "Nic::Bond" as a type for bonds while "Bond" is expected. The issue is that we register transformation per class and it's not inherited (which is actually right), so we have to register transformation in all subclasses that can be listed in ENC.
Actions