summaryrefslogtreecommitdiff
path: root/sbin/ifconfig
AgeCommit message (Expand)Author
2015-01-06Remove the NOINET6 interface flag, a left-over from the times when IPv6Stefan Sperling
2015-01-04Sort wireless nodes by signal strength, from Simon Nicolussi.Martin Pieuchot
2015-01-03move the list_cloners() prototype out of #ifndef SMALLJonathan Gray
2015-01-01Enable 'ifconfig -C' (list dynamic interface types) on installKenneth R Westerback
2014-12-03ifconfig $if inet6 autoconf sends periodic router solicitations.Florian Obser
2014-12-03rtsol is goneFlorian Obser
2014-11-14sort names for -C. ok reykTed Unangst
2014-11-14move the trunk related functions out of ifdef SMALL, to allow trunk onHenning Brauer
2014-10-01Remove some sl(4) references.Martin Pieuchot
2014-09-20provide a hint for enabling jumbo frames, since we removed it from theJason McIntyre
2014-07-12ewps, that giant table has -inet6 twice, for SMALL and !SMALLHenning Brauer
2014-07-12tweak previous;Jason McIntyre
2014-07-11allow IFXF_AUTOCONF6 to be set and cleared.Henning Brauer
2014-07-10Return RSN (WPA) information to userland during wireless scan, andStefan Sperling
2014-07-02From: Gregor BestJason McIntyre
2014-06-23first attempt at documenting NOINET6 by default and eui64 turning it on againHenning Brauer
2014-06-23make "ifconfig <if> inet6 eui64" reset the NOINET6 flagHenning Brauer
2014-05-12Make ifconfig do something intelligent based on the required length ofBob Beck
2014-04-22for consistency's sake, use the terminology from the 802.1Q standardHenning Brauer
2014-03-05fix a null test, from remco.Ted Unangst
2014-02-26Try to reduce the confusion about rdomain vs rtable. More is needed butClaudio Jeker
2014-01-21allow pflow(4) to determine the src IP address based on the routeSebastian Benoit
2014-01-19Fix macro usage: ifconfig is .Nm, not .Cm.Ingo Schwarze
2013-12-01Make ifconfig scan show the nwid, channel, and bssid for IBSS networks.Stefan Sperling
2013-11-22Whole bunch of (unsigned char) casts carefully added for ctype calls.Theo de Raadt
2013-11-21Make the bit string unsigned char * in printb() and printb_status().Todd C. Miller
2013-11-12add a variety of missing prototypesTheo de Raadt
2013-11-05Fix ifconfig with IPv6 tunnel addresses which was broken by theAlexander Bluhm
2013-10-28use %d instead of %i in a few fprintf for clarityTheo de Raadt
2013-10-17The header file netinet/in_var.h included netinet6/in6_var.h. ThisAlexander Bluhm
2013-10-13whitespaceReyk Floeter
2013-10-13Pass NI_DGRAM to getnameinfo() to use UDP tunnel service names.Reyk Floeter
2013-10-13tweak previous;Jason McIntyre
2013-10-13Import vxlan(4), the virtual extensible local area network tunnelReyk Floeter
2013-10-09Change "physical address" to "tunnel:" in ifconfig's tunnel addressReyk Floeter
2013-09-13pflow(4) does not work without flowsrc set.Florian Obser
2013-08-19Add missing util.hDavid Coppa
2013-08-16Replace the misleading SIOC{G,S}IFGENERIC ioctls by SIOCG{G,S}PPPPARAMS.Martin Pieuchot
2013-07-16Make sure the ioctl(2) has been processed by sppp(4) before printingMartin Pieuchot
2013-07-10Change the structure used in the SPPPIOSDEFS and SPPPIOGDEFS ioctlsMartin Pieuchot
2013-07-02Long passwords could not be replaced completely with shorterAlexander Bluhm
2013-05-31Correct the range checks in ifconfig properly for vhid, advbase and advskew.YASUOKA Masahiko
2013-04-25fix format string; found while scaning the tree for time_t/ino_t problems;Otto Moerbeek
2013-04-19remove comment about "make gcc happy" for variables which WERE beingTheo de Raadt
2013-04-03handle larger time_t types; toss some unused codeTheo de Raadt
2013-03-14tedu faith(4), suggested by todd@ some weeks ago after a submission byMartin Pieuchot
2013-03-05802.1x enterprise is actually supported but requires external software, soStuart Henderson
2013-02-06add pppx(4) interfaces to the "pppx" interface group, as done for variousStuart Henderson
2012-12-22Return EEXIST to 'add' when a port is already a bridge member. This makesCamiel Dobbelaar
2012-12-04add group support back (for the ramdisk version)Theo de Raadt