summaryrefslogtreecommitdiffstats
path: root/sbin/ifconfig/ifconfig.h
Commit message (Collapse)AuthorAgeFilesLines
* add a "mode" directive to specify the operating mode for multi-mode devices;sam2003-04-281-0/+1
| | | | | this is mostly intended for use with multi-mode 802.11 devices that support some combination of 11a, 11b, and 11g
* Rename ifconfig's "mac" argument to "maclabel" to prevent confusionrwatson2002-10-231-2/+2
| | | | | | | | | | regarding 802.1 MAC and Mandatory Access Control (MAC). Some potential for confusion remains further in other areas of the system regarding Message Authentication Codes (MAC). Requested by: wollman Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
* Teach ifconfig(8) how to print and set the MAC labels on networkrwatson2002-10-231-0/+2
| | | | | | | | | interfaces using the 'mac' argument. Without MAC support in the kernel, this does not change the behavior of ifconfig. Approved by: re Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
* When using interfaces that support if_media, the supported media list isphk2001-05-291-0/+1
| | | | | | | | | printed on a single, very long, and generally unreadable line. This isn't very useful. It's also really ugly and most of the time you don't care what media is supported anyway. PR: 27701 Submitted by: Brooks Davis <brooks@one-eyed-alien.net>
* Currently, each wireless networking driver has it's own control programphk2001-05-261-0/+14
| | | | | | | | | | | | despite the fact that most people want to set exactly the same settings regardless of which card they have. It has been repeatidly suggested that this configuration should be done via ifconfig. This patch implements the required functionality in ifconfig and add support to the wi and an drivers. It also provides partial, untested support for the awi driver. PR: 25577 Submitted by: Brooks Davis <brooks@one-eyed-alien.net>
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Grrr... botched remote commit. Let's try this again: vlan updates,wpaul1999-03-151-1/+6
| | | | take two.
* Clean up some more. Move parsing of sysctl iflist data into a singlepeter1997-05-101-2/+2
| | | | | | place rather than updating the main loop's index variables from within a subroutine and other revolting things like that. Move some more globals into local variables.
* Grumble.. My last patchup here didn't quite work either. I hate thispeter1997-05-101-4/+5
| | | | | | | program and it's use of global variables. Somehow, I managed to miss the most obvious case.. "ifconfig ed0 10.0.0.1" failed (no "inet") Submitted by: dfr
* Commit hooks for ifmedia support. It's optional in the Makefile, andpeter1997-05-041-0/+45
can be trivially disabled.
OpenPOWER on IntegriCloud