summaryrefslogtreecommitdiff
path: root/sbin/ifconfig
AgeCommit message (Expand)Author
2020-04-23 ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;Jason McIntyre
2020-02-27Do not set A_JOIN unconditionally. Otherwise join "" takes effect evenStefan Sperling
2020-02-24fix column alignment of 'ifconfig joinlist'; padding had an extra " "Stefan Sperling
2020-02-24Don't needlessly cap SSID width in 'ifconfig joinlist' (matters with hex SSIDs).Stefan Sperling
2020-02-24Clarify that nwid/join SSIDs must be printable ASCII if they're not hex.Stefan Sperling
2020-02-18Add IPv6 support to umb(4).Gerhard Roth
2020-01-22remove semicolons not needed after } statements. ok deraadtTed Unangst
2019-12-27Fix ifconfig WPA key installation with max allowed length SSIDs.Stefan Sperling
2019-11-30ifconfig(8) did silently ignore the netmask parameter for inet6 andAlexander Bluhm
2019-11-27use _PATH_ names for unveil if possibleTheo de Raadt
2019-11-10Update wifi-related documentation in ifconfig man page.Stefan Sperling
2019-10-24Fix ifconfig(8) compiler warnings regarding variable "name" reuse.Alexander Bluhm
2019-10-17Fix some compiler warings in ifconfig(8). Move all prototypes andAlexander Bluhm
2019-09-20Document the output of 'ifconfig scan' in client mode.Stefan Sperling
2019-09-02Make net80211 expose reasons for association failures to userland and haveStefan Sperling
2019-08-30whitespace, found while pondering improvements to sffdumpTheo de Raadt
2019-08-29fix a comparison which generated a warning on sparc64.David Gwynne
2019-08-29make the list of OM fibre distances go OM1, OM2, OM3, not OM2, OM1, OM3David Gwynne
2019-08-28s/No separable connector/No connector/David Gwynne
2019-08-28remove some cruftDavid Gwynne
2019-08-28try to factor media information out and use it for qsfp as well as sfp.David Gwynne
2019-08-27print more qsfp temperature informationDavid Gwynne
2019-08-27have a go at printing more monitoring information.David Gwynne
2019-08-27make a start at reporting qsfp monitor values.David Gwynne
2019-08-26Adjust umb DNS printing code since the type of those addresses changed.Claudio Jeker
2019-08-21 Remove support for semantically opace interface identifiers (RFC 7217)Florian Obser
2019-08-08added /* no filesystem visibility */ above unveil("/", "") since "" is too easyRicardo Mestre
2019-08-03Mention dhclient vs AUTOCONF4.Kenneth R Westerback
2019-08-01the argument name is "address_family" (with an underscore);Jason McIntyre
2019-07-25AF_INET comes before AF_INET6. Shorten line to <80 chars.Kenneth R Westerback
2019-07-25Add IFXF_AUTOCONF4 to if_xflags to match IFXF_AUTOCONF6. LetKenneth R Westerback
2019-07-25make a half-hearted attempt to shrink trunkport info a bitDavid Gwynne
2019-07-24print out lacp actor and parter infoDavid Gwynne
2019-07-03snprintf/vsnprintf return < 0 on error, rather than -1.Theo de Raadt
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-05-31a tidied version of mlarkin/phessler diffs to document options which don;t makeJason McIntyre
2019-05-12Fix 'ifconfig nwflags; These flags ended up overlapping with other flagsStefan Sperling
2019-05-10Document port protection support in switch(4). Also add SIOCBRDGSIFPROT toakoshibe
2019-05-10Delete superfluous #includes of <ifaddrs.h>, <net/if_dl.h>, and <net/if_enc.h>Philip Guenther
2019-04-26Fix a missing carriage return.denis
2019-04-19rxprio.David Gwynne
2019-04-19add support for getting and setting rxprioDavid Gwynne
2019-04-16restore some missing error handlingDavid Gwynne
2019-04-15Remove old vlan and [-]vlandev codekn
2019-04-15ethtool indicates that QSFP, QSFP+ and QSFP28 are all SFF-8636 compat.David Gwynne
2019-04-15follow the basic xfp support with basic qsfp+ supportDavid Gwynne
2019-04-15basic support for dumping xfp infoDavid Gwynne
2019-04-11print transceiver supported distances, ok deraadtStuart Henderson
2019-04-11print transceiver information inline with standard interface detailsStuart Henderson
2019-04-10use AOC and DAC instead of standard's names "optical / copper pigtail"Theo de Raadt