summaryrefslogtreecommitdiffstats
path: root/sbin/ifconfig (follow)
Commit message (Expand)AuthorAgeFilesLines
* RFC 8981 allows the configuration of only temporary IPv6 addresses.florian2021-03-201-3/+6
* Edit wireguard for concision. Remove some background covered by wg(4).procter2021-03-191-85/+74
* Document "-tunneldomain" and "-mplslabel", complete MPLS synopsiskn2021-03-181-5/+9
* Move setifrtlabel() and *keepalive() prototypes out of SMALLkn2021-03-161-4/+4
* Remove "deletetunnel" (deprecated with 6.4)kn2021-03-131-3/+1
* Move all rdomain bits under SMALLkn2021-03-131-4/+6
* Move MPLS related function prototypes under SMALLkn2021-03-131-16/+16
* Add deprecation warning for autoconfprivacy.florian2021-03-121-5/+27
* fix a double space and a macro error;jmc2021-03-111-3/+3
* When RFC 8981 obsoleted RFC 4941 the terminology changed fromflorian2021-03-112-13/+16
* Remove unhelpful sentence from TPMRkn2021-03-111-3/+1
* Document veb(4)kn2021-03-111-2/+99
* Zap stray Xrkn2021-03-091-2/+1
* Fix TRUNK synopsis alignmentkn2021-03-091-2/+6
* dhclient relationship with "inet autoconf" is incorrect, it activatedderaadt2021-03-081-5/+5
* remove extra argument to printfjsg2021-03-041-2/+2
* document the monitor flag.dlg2021-02-201-2/+8
* add support for handling the interface monitor flagdlg2021-02-201-2/+4
* Use the same check in kernel and ifconfig for group names. ifconfigbluhm2021-02-101-9/+9
* change "demote counter" / "demote count" to "demotion counter", ok deraadtsthen2021-02-011-5/+5
* umb(4) sets a default interface priority too; mention it heresthen2021-01-171-3/+6
* Only recover the scope_id if it was not set. This way this code worksclaudio2021-01-161-2/+3
* Temporary addresses are preferred for 1 day and valid for 2.florian2021-01-131-5/+3
* getifaddrs() can return entries where ifa_addr is NULL. Check for thisbenno2020-12-301-6/+9
* Keep track of allowed ips pointer correctlykn2020-11-061-9/+12
* Fix display of P2P link to be consistent over all AF.denis2020-10-071-3/+3
* Reverse previous, needs discussion.denis2020-10-071-2/+2
* Fix display of P2P link to be consistent over all AF.denis2020-10-071-2/+2
* umb(4) shows the speed of the LTE connection but misses the b in Mbps.claudio2020-09-151-2/+2
* some tweaks to the "group" text, from evan silberman;jmc2020-08-241-13/+12
* Omit common ifconfig optionskn2020-08-241-4/+5
* Replace strto*l(3) with strtonum(3)kn2020-08-081-84/+47
* add some vertical whitespace;jmc2020-08-081-2/+3
* Move TPMR section above TRUNK to sort alphabeticallykn2020-08-051-46/+46
* Document tpmr ioctls and synopsiskn2020-08-051-2/+48
* Print tpmr(4) memberskn2020-08-051-2/+15
* Merge switch_status() into bridge_status()kn2020-08-053-23/+15
* Remove redundant bridge checkskn2020-07-291-18/+1
* Document aggr(4) in the TRUNK sectionkn2020-07-261-6/+13
* Rename IN6_IFF_PRIVACY to IN6_IFF_TEMPORARY.florian2020-07-031-2/+2
* remove the spacing around "arp | rarp", as prompted by schwarze;jmc2020-06-271-2/+2
* macro fixes; from matthew martinjmc2020-06-271-5/+5
* spelling fix; from matthias schmidtjmc2020-06-241-3/+3
* use (undocumented) base64 code in libc instead of libcrypto.dlg2020-06-222-11/+10
* various minor tweaks;jmc2020-06-211-7/+7
* wgpip -> wgendpoint. ok dlg@matthieu2020-06-211-3/+3
* teach ifconfig about wireguard.dlg2020-06-213-6/+452
* Add the 'nomimo' nwflag which disables MIMO in 11n mode.stsp2020-04-291-2/+9
* ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;jmc2020-04-231-9/+9
* Do not set A_JOIN unconditionally. Otherwise join "" takes effect evenstsp2020-02-271-2/+2