summaryrefslogtreecommitdiff
path: root/sbin/ifconfig
AgeCommit message (Expand)Author
2018-08-29Better description for inet6 eui64, plus consistency tweaksJeremie Courreges-Anglas
2018-08-15Restore ability to use hostnames to configure ip addresses.Florian Obser
2018-08-13consistent macros;Jason McIntyre
2018-08-12Add administrative options to LACP trunk implementation.ccardenas
2018-08-12Make ifconfig's -joinlist command work as advertised.Stefan Sperling
2018-08-12add missing markup;Jason McIntyre
2018-08-11Fix problems ofthe ifconfig argument parser with "ifconfig <if> join".Sebastian Benoit
2018-08-08ifconfig cannot be pledged because of its overwhelming amount ofFlorian Obser
2018-08-08tabs are ok at start of line, but internally space seperation is the normTheo de Raadt
2018-08-06make ifconfig <if> join display the list of networks configured forSebastian Benoit
2018-08-03document that wpakey needs a preceeding nwid OR join specificationAlexander Hall
2018-07-19i found a nicer way to describe -join;Jason McIntyre
2018-07-13Use "rtable" not "tableid" as argument name for rtablekn
2018-07-13Unused variables.Kenneth R Westerback
2018-07-13- differentiate between join and nwidJason McIntyre
2018-07-11Introduce 'auto-join' to the wifi 802.11 stack.Peter Hessler
2018-05-28Remove unused <sys/param.h>kn
2018-05-12Make LACP_STATE_BITS accessible to userlandccardenas
2018-05-05document unit value for pltime and vltime;Jason McIntyre
2018-04-26net80211: stub SIOCS80211SCAN, make ifconfig scan instant.Paul Irofti
2018-04-26Do not try getnetbyname(3) if gethostbyname(3) returns no result.Ingo Schwarze
2018-04-26Add a '-tunneldomain' ifconfig(8) option as shorthand for 'tunneldomain 0'akoshibe
2018-03-16clarify what the route priority does and what defaults are used.Sebastian Benoit
2018-02-27handle "tunnels" without a destination addressDavid Gwynne
2018-02-24return early on some unhandled ioctls rather than err().David Gwynne
2018-02-23Add unsetrdomain() and option -rdomain to return an interface to routingakoshibe
2018-02-20Move getvnetflowid() out of #ifndef SMALL to unbreak 'make release'.Theo Buehler
2018-02-20tweak previous, with some help from dlg;Jason McIntyre
2018-02-20add support for toggling partitioning a vnetid into a netid and flowidDavid Gwynne
2018-02-19tweak previous;Jason McIntyre
2018-02-19add support for setting and displaying whether a tunnel allows fragmentationDavid Gwynne
2018-02-15update tunnelttl to talk about the "copy" argumentDavid Gwynne
2018-02-10ifconfig can be used to to set interface flag to not do RFC 7217.Florian Obser
2018-02-09Improve documentation of protected domains.Martin Pieuchot
2018-02-08when using tunnelttl, let -1 mean "copy the ttl from the inner traffic".David Gwynne
2018-02-08tweak previous;Jason McIntyre
2018-02-08Add a new '-protected' option for bridge members.Martin Pieuchot
2018-02-05tweak previous;Jason McIntyre
2018-02-05implement an arp filterHenning Brauer
2018-02-02Make 'ifconfig if0 wpaakms 802.1x' implicitly enable WPA.Stefan Sperling
2018-01-16Recycle IFF_NOTRAILERS into IFF_STATICARP and document ownerhsipMartin Pieuchot
2018-01-09Stop printing <not displayed> for wireless keys we know the kernel noMartin Pieuchot
2017-11-30use the same macro consistently for the various carp balancing modes;Jason McIntyre
2017-11-30no more arp mode for carp; from martin rettbergJason McIntyre
2017-11-17replace the deletetunnel option with -tunnelSebastian Benoit
2017-11-05ifconfig <if> giftunnel was deprecated in 2001, it's never too late toSebastian Benoit
2017-10-30Exit printing an error message if SIOCSIFMEDIA fails.Martin Pieuchot
2017-09-14clarify what inet6 autoconf does, mention and link to slaacd(8)Sebastian Benoit
2017-08-29quarterly rescan of the tree: remove unneccessary sys/param.h, andTheo de Raadt
2017-08-29Don't use isset() from sys/param.h in ifconfig. Requested by deraadtStefan Sperling