SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="99:00:aa:bb:cc:d2", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
# PCI device 0x14e4:0x1677
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="99:00:aa:bb:cc:d3", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"
I can code them, but i can't quote them.
# PCI device 0x10de:0x03ef (forcedeth)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="99:00:aa:bb:cc:d2", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
# PCI device 0x14e4:0x1677
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="99:00:aa:bb:cc:d3", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"
If i quote them,I get these error messages:
The number of opening quote tags does not match the number of closing quote tags.
Why? Thanks.





Contributor











