tech-net archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
ether_nonstatic_aton() and cdce(4)
Hi,
ether_nonstatic_aton(9) currently insists on input in the form of
"01:23:45:AB:cD:ef".
The USB CDC ECM spec indicates the above address be represented as
"012345ABCDEF".
I'd like to make ether_nonstatic_aton() much less strict;
accepting 6 nibble pairs each optionally followed by a ispunct().
Objections, or should I just create a cdce_ether_nonstatic_aton()?
Jonathan Kollasch
Home |
Main Index |
Thread Index |
Old Index