summaryrefslogtreecommitdiff
path: root/sbin/ifconfig
AgeCommit message (Expand)Author
2022-03-07rename net80211 ioctl struct ieee80211_channel to struct ieee80211_chaninfoStefan Sperling
2022-02-22don't hide the mtu on "bridge" interfaces.David Gwynne
2021-12-29make the argument name for veb's "child-iface" consistent;Jason McIntyre
2021-11-23Use system uptime not UTC time to calculate PPPoE session durationKlemens Nanni
2021-11-17Display DNS information from sppp(4) in ifconfig(8)Bjorn Ketelaars
2021-11-14"autoconf" is an automatic "up"Klemens Nanni
2021-11-11Remove switch(4) specific bits from ifconfig.Claudio Jeker
2021-11-03Zap swapips remnantsKlemens Nanni
2021-11-02fix previousKlemens Nanni
2021-11-02Return non-zero on failed "nwkey" commandKlemens Nanni
2021-10-29the list of devices which can be created it getting unwieldy and keep gettingJason McIntyre
2021-10-27Mention vether(4) and mpip(4) interfaces in the create listSolene Rapenne
2021-10-22Document existent "descr" alias for "description"Klemens Nanni
2021-10-06Remove autoconfprivacy deprecation warning.Florian Obser
2021-08-18Add veb(4) to the list of pseudo devices that can be created.solene
2021-08-17document 11ac as a valid wireless mode; ok stspJason McIntyre
2021-07-12Change the error reporting pattern throughout the tree when unveilBob Beck
2021-07-04store provider ID in umb(4), and display it in ifconfig. OK stsp deraadtStuart Henderson
2021-04-17rewrite the text describing the "address" parameter into somethingJason McIntyre
2021-04-12Document bpe(4)kn
2021-03-20RFC 8981 allows the configuration of only temporary IPv6 addresses.Florian Obser
2021-03-19Edit wireguard for concision. Remove some background covered by wg(4).Richard Procter
2021-03-18Document "-tunneldomain" and "-mplslabel", complete MPLS synopsiskn
2021-03-16Move setifrtlabel() and *keepalive() prototypes out of SMALLkn
2021-03-13Remove "deletetunnel" (deprecated with 6.4)kn
2021-03-13Move all rdomain bits under SMALLkn
2021-03-13Move MPLS related function prototypes under SMALLkn
2021-03-12Add deprecation warning for autoconfprivacy.Florian Obser
2021-03-11fix a double space and a macro error;Jason McIntyre
2021-03-11When RFC 8981 obsoleted RFC 4941 the terminology changed fromFlorian Obser
2021-03-11Remove unhelpful sentence from TPMRkn
2021-03-11Document veb(4)kn
2021-03-09Zap stray Xrkn
2021-03-09Fix TRUNK synopsis alignmentkn
2021-03-08dhclient relationship with "inet autoconf" is incorrect, it activatedTheo de Raadt
2021-03-04remove extra argument to printfJonathan Gray
2021-02-20document the monitor flag.David Gwynne
2021-02-20add support for handling the interface monitor flagDavid Gwynne
2021-02-10Use the same check in kernel and ifconfig for group names. ifconfigAlexander Bluhm
2021-02-01change "demote counter" / "demote count" to "demotion counter", ok deraadtStuart Henderson
2021-01-17umb(4) sets a default interface priority too; mention it hereStuart Henderson
2021-01-16Only recover the scope_id if it was not set. This way this code worksClaudio Jeker
2021-01-13Temporary addresses are preferred for 1 day and valid for 2.Florian Obser
2020-12-30getifaddrs() can return entries where ifa_addr is NULL. Check for thisSebastian Benoit
2020-11-06Keep track of allowed ips pointer correctlykn
2020-10-07Fix display of P2P link to be consistent over all AF.denis
2020-10-07Reverse previous, needs discussion.denis
2020-10-07Fix display of P2P link to be consistent over all AF.denis
2020-09-15umb(4) shows the speed of the LTE connection but misses the b in Mbps.Claudio Jeker
2020-08-24some tweaks to the "group" text, from evan silberman;Jason McIntyre