freebsd-skq/sbin/ifconfig
Poul-Henning Kamp 413dd0ba39 Add a new interface ioctl, to return "aux status".
This is inteded for to allow ifconfig to print various unstructured
information from an interface.

The data is returned from the kernel in ASCII form, see the comment in
if.h for some technicalities.

Canonical cut&paste example to be found in if_tun.c

Initial use:
        Now tun* interfaces tell the PID of the process which opened them.

Future uses could be (volounteers welcome!):
        Have ppp/slip interfaces tell which tty they use.
        Make sync interfaces return their media state: red/yellow/blue
        alarm, timeslot assignment and so on.
        Make ethernets warn about missing heartbeats and/or cables
1999-06-19 18:42:31 +00:00
..
ifconfig.8 Grrr... botched remote commit. Let's try this again: vlan updates, 1999-03-15 01:22:01 +00:00
ifconfig.c Add a new interface ioctl, to return "aux status". 1999-06-19 18:42:31 +00:00
ifconfig.h Grrr... botched remote commit. Let's try this again: vlan updates, 1999-03-15 01:22:01 +00:00
ifmedia.c
ifvlan.c Grrr... botched remote commit. Let's try this again: vlan updates, 1999-03-15 01:22:01 +00:00
Makefile Grrr... botched remote commit. Let's try this again: vlan updates, 1999-03-15 01:22:01 +00:00