aboutsummaryrefslogtreecommitdiff
path: root/sbin/ifconfig
Commit message (Expand)AuthorAgeFilesLines
* Document the pfsync(4) specific maxupd parameter, with text mostly takenCeri Davies2005-12-161-1/+12
* add control for packet burstingSam Leffler2005-12-142-1/+30
* Add support for creating span ports so that one can snoop bridged trafficAndrew Thompson2005-12-142-0/+35
* display a bssid that's zero with the -v optionSam Leffler2005-12-141-1/+1
* add mcastrate supportSam Leffler2005-12-122-1/+25
* -mdoc sweep.Ruslan Ermilov2005-11-181-64/+67
* SSIDs are of length 32-bytes and not NUL terminated. Use the correctBrooks Davis2005-10-301-2/+3
* Don't crash when given an invalid nwkey string.Brooks Davis2005-10-281-0/+2
* Display the status of the spanning tree for each port.Andrew Thompson2005-10-071-8/+16
* Eliminate some unneeded code bits.Yaroslav Tykhiy2005-10-061-10/+7
* Use a callback to set up a vlan interface so that "vlan"Yaroslav Tykhiy2005-10-041-37/+31
* Now ifconfig is the one right way to turn polling on. Thus, removeGleb Smirnoff2005-10-011-5/+6
* For the sake of consistency and easier typing,Yaroslav Tykhiy2005-09-292-1/+6
* Forgot to touch .Dd in the previous commit.Yaroslav Tykhiy2005-09-291-1/+1
* Deprecate the useless argument to -vlandev.Yaroslav Tykhiy2005-09-292-5/+10
* err() -> errx() where appropriate.Ruslan Ermilov2005-09-291-5/+5
* Since special interface types get their own subsectionsYaroslav Tykhiy2005-09-221-98/+104
* Document two missed if_bridge commands 'addr' and 'static'.Andrew Thompson2005-08-141-0/+7
* add list mac and mac:kick supportSam Leffler2005-08-132-10/+98
* Fix commen typos.Stefan Farfeleder2005-08-031-4/+4
* Wireless suport fixups: add a bunch of stuff that's been in theSam Leffler2005-08-021-14/+209
* acm and ack are specified per-acSam Leffler2005-08-011-8/+18
* oops, revert previous changeSam Leffler2005-07-301-7/+0
* MFC: add fragthreshold parameter and accept - (or any) for rtsthresholdSam Leffler2005-07-301-0/+7
* o add fragthreshold support now that the ioctl existsSam Leffler2005-07-261-1/+16
* Add a new flag '-k' to ifconfig(8), indicating that it is alright toRobert Watson2005-07-144-2/+18
* Add symbolic names for the IFF_PPROMISC and IFF_NEEDSGIANT flagsYaroslav Tykhiy2005-07-131-1/+1
* mdoc cleanup and whitespace removal after the last commit.Christian Brueffer2005-07-131-10/+9
* Information about the capability flags in 'ifconfig foo0 scan' output.Christian Brueffer2005-07-121-1/+30
* add pureg/-pureg parameter for controlling pureg ap mode supportSam Leffler2005-07-062-1/+22
* Appending "..." to a SSID which contains unprintable characters only whenTai-hwa Liang2005-06-201-4/+5
* only show a tunnel information of an adequate address family.Hajimu UMEMOTO2005-06-162-4/+10
* Markup fixes.Ruslan Ermilov2005-06-141-1/+1
* It's spelled 'preceded' of course.Christian Brueffer2005-06-131-2/+2
* Hex strings are _pre_ceeded by 0x, not _pro_ceeded.Christian Brueffer2005-06-131-2/+2
* Connect if_bridge to the build.Andrew Thompson2005-06-052-0/+113
* Add if_bridge, which provides more advanced Ethernet bridging and 802.1dAndrew Thompson2005-06-051-0/+533
* Fix some warnings on 64-bit archs.John Baldwin2005-06-011-6/+7
* guard against bogus address dataSam Leffler2005-05-201-1/+1
* NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 definesHajimu UMEMOTO2005-05-131-15/+6
* Update ifconfig's pfsync module for 3.7 pfsync(4)Max Laier2005-05-031-14/+80
* ISO C does not allow unnamed union members.Stefan Farfeleder2005-04-082-6/+6
* Fix typo in comment.Stefan Farfeleder2005-04-081-1/+1
* Remove bogus (but harmless) -I.. from CFLAGS. It makes no difference toBrooks Davis2005-03-251-2/+1
* Xref carp(4) and polling(4).Christian Brueffer2005-03-191-0/+2
* Use afswch->af_other_status for carp_status() and pfsync_status().Gleb Smirnoff2005-02-222-6/+6
* Add CARP (Common Address Redundancy Protocol), which allows multipleGleb Smirnoff2005-02-223-0/+346
* Change the ifr_media operation to only get its value and only setDoug Ambrisko2005-01-271-79/+81
* Sort sections.Ruslan Ermilov2005-01-181-13/+13
* Scheduled mdoc(7) sweep.Ruslan Ermilov2005-01-101-22/+26