Comment 3 for bug 1211521

Revision history for this message
Daniel Manrique (roadmr) wrote :

The filtered udevadm entry with category=NETWORK is this with the offending commit:

category: NETWORK
driver: e1000e
bus: net
interface: eth2
product: 82577LM Gigabit Network Connection
vendor: Intel Corporation
path: /devices/pci0000:00/0000:00:19.0

With it removed:

interface: eth2
path: /devices/pci0000:00/0000:00:19.0/net/eth2
vendor_id: 32902
driver: e1000e
bus: pci
category: NETWORK
product: 82577LM Gigabit Network Connection
vendor: Intel Corporation
product_id: 4330

Differences: the path changes, the bus is different, and the second entry (bad commit removed) has vendor_id and product_id.