# Intel PRO/100S on slots
KERNEL=="eth?", SYSFS{address}=="00:20:e0:**:**:**" NAME="lan0"
# Marvell 88E8001 on board
KERNEL=="eth?", SYSFS{address}=="00:0e:a6:**:**:**" NAME="lan1"
RELEASE-NOTES を見ると、以前から間違えていたのを見逃してもらってたようにも読めます。
udev 091
========
Some more keys require the correct use of '==' and '=' depending
on the kind of operation beeing an assignment or a match. Rules
with invalid operations are skipped and logged to syslog. Please
test with udevtest if the parsing of your rules throws errors and
fix possibly broken rules.
WEB サイトの情報を鵜のみはいけません。man ページにもちゃんと書いてありました。反省。
# ひょっとして lan0,1 としなくても eth0,1 の設定ができるのかもしれないけど・・・これは宿題に。