Can hotplug2 do device renaming? I went looking for syntax that was the
equivalent of udev's:

    KERNEL=="eth*", ATTR{address}=="00:52:8b:d5:04:48", NAME="out0"

And didn't find it.

iptables has the concept of a pattern match, where
you could specify something like this:

iptables -i out+ -o out+ -j ACCEPT

which could simplify firewall rules creation something considerable, by
pushing device naming directly into the 'firewall zone' concept.


-- 
Dave Täht
SKYPE: davetaht
US Tel: 1-239-829-5608
http://the-edge.blogspot.com
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to