summaryrefslogtreecommitdiff
path: root/sbin/ifconfig
AgeCommit message (Expand)Author
2018-11-16sort previous;Jason McIntyre
2018-11-16vlan uses txprio tooDavid Gwynne
2018-11-16document txprioDavid Gwynne
2018-11-16gre has a few siblings nowDavid Gwynne
2018-11-14Warn on deprecated 'vlan' and 'vlandev' option usagekn
2018-11-12add support for txprio settings on interfacesDavid Gwynne
2018-11-10Fix vnetid rangekn
2018-10-15The struct members addr and dstaddr in struct if_laddrreq are structFlorian Obser
2018-09-30deny non-contiguous netmaskdenis
2018-09-09convert the things we save in 'join' into a single ioctl. mixing relatedPeter Hessler
2018-09-08Enforce that "join" and "nwid" may not be used at the same time.Peter Hessler
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