summaryrefslogtreecommitdiff
path: root/sbin/ifconfig
AgeCommit message (Expand)Author
2015-10-26Sync "ifconfig create" interface list with ifconfig -C output.Jonathan Gray
2015-10-24various clean up;Jason McIntyre
2015-10-24Add pair(4), a vether-based virtual Ethernet driver to interconnectReyk Floeter
2015-10-24Add pair(4), a vether-based virtual Ethernet driver to interconnectReyk Floeter
2015-10-24normalise TUNNEL synopsis; ok dlgJason McIntyre
2015-10-23tweak the vnetid so it can be optional and therefore cleared/deleted.David Gwynne
2015-10-06fix flowsrc spec, ok florian, thx ingo!Sebastian Benoit
2015-10-03IPv6 transport for pflow data.Florian Obser
2015-09-11In `ifconfig media` output, stop advertising media with fixed dataStefan Sperling
2015-09-11Fix ifconfig for ifmedia64.Stefan Sperling
2015-07-31Document acceptable values for "carpdemote", from Julien Dhaille.Martin Pieuchot
2015-07-26remove unused variableCharles Longeau
2015-07-25Teach ifconfig(8) man page about the mpw(4) commands.Rafael Zalamena
2015-07-22process_mpw_commands should not go to install-media ifconfigTheo de Raadt
2015-07-21Teach ifconfig(8) about mpw(4) commands.Rafael Zalamena
2015-07-18Indent the output of bridge rules in ifconfig.rzalamena
2015-03-12automatic parent interface selection does not work anymore (see rev.Sebastian Benoit
2015-02-28Reduce usage of predefined strings in manpages.Anthony J. Bentley
2015-02-05implement "ifconfig <if> -inet", removing all inet addressesHenning Brauer
2015-02-02replace the wireless scan example with one showing how to select monitorJason McIntyre
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2015-01-09Change rssi passed to ifconfig(8) to a signed value to fix printing signalStuart Henderson
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