* Re: consistent ioctl for getting all net interfaces?
[not found] <pan.2004.05.23.04.28.28.143054@triplehelix.org>
@ 2004-05-30 20:25 ` Olaf Hering
0 siblings, 0 replies; only message in thread
From: Olaf Hering @ 2004-05-30 20:25 UTC (permalink / raw)
To: Joshua Kwan, netdev; +Cc: linux-kernel
On Sat, May 22, Joshua Kwan wrote:
> Hi,
>
> I'm interested in not having to parse /proc/net/dev to get a list of all
> available (not necessarily even up) interfaces on the system. I
> investigated the ioctl SIOCGIFCONF, but it seems to behave differently on
> 2.4 and 2.6 series kernels, e.g. sometimes it won't return all interfaces.
you should bring that to netdev@oss.sgi.com instead of lkml.
IF the ioctl has really changed, then it would be a bug. I just played
with ipconfig from the klibc distribution, and it returns only
interfaces in UP state. I'm sure that ipconfig binary worked when the
code was written.
If the ioctl is supposed to work how it does in 2.6, there is still
/sys/class/net/*. Thats (probably) more reliable than a text parser.
See `nameif -r 'foo: bar' eth0` as example.
--
USB is for mice, FireWire is for men!
sUse lINUX ag, nÜRNBERG
^ permalink raw reply [flat|nested] only message in thread