summaryrefslogtreecommitdiff
path: root/sbin/ifconfig
AgeCommit message (Expand)Author
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
2017-08-01use AI_NUMERICHOST for getaddrinfo(), we can only configure ipSebastian Benoit
2017-07-31The handling of 'add' used by bridge and switch in ifconfig does notJonathan Gray
2017-06-25Make ifconfig(8) default to prefixlen 128 when setting an IPv6 destinationStefan Sperling
2017-06-09turns out the case of 802.1 suffixes is significant. fix up 802.1X and Q.David Gwynne
2017-06-08remove the timeslot code, it was only for now deleted T1 devices.Ted Unangst
2017-06-08consistently use lowercase suffixes for 802.1 things.David Gwynne
2017-06-07use the same formatting for vlan as the rest of the page; ok dlgJason McIntyre
2017-06-07Fix clang warning about tautological compare: an unsigned long can'tChristian Weisgerber
2017-06-07update the VLAN doco.David Gwynne
2017-06-06make vnetid and parent commands available in SMALL ifconfigs.David Gwynne
2017-06-05remove vlan(4) specific output handlingDavid Gwynne
2017-05-31fold the vnetid and parent lines into a single encap line.David Gwynne
2017-05-12Make the markup of negative parameters consistently use .Cm;Ingo Schwarze
2017-04-05various improvements, from klemens nanni;Jason McIntyre
2017-03-21Replace a magic number with the corresponding macro from ieee80211_ioctl.h.Stefan Sperling
2017-03-20stop signposting; while here, knock out the comments;Jason McIntyre
2017-03-20as suggested by mpi, be less particular documentingJason McIntyre
2017-03-19"autoconf" belongs in the inet6 section, not the global options part;Jason McIntyre
2017-03-12Make ifconfig scan display both wpa1 and wpa2 if both are supported.Stefan Sperling
2017-03-11Make 'ifconfig scan' display AP encryption correctly if WEP is configuredStefan Sperling
2017-01-21Nuke whitespace foolish enough to expose itself during the greatKenneth R Westerback
2016-12-25gcc says "if you define labels and don't use them, I will whine."Kenneth R Westerback
2016-12-20Document our new WPA default settings. Discourage use of TKIP.Stefan Sperling
2016-12-20Make 'ifconfig if0 wpa' and 'ifconfig if0 -wpa' reset WPA params (does notStefan Sperling
2016-12-13make setting and getting tunnel addresses wrt to ipv6 scope handling.David Gwynne
2016-11-28Rename "flowmax" to "maxflow" and give each switch(4) ioctl aReyk Floeter
2016-11-18Make the ifconfig switch0 output nicer using a single line and theReyk Floeter
2016-11-10The simple UTF-16 decode routine stopped too early due to wrong calculationGerhard Roth
2016-11-08- Declare usage() as __dead void (remaining prototypes are not declared asRicardo Mestre
2016-10-17Use strtoull() to read the datapath id and expect "datapath" instead ofRafael Zalamena
2016-10-06typoChristian Weisgerber
2016-09-09fix pastoJasper Lievisse Adriaanse
2016-09-04switch tweaks;Jason McIntyre
2016-09-04Add SWITCH section for switch(4).YASUOKA Masahiko
2016-09-03fix format string and remove unused variablesCharles Longeau
2016-09-03Add support for a multipoint-to-multipoint mode in vxlan(4). In thisReyk Floeter
2016-09-02Add switch(4) support to ifconfigKazuya Goda