OpenBSD CVS

CVS log for src/sbin/ifconfig/ifconfig.8


[BACK] Up to [local] / src / sbin / ifconfig

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.399 / (download) - annotate - [select for diffs], Thu Jan 11 17:22:04 2024 UTC (4 months, 2 weeks ago) by jan
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, HEAD
Changes since 1.398: +11 -11 lines
Diff to previous 1.398 (colored)

ifconfig.8: reorder hwfeature list

ok jmc@

Revision 1.398 / (download) - annotate - [select for diffs], Tue Jul 18 16:01:20 2023 UTC (10 months, 2 weeks ago) by bluhm
Branch: MAIN
CVS Tags: OPENBSD_7_4_BASE, OPENBSD_7_4
Changes since 1.397: +2 -3 lines
Diff to previous 1.397 (colored)

Enable LRO for TCP per default in the network drivers.

Large Receive Offload allows to receive aggregated packets larger
than the MTU.  Receiving TCP streams becomes much faster.  As the
network hardware is not aware whether a packet is received locally
or to be forwarded, everything is aggregated.  In case of forwarding
it is split on output to packets not larger than the original
packets.  So path MTU discovery should still work.  If the outgoing
interface supports TSO, the packet is chopped in hardware by TCP
Segmentation Offload.

Currently only ix(4) and lo(4) devices support LRO, and ix(4) is
limited to IPv4 and hardware newer than the old 82598 model.  If
the interface is added to a tpmr(4), bridge(4) or veb(4), LRO is
automatically disabled.  All ix(4) devices support outgoing TSO for
IPv4 and IPv6.  Enabling LRO on lo(4) automatically enables TSO and
TCP packets larger than the MTU pass the loopback interface.

LRO can be turned off per interface with ifconfig -tcplro.

OK jan@

Revision 1.397 / (download) - annotate - [select for diffs], Wed Jun 7 18:42:40 2023 UTC (11 months, 3 weeks ago) by bluhm
Branch: MAIN
Changes since 1.396: +4 -4 lines
Diff to previous 1.396 (colored)

Rename ifconfig tcprecvoffload to tcplro.  It is shorter and
more consistent.
discussed with jan@ mvs@ chris@ claudio@ dlg@

Revision 1.396 / (download) - annotate - [select for diffs], Thu Jun 1 18:57:53 2023 UTC (12 months ago) by kn
Branch: MAIN
Changes since 1.395: +10 -2 lines
Diff to previous 1.395 (colored)

Add support for wireguard peer descriptions

"wgdescr[iption] foo" to label one peer (amongst many) on a wg(4) interface,
"-wgdescr[iption]" or "wgdescr ''" to remove the label, completely analogous
to existing interface discriptions.

Idea/initial diff from Mikolaj Kucharski (OK sthen)
Tests/prodded by Hrvoje Popovski
Tweaks/manual bits from me
Feedback deraadt sthen mvs claudio
OK claudio

Revision 1.395 / (download) - annotate - [select for diffs], Tue May 16 14:32:54 2023 UTC (12 months, 2 weeks ago) by jan
Branch: MAIN
Changes since 1.394: +21 -11 lines
Diff to previous 1.394 (colored)

Use separate IFCAPs for LRO and TSO.

This diff introduces separate capabilities for TCP offloading.  We split this
into LRO (large receive offloading) and TSO (TCP segmentation offloading).
LRO can be turned on/off via tcprecvoffload option of ifconfig and is not
inherited to sub interfaces.

TSO is inherited by sub interfaces to signal this hardware offloading capability
to the network stack.

With tweaks from bluhm, claudio and dlg

ok bluhm, claudio

Revision 1.394 / (download) - annotate - [select for diffs], Wed Apr 26 02:38:08 2023 UTC (13 months, 1 week ago) by asou
Branch: MAIN
Changes since 1.393: +13 -2 lines
Diff to previous 1.393 (colored)

Add parent to nvgre in ifconfig.8.

ok david@

Revision 1.393 / (download) - annotate - [select for diffs], Tue Apr 25 05:02:56 2023 UTC (13 months, 1 week ago) by asou
Branch: MAIN
Changes since 1.392: +4 -2 lines
Diff to previous 1.392 (colored)

add eoip to keepalive.

ok david@

Revision 1.392 / (download) - annotate - [select for diffs], Fri Apr 21 01:15:48 2023 UTC (13 months, 1 week ago) by asou
Branch: MAIN
Changes since 1.391: +5 -3 lines
Diff to previous 1.391 (colored)

add -pweneighbor.

ok deraadt@

Revision 1.391 / (download) - annotate - [select for diffs], Tue Mar 7 20:09:47 2023 UTC (14 months, 3 weeks ago) by jan
Branch: MAIN
CVS Tags: OPENBSD_7_3_BASE, OPENBSD_7_3
Changes since 1.390: +6 -1 lines
Diff to previous 1.390 (colored)

Avoid enabling TSO on interfaces which are already attached to a bridge.

with tweaks from claudio and deraadt

ok claudio, bluhm

Revision 1.390 / (download) - annotate - [select for diffs], Mon Feb 27 14:53:38 2023 UTC (15 months ago) by jmc
Branch: MAIN
Changes since 1.389: +4 -3 lines
Diff to previous 1.389 (colored)

sort VEB and add "rules"; ok stsp

Revision 1.389 / (download) - annotate - [select for diffs], Mon Feb 27 13:30:59 2023 UTC (15 months ago) by stsp
Branch: MAIN
Changes since 1.388: +98 -2 lines
Diff to previous 1.388 (colored)

Add missing documentation of veb(4) ioctls to the ifconfig(8) VEB section.

These ifconfig commands are supported by veb(4) but were undocumented:
deladdr flushrule maxaddr rule rulefile static timeout up

As was done before, copy relevant prose from the BRIDGE section.

ok jmc@

Revision 1.388 / (download) - annotate - [select for diffs], Fri Dec 23 07:16:54 2022 UTC (17 months, 1 week ago) by jmc
Branch: MAIN
Changes since 1.387: +3 -3 lines
Diff to previous 1.387 (colored)

point readers, where relevant, to route(8) rather than netstat(1) or route(4);
remove some redundant info regarding netstat -r from ipcomp/ipsec

feedback claudio sthen
ok claudio kn sthen

Revision 1.387 / (download) - annotate - [select for diffs], Sat Nov 26 07:26:43 2022 UTC (18 months ago) by jmc
Branch: MAIN
Changes since 1.386: +3 -6 lines
Diff to previous 1.386 (colored)

- in SYNOPSIS, redo the formatting for "address" and "dest address" to avoid
an ugly line split on narrower terminals
- in usage(), match the output

Revision 1.386 / (download) - annotate - [select for diffs], Fri Nov 25 23:09:20 2022 UTC (18 months ago) by deraadt
Branch: MAIN
Changes since 1.385: +8 -2 lines
Diff to previous 1.385 (colored)

ifconfig -M <mac> finds the address on an interface and prints it.
cloned (virtual) interfaces are skipped, and if the MAC is on more
than 1 interface, no answer either.  The mac must be in same format
as the ifconfig lladdr output (complete lowercase with :)
idea from florian, ok afresh1

Revision 1.385 / (download) - annotate - [select for diffs], Wed Oct 26 17:06:31 2022 UTC (19 months ago) by kn
Branch: MAIN
Changes since 1.384: +9 -1 lines
Diff to previous 1.384 (colored)

Limit wireguard peers listing to -A or wg-interface

ifconfig(8) output can get too long when always printing `wgpeers' for all
wg(4) interfaces, so omit it output is requested and/or output is limited
to the interface group "wg" or a specific interface "wgX".

No install media size change as wireguard code is under #ifndef SMALL.

Diff from Mikolaj Kucharski <mikolaj AT kucharski DOT name>
makes Hrvoje Popovski happy
manual bits from jmc
OK sthen

Revision 1.384 / (download) - annotate - [select for diffs], Mon Jun 27 16:27:03 2022 UTC (23 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_7_2_BASE, OPENBSD_7_2
Changes since 1.383: +7 -9 lines
Diff to previous 1.383 (colored)

tweak the tso text a little;

Revision 1.383 / (download) - annotate - [select for diffs], Mon Jun 27 15:11:23 2022 UTC (23 months ago) by jan
Branch: MAIN
Changes since 1.382: +20 -2 lines
Diff to previous 1.382 (colored)

Introduce Large Receive Offloading of TCP segment offloading for ix(4).  It is
disabled by default.  Also add a tso option to ifconfig(8) to enable and
disable this feature.

ok deraadt

Revision 1.382 / (download) - annotate - [select for diffs], Sat May 14 07:22:10 2022 UTC (2 years ago) by denis
Branch: MAIN
Changes since 1.381: +15 -2 lines
Diff to previous 1.381 (colored)

Document usage of tunneladdr

Input and OK dlg@ and jmc@

Revision 1.381 / (download) - annotate - [select for diffs], Wed Dec 29 21:41:28 2021 UTC (2 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_7_1_BASE, OPENBSD_7_1
Changes since 1.380: +3 -3 lines
Diff to previous 1.380 (colored)

make the argument name for veb's "child-iface" consistent;
from caspar schutijser

Revision 1.380 / (download) - annotate - [select for diffs], Sun Nov 14 03:02:06 2021 UTC (2 years, 6 months ago) by kn
Branch: MAIN
Changes since 1.379: +5 -2 lines
Diff to previous 1.379 (colored)

"autoconf" is an automatic "up"

OK deraadt

Revision 1.379 / (download) - annotate - [select for diffs], Thu Nov 11 09:39:16 2021 UTC (2 years, 6 months ago) by claudio
Branch: MAIN
Changes since 1.378: +2 -62 lines
Diff to previous 1.378 (colored)

Remove switch(4) specific bits from ifconfig.
OK deraadt@ patrick@

Revision 1.378 / (download) - annotate - [select for diffs], Fri Oct 29 16:42:57 2021 UTC (2 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.377: +5 -38 lines
Diff to previous 1.377 (colored)

the list of devices which can be created it getting unwieldy and keep getting
out of date: remove it (sthen) and add a pointer to -C (dlg);

ok sthen

Revision 1.377 / (download) - annotate - [select for diffs], Wed Oct 27 06:36:51 2021 UTC (2 years, 7 months ago) by solene
Branch: MAIN
Changes since 1.376: +4 -2 lines
Diff to previous 1.376 (colored)

Mention vether(4) and mpip(4) interfaces in the create list

ok benno@ dlg@

Revision 1.376 / (download) - annotate - [select for diffs], Fri Oct 22 18:35:27 2021 UTC (2 years, 7 months ago) by kn
Branch: MAIN
Changes since 1.375: +5 -4 lines
Diff to previous 1.375 (colored)

Document existent "descr" alias for "description"

Revision 1.375 / (download) - annotate - [select for diffs], Wed Aug 18 18:10:33 2021 UTC (2 years, 9 months ago) by solene
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0
Changes since 1.374: +3 -2 lines
Diff to previous 1.374 (colored)

Add veb(4) to the list of pseudo devices that can be created.

ok deraadt@

Revision 1.374 / (download) - annotate - [select for diffs], Tue Aug 17 08:19:55 2021 UTC (2 years, 9 months ago) by jmc
Branch: MAIN
Changes since 1.373: +7 -5 lines
Diff to previous 1.373 (colored)

document 11ac as a valid wireless mode; ok stsp

Revision 1.373 / (download) - annotate - [select for diffs], Sat Apr 17 06:01:49 2021 UTC (3 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_6_9_BASE, OPENBSD_6_9
Changes since 1.372: +8 -10 lines
Diff to previous 1.372 (colored)

rewrite the text describing the "address" parameter into something
easier to read;

Revision 1.372 / (download) - annotate - [select for diffs], Mon Apr 12 03:17:57 2021 UTC (3 years, 1 month ago) by kn
Branch: MAIN
Changes since 1.371: +28 -2 lines
Diff to previous 1.371 (colored)

Document bpe(4)

Diff from Marcus MERIGHI <mcmer-openbsd at tor dot at>, thanks.

Feedback OK jmc
OK dlg

Revision 1.371 / (download) - annotate - [select for diffs], Fri Mar 19 19:36:10 2021 UTC (3 years, 2 months ago) by procter
Branch: MAIN
Changes since 1.370: +75 -86 lines
Diff to previous 1.370 (colored)

Edit wireguard for concision. Remove some background covered by wg(4).
Swap -wgpeerall and wgpeer in synopsis to ease parsing.
"I'm good" - Matt Dunwoodie. "just commit" - jmc
suggestions and ok sthen@

Revision 1.370 / (download) - annotate - [select for diffs], Thu Mar 18 14:16:38 2021 UTC (3 years, 2 months ago) by kn
Branch: MAIN
Changes since 1.369: +8 -4 lines
Diff to previous 1.369 (colored)

Document "-tunneldomain" and "-mplslabel", complete MPLS synopsis

OK claudio

Revision 1.369 / (download) - annotate - [select for diffs], Thu Mar 11 21:07:16 2021 UTC (3 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.368: +3 -3 lines
Diff to previous 1.368 (colored)

fix a double space and a macro error;

Revision 1.368 / (download) - annotate - [select for diffs], Thu Mar 11 19:53:39 2021 UTC (3 years, 2 months ago) by florian
Branch: MAIN
Changes since 1.367: +7 -7 lines
Diff to previous 1.367 (colored)

When RFC 8981 obsoleted RFC 4941 the terminology changed from
"privacy extensions" to "temporary address extensions"

Change ifconfig(8) to output temporary after temporary addresses and
add "temporary" option which is an alias for autoconfprivacy for now.

Also make AUTOCONF6TEMP a positiv flag that is set by default.
Previously the negative flag "INET6_NOPRIVACY" was set when privacy
addresses were disabled. This makes the flags output less ugly and
will allow us to disable autoconf addresses while having temporary
addresses enabled in the future.

More work is needed in slaacd.

input benno, jmc, deraadt
previous verison OK benno
OK jmc, kn

Revision 1.367 / (download) - annotate - [select for diffs], Thu Mar 11 10:12:51 2021 UTC (3 years, 2 months ago) by kn
Branch: MAIN
Changes since 1.366: +2 -4 lines
Diff to previous 1.366 (colored)

Remove unhelpful sentence from TPMR

with dlg

Revision 1.366 / (download) - annotate - [select for diffs], Thu Mar 11 10:09:48 2021 UTC (3 years, 2 months ago) by kn
Branch: MAIN
Changes since 1.365: +98 -1 lines
Diff to previous 1.365 (colored)

Document veb(4)

All text is copied from other already existing sections, i.e. link flag
handling from TPMR and the rest from BIDGE.

Contrary to BRIDGE, add a synopsis for VEB such that there's a simple
overwiew, especially since veb(4) currently does not explain *how* to use
the described features.

NB: While TPMR and VEB use the same wording for link flags, their semantics
are different, i.e. both different flags and swapped polarity for those
flags.

Feedback jmc dlg
OK dlg

Revision 1.365 / (download) - annotate - [select for diffs], Tue Mar 9 19:39:20 2021 UTC (3 years, 2 months ago) by kn
Branch: MAIN
Changes since 1.364: +2 -3 lines
Diff to previous 1.364 (colored)

Zap stray Xr

Revision 1.364 / (download) - annotate - [select for diffs], Tue Mar 9 19:05:30 2021 UTC (3 years, 2 months ago) by kn
Branch: MAIN
Changes since 1.363: +6 -2 lines
Diff to previous 1.363 (colored)

Fix TRUNK synopsis alignment

Revision 1.363 / (download) - annotate - [select for diffs], Mon Mar 8 17:39:16 2021 UTC (3 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.362: +5 -5 lines
Diff to previous 1.362 (colored)

dhclient relationship with "inet autoconf" is incorrect, it activated
dhcpleased.

Revision 1.362 / (download) - annotate - [select for diffs], Sat Feb 20 01:21:04 2021 UTC (3 years, 3 months ago) by dlg
Branch: MAIN
Changes since 1.361: +8 -2 lines
Diff to previous 1.361 (colored)

document the monitor flag.

reminded by benno@

Revision 1.361 / (download) - annotate - [select for diffs], Mon Feb 1 16:39:50 2021 UTC (3 years, 3 months ago) by sthen
Branch: MAIN
Changes since 1.360: +5 -5 lines
Diff to previous 1.360 (colored)

change "demote counter" / "demote count" to "demotion counter", ok deraadt

Revision 1.360 / (download) - annotate - [select for diffs], Sun Jan 17 20:35:31 2021 UTC (3 years, 4 months ago) by sthen
Branch: MAIN
Changes since 1.359: +6 -3 lines
Diff to previous 1.359 (colored)

umb(4) sets a default interface priority too; mention it here
ok deraadt

Revision 1.359 / (download) - annotate - [select for diffs], Wed Jan 13 08:01:44 2021 UTC (3 years, 4 months ago) by florian
Branch: MAIN
Changes since 1.358: +2 -4 lines
Diff to previous 1.358 (colored)

Temporary addresses are preferred for 1 day and valid for 2.
Lifetimes are extended from router advertisements within these limits.
From weerd@

Revision 1.358 / (download) - annotate - [select for diffs], Mon Aug 24 17:28:01 2020 UTC (3 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_6_8_BASE, OPENBSD_6_8
Changes since 1.357: +13 -14 lines
Diff to previous 1.357 (colored)

some tweaks to the "group" text, from evan silberman;
i replaced the suggested Cm/Ql mix with simple Dq;

Revision 1.357 / (download) - annotate - [select for diffs], Mon Aug 24 07:34:01 2020 UTC (3 years, 9 months ago) by kn
Branch: MAIN
Changes since 1.356: +5 -4 lines
Diff to previous 1.356 (colored)

Omit common ifconfig options

ifconfig(8)'s TRUNK (LINK AGGREGATION) nicely combines the two drivers, so
omit common stuff from the drives specific manuals.

This aids in the overall design of having options documented in ifconfig(8)
alone unless they're inherently driver specific, e.g. "trunkproto" which
stays in trunk(4).

OK jmc

Revision 1.356 / (download) - annotate - [select for diffs], Sat Aug 8 06:06:24 2020 UTC (3 years, 9 months ago) by jmc
Branch: MAIN
Changes since 1.355: +2 -1 lines
Diff to previous 1.355 (colored)

add some vertical whitespace;

Revision 1.355 / (download) - annotate - [select for diffs], Wed Aug 5 16:45:41 2020 UTC (3 years, 9 months ago) by kn
Branch: MAIN
Changes since 1.354: +47 -47 lines
Diff to previous 1.354 (colored)

Move TPMR section above TRUNK to sort alphabetically

Reminded by jmc

Revision 1.354 / (download) - annotate - [select for diffs], Wed Aug 5 14:55:40 2020 UTC (3 years, 9 months ago) by kn
Branch: MAIN
Changes since 1.353: +48 -2 lines
Diff to previous 1.353 (colored)

Document tpmr ioctls and synopsis

Add missing TPMR section to ifconfig(8) by moving the commands from the
driver's manual to it (copy/paste) and document the ioctl(2) interface in
tpmr(4).

Indenting tpmr's first EXAMPLE while here; from jmc.

OK jmc

Revision 1.353 / (download) - annotate - [select for diffs], Sun Jul 26 18:34:10 2020 UTC (3 years, 10 months ago) by kn
Branch: MAIN
Changes since 1.352: +12 -5 lines
Diff to previous 1.352 (colored)

Document aggr(4) in the TRUNK section

Complete the synopsis while here.

Feedback OK jmc

Revision 1.352 / (download) - annotate - [select for diffs], Sat Jun 27 17:46:29 2020 UTC (3 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.351: +3 -3 lines
Diff to previous 1.351 (colored)

remove the spacing around "arp | rarp", as prompted by schwarze;

Revision 1.351 / (download) - annotate - [select for diffs], Sat Jun 27 15:31:36 2020 UTC (3 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.350: +5 -5 lines
Diff to previous 1.350 (colored)

macro fixes; from matthew martin

Revision 1.350 / (download) - annotate - [select for diffs], Wed Jun 24 17:40:10 2020 UTC (3 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.349: +2 -2 lines
Diff to previous 1.349 (colored)

spelling fix; from matthias schmidt

Revision 1.349 / (download) - annotate - [select for diffs], Sun Jun 21 15:24:32 2020 UTC (3 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.348: +7 -7 lines
Diff to previous 1.348 (colored)

various minor tweaks;

Revision 1.348 / (download) - annotate - [select for diffs], Sun Jun 21 13:41:05 2020 UTC (3 years, 11 months ago) by matthieu
Branch: MAIN
Changes since 1.347: +4 -4 lines
Diff to previous 1.347 (colored)

wgpip -> wgendpoint. ok dlg@

Revision 1.347 / (download) - annotate - [select for diffs], Sun Jun 21 12:20:06 2020 UTC (3 years, 11 months ago) by dlg
Branch: MAIN
Changes since 1.346: +127 -3 lines
Diff to previous 1.346 (colored)

teach ifconfig about wireguard.

note that this links ifconfig with libcrypto to get at base64
encoding and decoding routines. im looking at an alternative way
to do that, so hopefully this is temporary.

secondly, note that all the wireguard stuff is under ifndef SMALL,
so the special build of ifconfig for install media does include
wireguard support, and also does not need libcrypto.

from Matt Dunwoodie and Jason A. Donenfeld

ok deraadt@

Revision 1.346 / (download) - annotate - [select for diffs], Wed Apr 29 13:13:29 2020 UTC (4 years, 1 month ago) by stsp
Branch: MAIN
CVS Tags: OPENBSD_6_7_BASE, OPENBSD_6_7
Changes since 1.345: +9 -2 lines
Diff to previous 1.345 (colored)

Add the 'nomimo' nwflag which disables MIMO in 11n mode.

This flag restricts a wireless driver to MCS0 - MCS7 for both transmission
and reception. It can be set to work around packet loss in 11n mode caused
by unused antenna connectors on a MIMO-capable wireless network device.

man page tweak from tracey@
ok deraadt@

Revision 1.345 / (download) - annotate - [select for diffs], Thu Apr 23 21:28:08 2020 UTC (4 years, 1 month ago) by jmc
Branch: MAIN
Changes since 1.344: +9 -9 lines
Diff to previous 1.344 (colored)

 ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;

Revision 1.344 / (download) - annotate - [select for diffs], Mon Feb 24 10:05:34 2020 UTC (4 years, 3 months ago) by stsp
Branch: MAIN
Changes since 1.343: +11 -4 lines
Diff to previous 1.343 (colored)

Clarify that nwid/join SSIDs must be printable ASCII if they're not hex.

ok kevlo@

Revision 1.343 / (download) - annotate - [select for diffs], Sun Nov 10 09:10:44 2019 UTC (4 years, 6 months ago) by stsp
Branch: MAIN
Changes since 1.342: +101 -36 lines
Diff to previous 1.342 (colored)

Update wifi-related documentation in ifconfig man page.
ok jmc deraadt

Revision 1.342 / (download) - annotate - [select for diffs], Fri Sep 20 12:37:04 2019 UTC (4 years, 8 months ago) by stsp
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.341: +9 -2 lines
Diff to previous 1.341 (colored)

Document the output of 'ifconfig scan' in client mode.
ok mlarkin

Revision 1.341 / (download) - annotate - [select for diffs], Wed Aug 21 15:32:18 2019 UTC (4 years, 9 months ago) by florian
Branch: MAIN
Changes since 1.340: +4 -4 lines
Diff to previous 1.340 (colored)

    Remove support for semantically opace interface identifiers (RFC 7217)
    for IPv6 link local addresses.

    Some hosting and VM providers route customer IPv6 prefixes to link
    local addresses derived from ethernet MAC addresses (RFC 2464). This
    leads to hard to debug IPv6 connectivity problems and is probably not
    worth the effort.

    RFC 7721 lists 4 weaknesses:

    3.1. Correlation of Activities over Time & 3.2. Location Tracking
    These are still possible with RFC 7217 addresses for an adversary
    connected to the same layer 2 network (think conference wifi). Since
    the link local prefix stays the same (fe80::/64) the link local
    addresses do not change between different networks.
    An adversary on the same layer 2 network can probably track ethernet
    MAC addresses via different means, too.

    3.3. Address Scanning & 3.4. Device-Specific Vulnerability Exploitation
    These now become possible, however, as noted above a layer 2 adversary
    was probably able to do this via different means.

    People concerned with these weaknesses are advised to use
    ifconfig lladdr random.
OK benno
input & OK kn

Revision 1.340 / (download) - annotate - [select for diffs], Sat Aug 3 22:51:25 2019 UTC (4 years, 9 months ago) by krw
Branch: MAIN
Changes since 1.339: +7 -2 lines
Diff to previous 1.339 (colored)

Mention dhclient vs AUTOCONF4.

Revision 1.339 / (download) - annotate - [select for diffs], Thu Aug 1 18:58:24 2019 UTC (4 years, 10 months ago) by jmc
Branch: MAIN
Changes since 1.338: +4 -4 lines
Diff to previous 1.338 (colored)

the argument name is "address_family" (with an underscore);

Revision 1.338 / (download) - annotate - [select for diffs], Thu Jul 25 13:56:23 2019 UTC (4 years, 10 months ago) by krw
Branch: MAIN
Changes since 1.337: +20 -14 lines
Diff to previous 1.337 (colored)

Add IFXF_AUTOCONF4 to if_xflags to match IFXF_AUTOCONF6. Let
ifconfig set/unset it.

ok deraadt@ kmos@

Revision 1.337 / (download) - annotate - [select for diffs], Fri May 31 16:13:55 2019 UTC (5 years ago) by jmc
Branch: MAIN
Changes since 1.336: +11 -2 lines
Diff to previous 1.336 (colored)

a tidied version of mlarkin/phessler diffs to document options which don;t make
sense on "join" lines;

Revision 1.336 / (download) - annotate - [select for diffs], Sun May 12 18:12:37 2019 UTC (5 years ago) by stsp
Branch: MAIN
Changes since 1.335: +15 -6 lines
Diff to previous 1.335 (colored)

Fix 'ifconfig nwflags; These flags ended up overlapping with other flags
in ieee80211com's ic_flags because we haven't been paying attention to
them (they're not in the same place in the code and hence easy to miss).
Move them to a dedicated variable to avoid this problem in the future.

Add a new 'stayauth' nwflag which can be set to let net80211 ignore
deauth frames. This can be useful when deauth frames are being
persistently spoofed by an attacker. Idea from beck@

ok beck@ phessler@

Revision 1.335 / (download) - annotate - [select for diffs], Fri May 10 18:27:50 2019 UTC (5 years ago) by akoshibe
Branch: MAIN
Changes since 1.334: +16 -2 lines
Diff to previous 1.334 (colored)

Document port protection support in switch(4). Also add SIOCBRDGSIFPROT to
list of ioctls in bridge(4).

OK ccardenas@ kn@ phessler@

Revision 1.334 / (download) - annotate - [select for diffs], Fri Apr 19 04:30:57 2019 UTC (5 years, 1 month ago) by dlg
Branch: MAIN
Changes since 1.333: +20 -1 lines
Diff to previous 1.333 (colored)

rxprio.

Revision 1.333 / (download) - annotate - [select for diffs], Wed Apr 10 13:34:21 2019 UTC (5 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5
Changes since 1.332: +4 -4 lines
Diff to previous 1.332 (colored)

tweak previous; ok dlg

Revision 1.332 / (download) - annotate - [select for diffs], Wed Apr 10 10:21:27 2019 UTC (5 years, 1 month ago) by dlg
Branch: MAIN
Changes since 1.331: +8 -2 lines
Diff to previous 1.331 (colored)

mention that "ifconfig foo0 transceiver" is a thing

Revision 1.331 / (download) - annotate - [select for diffs], Fri Mar 29 07:08:01 2019 UTC (5 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.330: +4 -4 lines
Diff to previous 1.330 (colored)

point readers to individual driver pages for notes on powersave; ok stsp

Revision 1.330 / (download) - annotate - [select for diffs], Wed Mar 27 07:26:18 2019 UTC (5 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.329: +12 -7 lines
Diff to previous 1.329 (colored)

comment out the optional "duration" argument to powersave:
only two older cards currently attempt to set this, and it
should not be neccessary anyway;

i've added in a some (commented) info to explain this;

discussed with and ok stsp

Revision 1.329 / (download) - annotate - [select for diffs], Tue Mar 26 19:47:08 2019 UTC (5 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.328: +8 -2 lines
Diff to previous 1.328 (colored)

note that powersave is disabled by default (i.e. no need to explicitly
disable this), and provide a little more info on "duration";
some driver-specific notes hopefully to follow...

help/ok stsp

Revision 1.328 / (download) - annotate - [select for diffs], Mon Mar 11 21:56:29 2019 UTC (5 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.327: +9 -9 lines
Diff to previous 1.327 (colored)

sort the mpls options; ok dlg

Revision 1.327 / (download) - annotate - [select for diffs], Mon Mar 11 18:55:29 2019 UTC (5 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.326: +8 -4 lines
Diff to previous 1.326 (colored)

tweak previous;

Revision 1.326 / (download) - annotate - [select for diffs], Mon Mar 11 11:26:37 2019 UTC (5 years, 2 months ago) by dlg
Branch: MAIN
Changes since 1.325: +45 -53 lines
Diff to previous 1.325 (colored)

fix the documentation for mpls interfaces

instead of an mpe and mpw section, have an MPLS section that talks
about mpe, mpw, and mpip.

Revision 1.325 / (download) - annotate - [select for diffs], Fri Jan 18 20:25:35 2019 UTC (5 years, 4 months ago) by phessler
Branch: MAIN
Changes since 1.324: +3 -1 lines
Diff to previous 1.324 (colored)

let users automatically use join to connect to any open wifi network.
if a known network is visible, always prefer that instead.

requested by many, OK stsp@

Revision 1.324 / (download) - annotate - [select for diffs], Fri Nov 16 12:25:29 2018 UTC (5 years, 6 months ago) by jmc
Branch: MAIN
Changes since 1.323: +8 -8 lines
Diff to previous 1.323 (colored)

sort previous;

Revision 1.323 / (download) - annotate - [select for diffs], Fri Nov 16 08:44:28 2018 UTC (5 years, 6 months ago) by dlg
Branch: MAIN
Changes since 1.322: +8 -1 lines
Diff to previous 1.322 (colored)

vlan uses txprio too

Revision 1.322 / (download) - annotate - [select for diffs], Fri Nov 16 01:10:51 2018 UTC (5 years, 6 months ago) by dlg
Branch: MAIN
Changes since 1.321: +13 -2 lines
Diff to previous 1.321 (colored)

document txprio

Revision 1.321 / (download) - annotate - [select for diffs], Fri Nov 16 00:58:17 2018 UTC (5 years, 6 months ago) by dlg
Branch: MAIN
Changes since 1.320: +15 -3 lines
Diff to previous 1.320 (colored)

gre has a few siblings now

Revision 1.320 / (download) - annotate - [select for diffs], Sat Nov 10 18:14:47 2018 UTC (5 years, 6 months ago) by kn
Branch: MAIN
Changes since 1.319: +3 -3 lines
Diff to previous 1.319 (colored)

Fix vnetid range

0 and 4095 are reserved IDs as per 802.1Q and vlan(4), setting them will
fail.

OK denis

Revision 1.319 / (download) - annotate - [select for diffs], Sat Sep 8 15:21:03 2018 UTC (5 years, 8 months ago) by phessler
Branch: MAIN
CVS Tags: OPENBSD_6_4_BASE, OPENBSD_6_4
Changes since 1.318: +6 -2 lines
Diff to previous 1.318 (colored)

Enforce that "join" and "nwid" may not be used at the same time.

OK stsp@

Revision 1.318 / (download) - annotate - [select for diffs], Wed Aug 29 13:47:19 2018 UTC (5 years, 9 months ago) by jca
Branch: MAIN
Changes since 1.317: +5 -5 lines
Diff to previous 1.317 (colored)

Better description for inet6 eui64, plus consistency tweaks

from Callum R. Davies, ok jmc@

Revision 1.317 / (download) - annotate - [select for diffs], Mon Aug 13 05:54:13 2018 UTC (5 years, 9 months ago) by jmc
Branch: MAIN
Changes since 1.316: +5 -5 lines
Diff to previous 1.316 (colored)

consistent macros;

Revision 1.316 / (download) - annotate - [select for diffs], Sun Aug 12 23:50:31 2018 UTC (5 years, 9 months ago) by ccardenas
Branch: MAIN
Changes since 1.315: +12 -2 lines
Diff to previous 1.315 (colored)

Add administrative options to LACP trunk implementation.

The trunk driver now has a new ioctl (SIOCxTRUNKOPTS), which for now only
has options for LACP:
* Mode - Active or Passive (default Active)
* Timeout - Fast or Slow (default Slow)
* System Priority - 1(high) to 65535(low) (default 32768/0x8000)
* Port Priority - 1(high) to 65535(low) (default 32768/0x8000)
* IFQ Priority - 0 to NUM_QUEUES (default 6)

At the moment, ifconfig only has options for lacpmode and lacptimeout
plumbed as those are the immediate need.

The approach taken for the options was to make them on a "trunk" vs a
"port" as what's typically seen on various NOSes (JunOS, NXOS, etc...)
as it's uncommon for a host to have one link "Passive" and the other
"Active" in a given trunk.

Just like on a NOS, when applying lacpmode or lacptimeout, the settings
are immediately applied to all existing ports in the trunk and to all
future ports brought into the trunk.

Tested by many on a plethora of NIC drivers and switches.

Ok remi@

Revision 1.315 / (download) - annotate - [select for diffs], Sun Aug 12 12:40:25 2018 UTC (5 years, 9 months ago) by jmc
Branch: MAIN
Changes since 1.314: +4 -4 lines
Diff to previous 1.314 (colored)

add missing markup;

Revision 1.314 / (download) - annotate - [select for diffs], Sat Aug 11 09:18:49 2018 UTC (5 years, 9 months ago) by benno
Branch: MAIN
Changes since 1.313: +11 -10 lines
Diff to previous 1.313 (colored)

Fix problems ofthe ifconfig argument parser with "ifconfig <if> join".
Due to the way the parsing works, you cannot have an option that
accepts strings as argument or no argument, without side effects: for
example "join <nwid>" could only join networks that did not have a
nwid identical to another ifconfig option, i.e. "join mtu" or "join
join" would not work.

Solve this by making join always require an nwid. Listing all the
configured nwids for auto-join is moved to the new option "joinlist".
Removing _all_ auto-join configuration is moved to "-joinlist".

deraadt@ likes it and ok phessler@ stsp@

Revision 1.313 / (download) - annotate - [select for diffs], Fri Aug 3 11:21:27 2018 UTC (5 years, 10 months ago) by halex
Branch: MAIN
Changes since 1.312: +5 -5 lines
Diff to previous 1.312 (colored)

document that wpakey needs a preceeding nwid OR join specification

ok phessler@

Revision 1.312 / (download) - annotate - [select for diffs], Thu Jul 19 19:16:36 2018 UTC (5 years, 10 months ago) by jmc
Branch: MAIN
Changes since 1.311: +4 -3 lines
Diff to previous 1.311 (colored)

i found a nicer way to describe -join;

Revision 1.311 / (download) - annotate - [select for diffs], Fri Jul 13 09:06:58 2018 UTC (5 years, 10 months ago) by kn
Branch: MAIN
Changes since 1.310: +6 -6 lines
Diff to previous 1.310 (colored)

Use "rtable" not "tableid" as argument name for rtable

Make rtable(4) usage documentation consistent with other programs.
This is to have `man -k ar~rtable' show the full list without having to
look for other variations of the same argument type.

OK bluhm

Revision 1.310 / (download) - annotate - [select for diffs], Fri Jul 13 05:22:34 2018 UTC (5 years, 10 months ago) by jmc
Branch: MAIN
Changes since 1.309: +32 -28 lines
Diff to previous 1.309 (colored)

- differentiate between join and nwid
- remove some duplication between them
- document -join
- sort

ok phessler

Revision 1.309 / (download) - annotate - [select for diffs], Wed Jul 11 20:18:09 2018 UTC (5 years, 10 months ago) by phessler
Branch: MAIN
Changes since 1.308: +21 -2 lines
Diff to previous 1.308 (colored)

Introduce 'auto-join' to the wifi 802.11 stack.

This allows a system to remember which ESSIDs it wants to connect to, any
relevant security configuration, and switch to it when the network we are
currently connected to is no longer available.

Works when connecting and switching between WPA2/WPA1/WEP/clear encryptions.

example hostname.if:
join home wpakey password
join work wpakey mekmitasdigoat
join open-lounge
join cafe wpakey cafe2018
join "wepnetwork" nwkey "12345"
dhcp
inet6 autoconf
up

OK stsp@ reyk@
and enthusiasm from every hackroom I've been in for the last 3 years

Revision 1.308 / (download) - annotate - [select for diffs], Sat May 5 16:52:59 2018 UTC (6 years ago) by jmc
Branch: MAIN
Changes since 1.307: +3 -3 lines
Diff to previous 1.307 (colored)

document unit value for pltime and vltime;
from paul de weerd

ok kn

Revision 1.307 / (download) - annotate - [select for diffs], Thu Apr 26 12:23:56 2018 UTC (6 years, 1 month ago) by schwarze
Branch: MAIN
Changes since 1.306: +3 -6 lines
Diff to previous 1.306 (colored)

Do not try getnetbyname(3) if gethostbyname(3) returns no result.
This is part of the project to delete /etc/networks support.
OK deraadt@

Revision 1.306 / (download) - annotate - [select for diffs], Thu Apr 26 06:58:50 2018 UTC (6 years, 1 month ago) by akoshibe
Branch: MAIN
Changes since 1.305: +9 -7 lines
Diff to previous 1.305 (colored)

Add a '-tunneldomain' ifconfig(8) option as shorthand for 'tunneldomain 0'
to be consistent with the '-rdomain' option.

Suggested by dlg
OK benno, jca, kn, phessler, jmc

Revision 1.305 / (download) - annotate - [select for diffs], Fri Mar 16 19:45:13 2018 UTC (6 years, 2 months ago) by benno
Branch: MAIN
CVS Tags: OPENBSD_6_3_BASE, OPENBSD_6_3
Changes since 1.304: +12 -4 lines
Diff to previous 1.304 (colored)

clarify what the route priority does and what defaults are used.
with suggestions from jmc and ok mpi@

Revision 1.304 / (download) - annotate - [select for diffs], Fri Feb 23 05:17:39 2018 UTC (6 years, 3 months ago) by akoshibe
Branch: MAIN
Changes since 1.303: +5 -1 lines
Diff to previous 1.303 (colored)

Add unsetrdomain() and option -rdomain to return an interface to routing
domain 0.

OK phessler, henning, deraadt, stsp, benno

Revision 1.303 / (download) - annotate - [select for diffs], Tue Feb 20 07:34:28 2018 UTC (6 years, 3 months ago) by jmc
Branch: MAIN
Changes since 1.302: +3 -4 lines
Diff to previous 1.302 (colored)

tweak previous, with some help from dlg;

Revision 1.302 / (download) - annotate - [select for diffs], Tue Feb 20 03:45:06 2018 UTC (6 years, 3 months ago) by dlg
Branch: MAIN
Changes since 1.301: +9 -1 lines
Diff to previous 1.301 (colored)

add support for toggling partitioning a vnetid into a netid and flowid

"vnetflowid" enables it on an interface, and "-vnetflowid" disables it.
a vnetid will be suffixed with + on the encap line if it an interface
reports that it is enabled.

Revision 1.301 / (download) - annotate - [select for diffs], Mon Feb 19 06:48:45 2018 UTC (6 years, 3 months ago) by jmc
Branch: MAIN
Changes since 1.300: +3 -3 lines
Diff to previous 1.300 (colored)

tweak previous;

Revision 1.300 / (download) - annotate - [select for diffs], Mon Feb 19 00:23:57 2018 UTC (6 years, 3 months ago) by dlg
Branch: MAIN
Changes since 1.299: +5 -0 lines
Diff to previous 1.299 (colored)

add support for setting and displaying whether a tunnel allows fragmentation

ifconfig will output "nodf" or "df" on tunnel interfaces that support
the ioctl., and accepts "tunneldf" and "-tunneldf" as options to
try and configure it.

Revision 1.299 / (download) - annotate - [select for diffs], Thu Feb 15 04:21:46 2018 UTC (6 years, 3 months ago) by dlg
Branch: MAIN
Changes since 1.298: +8 -2 lines
Diff to previous 1.298 (colored)

update tunnelttl to talk about the "copy" argument

Revision 1.298 / (download) - annotate - [select for diffs], Sat Feb 10 05:55:26 2018 UTC (6 years, 3 months ago) by florian
Branch: MAIN
Changes since 1.297: +19 -2 lines
Diff to previous 1.297 (colored)

ifconfig can be used to to set interface flag to not do RFC 7217.

OK naddy, sthen
man page bits input & OK jmc

Revision 1.297 / (download) - annotate - [select for diffs], Fri Feb 9 20:13:28 2018 UTC (6 years, 3 months ago) by mpi
Branch: MAIN
Changes since 1.296: +8 -2 lines
Diff to previous 1.296 (colored)

Improve documentation of protected domains.

Required by and ok otto@, ok jmc@

Revision 1.296 / (download) - annotate - [select for diffs], Thu Feb 8 17:52:24 2018 UTC (6 years, 3 months ago) by jmc
Branch: MAIN
Changes since 1.295: +4 -4 lines
Diff to previous 1.295 (colored)

tweak previous;

Revision 1.295 / (download) - annotate - [select for diffs], Thu Feb 8 13:15:32 2018 UTC (6 years, 3 months ago) by mpi
Branch: MAIN
Changes since 1.294: +9 -1 lines
Diff to previous 1.294 (colored)

Add a new '-protected' option for bridge members.

Bridge members that are part of the same protected domain, refered by
a number between 1 and 31, cannot talk to each others.  This is useful
to isolate VMs or untrusted networks at layer 2.

Members can be part of multiple protected domain making it possible to
create complex protected setups.

ok ccardenas@, claudio@, dlg@, henning@

Revision 1.294 / (download) - annotate - [select for diffs], Mon Feb 5 07:16:13 2018 UTC (6 years, 3 months ago) by jmc
Branch: MAIN
Changes since 1.293: +26 -11 lines
Diff to previous 1.293 (colored)

tweak previous;

Revision 1.293 / (download) - annotate - [select for diffs], Mon Feb 5 03:51:53 2018 UTC (6 years, 3 months ago) by henning
Branch: MAIN
Changes since 1.292: +24 -4 lines
Diff to previous 1.292 (colored)

implement an arp filter
allows arp (and rarp) requests and replies to be matched, including matching
based on the source and target host and protocol adresses, and thus control
over arp traffic and learning.
written for medical x-ray machines, but useful in many spread out L2 networks
ok claudio benno

Revision 1.292 / (download) - annotate - [select for diffs], Tue Jan 16 10:33:55 2018 UTC (6 years, 4 months ago) by mpi
Branch: MAIN
Changes since 1.291: +7 -3 lines
Diff to previous 1.291 (colored)

Recycle IFF_NOTRAILERS into IFF_STATICARP and document ownerhsip
of IFF* flags.

inputs from jmc@, ok bluhm@, visa@

Revision 1.291 / (download) - annotate - [select for diffs], Thu Nov 30 07:41:01 2017 UTC (6 years, 6 months ago) by jmc
Branch: MAIN
Changes since 1.290: +5 -5 lines
Diff to previous 1.290 (colored)

use the same macro consistently for the various carp balancing modes;

Revision 1.290 / (download) - annotate - [select for diffs], Thu Nov 30 07:37:13 2017 UTC (6 years, 6 months ago) by jmc
Branch: MAIN
Changes since 1.289: +2 -3 lines
Diff to previous 1.289 (colored)

no more arp mode for carp; from martin rettberg

Revision 1.289 / (download) - annotate - [select for diffs], Fri Nov 17 18:04:51 2017 UTC (6 years, 6 months ago) by benno
Branch: MAIN
Changes since 1.288: +5 -6 lines
Diff to previous 1.288 (colored)

replace the deletetunnel option with -tunnel
ok bluhm@

Revision 1.288 / (download) - annotate - [select for diffs], Thu Sep 14 13:02:12 2017 UTC (6 years, 8 months ago) by benno
Branch: MAIN
CVS Tags: OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.287: +17 -9 lines
Diff to previous 1.287 (colored)

clarify what inet6 autoconf does, mention and link to slaacd(8)
ok/feedback sthen@ jmc@

Revision 1.287 / (download) - annotate - [select for diffs], Fri Jun 9 01:36:05 2017 UTC (6 years, 11 months ago) by dlg
Branch: MAIN
Changes since 1.286: +5 -5 lines
Diff to previous 1.286 (colored)

turns out the case of 802.1 suffixes is significant. fix up 802.1X and Q.

pointed out by jsg@

Revision 1.286 / (download) - annotate - [select for diffs], Thu Jun 8 19:23:39 2017 UTC (6 years, 11 months ago) by tedu
Branch: MAIN
Changes since 1.285: +2 -5 lines
Diff to previous 1.285 (colored)

remove the timeslot code, it was only for now deleted T1 devices.
ok sthen

Revision 1.285 / (download) - annotate - [select for diffs], Thu Jun 8 00:46:42 2017 UTC (6 years, 11 months ago) by dlg
Branch: MAIN
Changes since 1.284: +5 -5 lines
Diff to previous 1.284 (colored)

consistently use lowercase suffixes for 802.1 things.

eg, 802.1x, 802.1q, and 802.1ad

Revision 1.284 / (download) - annotate - [select for diffs], Wed Jun 7 21:47:07 2017 UTC (6 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.283: +4 -4 lines
Diff to previous 1.283 (colored)

use the same formatting for vlan as the rest of the page; ok dlg

Revision 1.283 / (download) - annotate - [select for diffs], Wed Jun 7 09:46:32 2017 UTC (6 years, 11 months ago) by dlg
Branch: MAIN
Changes since 1.282: +37 -35 lines
Diff to previous 1.282 (colored)

update the VLAN doco.

the parameters are parent and vnetid, not vlandev and vlan. svlan(4) is
also a thing.

ok jmc@

Revision 1.282 / (download) - annotate - [select for diffs], Fri May 12 15:11:02 2017 UTC (7 years ago) by schwarze
Branch: MAIN
Changes since 1.281: +41 -41 lines
Diff to previous 1.281 (colored)

Make the markup of negative parameters consistently use .Cm;
those are command modifiers, not flags.  Inconsistency noticed
and patch sent in by Anton dot Lindqvist at gmail dot com.

Revision 1.281 / (download) - annotate - [select for diffs], Wed Apr 5 08:45:33 2017 UTC (7 years, 1 month ago) by jmc
Branch: MAIN
Changes since 1.280: +4 -4 lines
Diff to previous 1.280 (colored)

various improvements, from klemens nanni;
i've omitted hunk 3 of his diff, as what's there now is correct;

ok mikeb

Revision 1.280 / (download) - annotate - [select for diffs], Mon Mar 20 14:06:26 2017 UTC (7 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.279: +2 -67 lines
Diff to previous 1.279 (colored)

stop signposting; while here, knock out the comments;

Revision 1.279 / (download) - annotate - [select for diffs], Mon Mar 20 13:47:40 2017 UTC (7 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.278: +7 -7 lines
Diff to previous 1.278 (colored)

as suggested by mpi, be less particular documenting
where router adverts are coming from when describing autoconf;
rework the description a little;

ok mpi

Revision 1.278 / (download) - annotate - [select for diffs], Sun Mar 19 22:23:33 2017 UTC (7 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.277: +13 -14 lines
Diff to previous 1.277 (colored)

"autoconf" belongs in the inet6 section, not the global options part;
while here prefer "interface" over "ip6-interface" and show that "inet6" is
mandatory;

ok florian mpi

Revision 1.277 / (download) - annotate - [select for diffs], Tue Dec 20 13:28:51 2016 UTC (7 years, 5 months ago) by stsp
Branch: MAIN
Changes since 1.276: +8 -6 lines
Diff to previous 1.276 (colored)

Document our new WPA default settings. Discourage use of TKIP.

Revision 1.276 / (download) - annotate - [select for diffs], Mon Nov 28 10:12:50 2016 UTC (7 years, 6 months ago) by reyk
Branch: MAIN
Changes since 1.275: +7 -7 lines
Diff to previous 1.275 (colored)

Rename "flowmax" to "maxflow" and give each switch(4) ioctl a
dedicated number.  Both changes for consistency.

OK rzalamena@

Revision 1.275 / (download) - annotate - [select for diffs], Thu Oct 6 14:47:00 2016 UTC (7 years, 7 months ago) by naddy
Branch: MAIN
Changes since 1.274: +3 -3 lines
Diff to previous 1.274 (colored)

typo

Revision 1.274 / (download) - annotate - [select for diffs], Fri Sep 9 06:59:41 2016 UTC (7 years, 8 months ago) by jasper
Branch: MAIN
Changes since 1.273: +2 -2 lines
Diff to previous 1.273 (colored)

fix pasto

ok yasuoka@

Revision 1.273 / (download) - annotate - [select for diffs], Sun Sep 4 19:14:19 2016 UTC (7 years, 8 months ago) by jmc
Branch: MAIN
Changes since 1.272: +9 -7 lines
Diff to previous 1.272 (colored)

switch tweaks;

Revision 1.272 / (download) - annotate - [select for diffs], Sun Sep 4 17:36:11 2016 UTC (7 years, 8 months ago) by yasuoka
Branch: MAIN
Changes since 1.271: +50 -2 lines
Diff to previous 1.271 (colored)

Add SWITCH section for switch(4).

ok goda

Revision 1.271 / (download) - annotate - [select for diffs], Sat Sep 3 13:46:57 2016 UTC (7 years, 8 months ago) by reyk
Branch: MAIN
Changes since 1.270: +7 -2 lines
Diff to previous 1.270 (colored)

Add support for a multipoint-to-multipoint mode in vxlan(4).  In this
mode, vxlan(4) must be configured to accept any virtual network
identifier with "vnetid any" and added to a bridge(4) or switch(4).
This way the driver will dynamically learn the tunnel endpoints and
their vnetids for the responses and can be used to dynamically bridge
between VXLANs.  It is also being used in combination with switch(4)
and the OpenFlow tunnel classifiers.

With input from yasuoka@ goda@
OK deraadt@ dlg@

Revision 1.270 / (download) - annotate - [select for diffs], Wed Jun 15 19:39:33 2016 UTC (7 years, 11 months ago) by gerhard
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.269: +67 -2 lines
Diff to previous 1.269 (colored)

Add umb(4) - a driver for the Mobile Broadband Interface Model (MBIM)

The umb(4) driver provides support for USB MBIM devices.
Those devices establish connections via celluar networks such as
GPRS, UMTS, and LTE.

ok mpi@ sthen@
additional feedback from deraadt@ jmc@ stsp@ kettenis@

Revision 1.269 / (download) - annotate - [select for diffs], Tue Jun 14 20:46:26 2016 UTC (7 years, 11 months ago) by sthen
Branch: MAIN
Changes since 1.268: +4 -3 lines
Diff to previous 1.268 (colored)

llprio now affects pppoe(4) control frames as well as arp(4) and bpf(4) writes.

Revision 1.268 / (download) - annotate - [select for diffs], Fri Jun 10 20:33:29 2016 UTC (7 years, 11 months ago) by vgross
Branch: MAIN
Changes since 1.267: +6 -2 lines
Diff to previous 1.267 (colored)

Add the "llprio" field to struct ifnet, and the corresponding keyword
to ifconfig.

"llprio" allows one to set the priority of packets that do not go through
pf(4), as the case is for arp(4) or bpf(4).

ok sthen@ mikeb@

Revision 1.267 / (download) - annotate - [select for diffs], Wed Apr 6 10:07:14 2016 UTC (8 years, 1 month ago) by jsg
Branch: MAIN
Changes since 1.266: +3 -2 lines
Diff to previous 1.266 (colored)

document autoconfprivacy being the default
ok stsp@ bluhm@

Revision 1.266 / (download) - annotate - [select for diffs], Sun Feb 28 21:55:36 2016 UTC (8 years, 3 months ago) by tim
Branch: MAIN
Changes since 1.265: +3 -3 lines
Diff to previous 1.265 (colored)

Add a missing Ns macro

Revision 1.265 / (download) - annotate - [select for diffs], Wed Jan 13 09:35:45 2016 UTC (8 years, 4 months ago) by stsp
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.264: +12 -7 lines
Diff to previous 1.264 (colored)

Make 'ifconfig $if mode' a valid subcommand that works independently of
the 'media' subcommand. Allow clearing the mode with 'ifconfig $if -mode'.

This makes commands such as 'ifconfig iwn0 mode 11a' work without having
to type all of 'ifconfig iwn0 media autoselect mode 11a'.

ok sthen@ deraadt@ jmc@

Revision 1.264 / (download) - annotate - [select for diffs], Sun Dec 6 12:50:05 2015 UTC (8 years, 5 months ago) by tedu
Branch: MAIN
Changes since 1.263: +2 -10 lines
Diff to previous 1.263 (colored)

remove txpower option. only relevant to the now irrelevant wi driver.
(several other drivers misleadingly claim generic 802.11 txpower, but
do not in fact do anything. the knob is not connected to the radio.)
ok benno jsg krw reyk

Revision 1.263 / (download) - annotate - [select for diffs], Thu Dec 3 13:15:53 2015 UTC (8 years, 6 months ago) by sthen
Branch: MAIN
Changes since 1.262: +15 -9 lines
Diff to previous 1.262 (colored)

Document etherip(4) as another tunnel interface.

Revision 1.262 / (download) - annotate - [select for diffs], Mon Oct 26 09:34:50 2015 UTC (8 years, 7 months ago) by jsg
Branch: MAIN
Changes since 1.261: +6 -2 lines
Diff to previous 1.261 (colored)

Sync "ifconfig create" interface list with ifconfig -C output.
Adds pair, svlan, tap and vxlan.

Revision 1.261 / (download) - annotate - [select for diffs], Sat Oct 24 13:32:45 2015 UTC (8 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.260: +7 -5 lines
Diff to previous 1.260 (colored)

various clean up;

Revision 1.260 / (download) - annotate - [select for diffs], Sat Oct 24 10:52:05 2015 UTC (8 years, 7 months ago) by reyk
Branch: MAIN
Changes since 1.259: +29 -2 lines
Diff to previous 1.259 (colored)

Add pair(4), a vether-based virtual Ethernet driver to interconnect
rdomains and bridges on the local system.  This can be used to route
through local rdomains, to create L2 devices (like trunks) between
them, and many other things.

Discussed with many, with input from mpi@
OK sthen@ phessler@ yasuoka@ mikeb@

Revision 1.259 / (download) - annotate - [select for diffs], Sat Oct 24 08:42:57 2015 UTC (8 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.258: +3 -4 lines
Diff to previous 1.258 (colored)

normalise TUNNEL synopsis; ok dlg

Revision 1.258 / (download) - annotate - [select for diffs], Fri Oct 23 01:19:04 2015 UTC (8 years, 7 months ago) by dlg
Branch: MAIN
Changes since 1.257: +5 -2 lines
Diff to previous 1.257 (colored)

tweak the vnetid so it can be optional and therefore cleared/deleted.

the abstract vnetid is promoted to a uin32_t, and adds a SIOCDVNETID
ioctl so it can be cleared.

this is all because i set an assignment on implementing a virtual
network interface and the students got confused when vnetid 0 didnt
show up in ifconfig output.

the vnetid in the vxlan(4) protocol is optional, but the current
code confuses 0 with no vnetid being set. this makes it clear.

ok reyk@ who also simplified my diff

Revision 1.257 / (download) - annotate - [select for diffs], Tue Oct 6 17:23:21 2015 UTC (8 years, 7 months ago) by benno
Branch: MAIN
Changes since 1.256: +3 -3 lines
Diff to previous 1.256 (colored)

fix flowsrc spec, ok florian, thx ingo!

Revision 1.256 / (download) - annotate - [select for diffs], Sat Oct 3 10:44:23 2015 UTC (8 years, 8 months ago) by florian
Branch: MAIN
Changes since 1.255: +4 -4 lines
Diff to previous 1.255 (colored)

IPv6 transport for pflow data.
Input deraadt@
Bug fix & OK benno@

Revision 1.255 / (download) - annotate - [select for diffs], Fri Jul 31 15:36:15 2015 UTC (8 years, 10 months ago) by mpi
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8
Changes since 1.254: +5 -2 lines
Diff to previous 1.254 (colored)

Document acceptable values for "carpdemote", from Julien Dhaille.

ok jmc@, deraadt@

Revision 1.254 / (download) - annotate - [select for diffs], Sat Jul 25 18:07:18 2015 UTC (8 years, 10 months ago) by rzalamena
Branch: MAIN
Changes since 1.253: +53 -2 lines
Diff to previous 1.253 (colored)

Teach ifconfig(8) man page about the mpw(4) commands.

ok jmc@

Revision 1.253 / (download) - annotate - [select for diffs], Thu Mar 12 18:28:34 2015 UTC (9 years, 2 months ago) by benno
Branch: MAIN
Changes since 1.252: +3 -5 lines
Diff to previous 1.252 (colored)

automatic parent interface selection does not work anymore (see rev.
1.245 of sys/netinet/ip_carp.c), carpdev is a required argument now.
ok florian

Revision 1.252 / (download) - annotate - [select for diffs], Sat Feb 28 21:51:57 2015 UTC (9 years, 3 months ago) by bentley
Branch: MAIN
CVS Tags: OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.251: +5 -5 lines
Diff to previous 1.251 (colored)

Reduce usage of predefined strings in manpages.

Predefined strings are not very portable across troff implementations,
and they make the source much harder to read. Usually the intended
character can be written directly.

No output changes, except for two instances where the incorrect escape
was used in the first place.

tweaks + ok schwarze@

Revision 1.251 / (download) - annotate - [select for diffs], Thu Feb 5 10:30:25 2015 UTC (9 years, 3 months ago) by henning
Branch: MAIN
Changes since 1.250: +5 -1 lines
Diff to previous 1.250 (colored)

implement "ifconfig <if> -inet", removing all inet addresses
for symmetry with -inet6 mostly. ok phessler theo

Revision 1.250 / (download) - annotate - [select for diffs], Mon Feb 2 08:25:05 2015 UTC (9 years, 4 months ago) by jmc
Branch: MAIN
Changes since 1.249: +3 -3 lines
Diff to previous 1.249 (colored)

replace the wireless scan example with one showing how to select monitor
mode: the wireless pages already carry the scan example, and this one
seems a fair substitute;

the diff is from bradain foley, tweaked according to some suggestions
from stsp;

Revision 1.249 / (download) - annotate - [select for diffs], Wed Dec 3 21:30:30 2014 UTC (9 years, 6 months ago) by florian
Branch: MAIN
Changes since 1.248: +6 -4 lines
Diff to previous 1.248 (colored)

ifconfig $if inet6 autoconf sends periodic router solicitations.
input jmc@

Revision 1.248 / (download) - annotate - [select for diffs], Wed Dec 3 20:15:37 2014 UTC (9 years, 6 months ago) by florian
Branch: MAIN
Changes since 1.247: +3 -4 lines
Diff to previous 1.247 (colored)

rtsol is gone
OK deraadt@

Revision 1.247 / (download) - annotate - [select for diffs], Wed Oct 1 10:02:16 2014 UTC (9 years, 8 months ago) by mpi
Branch: MAIN
Changes since 1.246: +3 -5 lines
Diff to previous 1.246 (colored)

Remove some sl(4) references.

Revision 1.246 / (download) - annotate - [select for diffs], Sat Sep 20 20:30:18 2014 UTC (9 years, 8 months ago) by jmc
Branch: MAIN
Changes since 1.245: +10 -4 lines
Diff to previous 1.245 (colored)

provide a hint for enabling jumbo frames, since we removed it from the
driver pages;

Revision 1.245 / (download) - annotate - [select for diffs], Sat Jul 12 12:46:28 2014 UTC (9 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.244: +6 -4 lines
Diff to previous 1.244 (colored)

tweak previous;

Revision 1.244 / (download) - annotate - [select for diffs], Fri Jul 11 16:41:51 2014 UTC (9 years, 10 months ago) by henning
Branch: MAIN
Changes since 1.243: +8 -1 lines
Diff to previous 1.243 (colored)

allow IFXF_AUTOCONF6 to be set and cleared.
"ifconfig <if> inet6 autoconf" to turn it on, -autoconf to turn it off.
show AUTOCONF6 in the flags line.
-inet6 turns IFXF_AUTOCONF6 off as well.
ok stsp benno florian bluhm

Revision 1.243 / (download) - annotate - [select for diffs], Wed Jul 2 05:54:32 2014 UTC (9 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.242: +6 -5 lines
Diff to previous 1.242 (colored)

From: Gregor Best
- "delete" works in af inet by default
- priority range is 0 to 15

the "delete" portion tweaked by me
help/ok henning

Revision 1.242 / (download) - annotate - [select for diffs], Mon Jun 23 18:55:29 2014 UTC (9 years, 11 months ago) by henning
Branch: MAIN
Changes since 1.241: +3 -2 lines
Diff to previous 1.241 (colored)

first attempt at documenting NOINET6 by default and eui64 turning it on again

Revision 1.241 / (download) - annotate - [select for diffs], Tue Apr 22 10:11:32 2014 UTC (10 years, 1 month ago) by henning
Branch: MAIN
Changes since 1.240: +4 -4 lines
Diff to previous 1.240 (colored)

for consistency's sake, use the terminology from the 802.1Q standard
here too. pt out by alexey suslikov via mpi, ok reyk

Revision 1.240 / (download) - annotate - [select for diffs], Wed Feb 26 21:19:44 2014 UTC (10 years, 3 months ago) by claudio
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.239: +14 -10 lines
Diff to previous 1.239 (colored)

Try to reduce the confusion about rdomain vs rtable. More is needed but
this is a start. With input from many.

Revision 1.239 / (download) - annotate - [select for diffs], Tue Jan 21 21:27:14 2014 UTC (10 years, 4 months ago) by benno
Branch: MAIN
Changes since 1.238: +3 -4 lines
Diff to previous 1.238 (colored)

allow pflow(4) to determine the src IP address based on the route
table if flowsrc is not set. Now works with new udp checksum code.
From Nathanael Rensen (nathanael.openbsd AT list DOT polymorpheus DOT
com), tweak and ok florian@

Revision 1.238 / (download) - annotate - [select for diffs], Sun Jan 19 08:39:20 2014 UTC (10 years, 4 months ago) by schwarze
Branch: MAIN
Changes since 1.237: +2 -2 lines
Diff to previous 1.237 (colored)

Fix macro usage: ifconfig is .Nm, not .Cm.

Revision 1.237 / (download) - annotate - [select for diffs], Sun Oct 13 10:45:34 2013 UTC (10 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.236: +3 -3 lines
Diff to previous 1.236 (colored)

tweak previous;

Revision 1.236 / (download) - annotate - [select for diffs], Sun Oct 13 10:10:00 2013 UTC (10 years, 7 months ago) by reyk
Branch: MAIN
Changes since 1.235: +17 -3 lines
Diff to previous 1.235 (colored)

Import vxlan(4), the virtual extensible local area network tunnel
interface.  VXLAN is a UDP-based tunnelling protocol for overlaying
virtualized layer 2 networks over layer 3 networks. The implementation
is based on draft-mahalingam-dutt-dcops-vxlan-04 and has been tested
with other implementations in the wild.

put it in deraadt@

Revision 1.235 / (download) - annotate - [select for diffs], Fri Sep 13 14:32:52 2013 UTC (10 years, 8 months ago) by florian
Branch: MAIN
Changes since 1.234: +4 -3 lines
Diff to previous 1.234 (colored)

pflow(4) does not work without flowsrc set.
OK benno@

Revision 1.234 / (download) - annotate - [select for diffs], Fri May 31 19:56:06 2013 UTC (11 years ago) by yasuoka
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.233: +4 -4 lines
Diff to previous 1.233 (colored)

Correct the range checks in ifconfig properly for vhid, advbase and advskew.
Clarify about the ranges in the man page.

ok mpf mcbride

Revision 1.233 / (download) - annotate - [select for diffs], Thu Mar 14 11:18:37 2013 UTC (11 years, 2 months ago) by mpi
Branch: MAIN
Changes since 1.232: +2 -3 lines
Diff to previous 1.232 (colored)

tedu faith(4), suggested by todd@ some weeks ago after a submission by
dhill.

ok krw@, mikeb@, tedu@ (implicit)

Revision 1.232 / (download) - annotate - [select for diffs], Tue Mar 5 23:09:23 2013 UTC (11 years, 2 months ago) by sthen
Branch: MAIN
Changes since 1.231: +4 -4 lines
Diff to previous 1.231 (colored)

802.1x enterprise is actually supported but requires external software, so
update the manual. Pointed out by mlarkin@, ok mlarkin@ brad@ matthieu@

Revision 1.231 / (download) - annotate - [select for diffs], Wed Feb 6 22:58:18 2013 UTC (11 years, 3 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.230: +7 -2 lines
Diff to previous 1.230 (colored)

add pppx(4) interfaces to the "pppx" interface group, as done for various
other interface types. suggested/tested Mattieu Baptiste, ok dlg@ yasuoka@
giovanni@, ifconfig(8) reminder jmc@

Revision 1.230 / (download) - annotate - [select for diffs], Fri Nov 23 21:59:28 2012 UTC (11 years, 6 months ago) by sthen
Branch: MAIN
Changes since 1.229: +4 -2 lines
Diff to previous 1.229 (colored)

Mention hardmtu in the list relating to hwfeatures, suggested by jmc@

Revision 1.229 / (download) - annotate - [select for diffs], Mon Aug 27 19:41:19 2012 UTC (11 years, 9 months ago) by jmc
Branch: MAIN
Changes since 1.228: +7 -5 lines
Diff to previous 1.228 (colored)

correct the description of VLAN_MTU; from brad smith
ok sthen haesbaert

while here, knock out a useless .Pp, and provide a section number for
an Xr;

Revision 1.228 / (download) - annotate - [select for diffs], Thu May 31 17:50:59 2012 UTC (12 years ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_2_BASE, OPENBSD_5_2
Changes since 1.227: +6 -9 lines
Diff to previous 1.227 (colored)

Clarify issues del (bridge command) vs delete (IP address command);
documentation not fixed after ifconfig/brconfig merge
spotted by Pieter Verberne
ok camield

Revision 1.227 / (download) - annotate - [select for diffs], Sun Mar 18 23:37:08 2012 UTC (12 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.226: +9 -4 lines
Diff to previous 1.226 (colored)

clarify the nwkey text; requested by Doug Fordham
ok jsg

Revision 1.226 / (download) - annotate - [select for diffs], Thu Feb 2 12:34:37 2012 UTC (12 years, 4 months ago) by benno
Branch: MAIN
CVS Tags: OPENBSD_5_1_BASE, OPENBSD_5_1
Changes since 1.225: +10 -2 lines
Diff to previous 1.225 (colored)

add netflow v9/ipfix support to pflow(4).
large parts written by Florian Obser (florian -at- narrans -dot- de).
feedback from sperreault@ gollo@ sthen@
ok from gollo@ dlg@ henning@

Revision 1.225 / (download) - annotate - [select for diffs], Sun Dec 4 06:26:10 2011 UTC (12 years, 6 months ago) by haesbaert
Branch: MAIN
Changes since 1.224: +2 -7 lines
Diff to previous 1.224 (colored)

Cleanup recently removed flags from ifconfig.c and its manpage.

ok jmc@ mikeb@

Revision 1.224 / (download) - annotate - [select for diffs], Sun Nov 27 19:55:18 2011 UTC (12 years, 6 months ago) by haesbaert
Branch: MAIN
Changes since 1.223: +1 -8 lines
Diff to previous 1.223 (colored)

Manpage bits for the recent changes in vlan(4) prio handling.

ok jmc henning sthen claudio

Revision 1.223 / (download) - annotate - [select for diffs], Wed Nov 2 20:01:59 2011 UTC (12 years, 7 months ago) by haesbaert
Branch: MAIN
Changes since 1.222: +28 -2 lines
Diff to previous 1.222 (colored)

Properly document hwfeatures.

ok jcm@ henning@

Revision 1.222 / (download) - annotate - [select for diffs], Wed Nov 2 08:13:39 2011 UTC (12 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.221: +4 -4 lines
Diff to previous 1.221 (colored)

this list is sorted alphabetically;

Revision 1.221 / (download) - annotate - [select for diffs], Wed Nov 2 02:03:47 2011 UTC (12 years, 7 months ago) by haesbaert
Branch: MAIN
Changes since 1.220: +4 -2 lines
Diff to previous 1.220 (colored)

Expose if_capabilities to userland so that ifconfig can display the
device hardware features.
Tune ifconfig to show them with 'hwfeatures' argument.
While here, kill some old unused capabilities and respect 80 columns
in brconfig.h.

ok mcbride@, henning@, mpf@.

Revision 1.220 / (download) - annotate - [select for diffs], Tue Oct 25 11:39:07 2011 UTC (12 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.219: +4 -3 lines
Diff to previous 1.219 (colored)

document some limits of "group-name"; from Steffen Daode Nurpmeso
ok henning

Revision 1.219 / (download) - annotate - [select for diffs], Sat Jul 9 08:44:54 2011 UTC (12 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_0_BASE, OPENBSD_5_0
Changes since 1.218: +3 -3 lines
Diff to previous 1.218 (colored)

tweak previous;

Revision 1.218 / (download) - annotate - [select for diffs], Sat Jul 9 00:45:40 2011 UTC (12 years, 10 months ago) by henning
Branch: MAIN
Changes since 1.217: +3 -38 lines
Diff to previous 1.217 (colored)

rmove rotten netatalk bits

Revision 1.217 / (download) - annotate - [select for diffs], Mon Jun 27 12:55:21 2011 UTC (12 years, 11 months ago) by camield
Branch: MAIN
Changes since 1.216: +6 -10 lines
Diff to previous 1.216 (colored)

vlan parent devices do not have to be physical, and they can be
changed on the fly now.

ok sthen deraadt

Revision 1.216 / (download) - annotate - [select for diffs], Sun Mar 13 21:24:20 2011 UTC (13 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.215: +6 -6 lines
Diff to previous 1.215 (colored)

consistently use "Wake on LAN (WoL)"; i don;t care if anyone wants to
change that, but let's keep it consistent;

ok stsp

Revision 1.215 / (download) - annotate - [select for diffs], Sun Mar 13 16:11:06 2011 UTC (13 years, 2 months ago) by stsp
Branch: MAIN
Changes since 1.214: +3 -3 lines
Diff to previous 1.214 (colored)

s/can be/are/ in previous; from jmc

Revision 1.214 / (download) - annotate - [select for diffs], Sun Mar 13 15:31:41 2011 UTC (13 years, 2 months ago) by stsp
Branch: MAIN
Changes since 1.213: +12 -2 lines
Diff to previous 1.213 (colored)

Add a way to enable/disable Wake On LAN with ifconfig.
ok deraadt

Revision 1.213 / (download) - annotate - [select for diffs], Thu Feb 17 08:32:29 2011 UTC (13 years, 3 months ago) by camield
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.212: +10 -8 lines
Diff to previous 1.212 (colored)

Clarify that ifconfig tries to show interface groups before type "groups".

ok henning jmc miod

Revision 1.212 / (download) - annotate - [select for diffs], Thu Dec 23 08:54:59 2010 UTC (13 years, 5 months ago) by jmc
Branch: MAIN
Changes since 1.211: +3 -3 lines
Diff to previous 1.211 (colored)

spelling fixes; from Daniel Dickman

Revision 1.211 / (download) - annotate - [select for diffs], Mon Nov 1 05:24:58 2010 UTC (13 years, 7 months ago) by deraadt
Branch: MAIN
Changes since 1.210: +9 -39 lines
Diff to previous 1.210 (colored)

add support for (full length only) hex keys to the wpakey code.  for the
remainder of the 4.8->4.9 transition, alias wpapsk to wpakey (since
it swings both ways)
ok damien halex tedu

Revision 1.210 / (download) - annotate - [select for diffs], Mon Oct 18 22:30:29 2010 UTC (13 years, 7 months ago) by halex
Branch: MAIN
Changes since 1.209: +21 -3 lines
Diff to previous 1.209 (colored)

document the new wpakey option
prodded by deraadt@
"tweak previous" expected... ;-)

Revision 1.209 / (download) - annotate - [select for diffs], Sun Aug 8 20:36:58 2010 UTC (13 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.208: +3 -3 lines
Diff to previous 1.208 (colored)

get the mark up for `|' correct;

Revision 1.208 / (download) - annotate - [select for diffs], Sun Jul 18 15:37:37 2010 UTC (13 years, 10 months ago) by jmc
Branch: MAIN
Changes since 1.207: +22 -22 lines
Diff to previous 1.207 (colored)

get the markup right for [-]command

Revision 1.207 / (download) - annotate - [select for diffs], Fri Jul 16 16:10:20 2010 UTC (13 years, 10 months ago) by jmc
Branch: MAIN
Changes since 1.206: +27 -9 lines
Diff to previous 1.206 (colored)

fix up the mini synopses in the subsections; fix from ingo

Revision 1.206 / (download) - annotate - [select for diffs], Thu Jul 8 06:54:51 2010 UTC (13 years, 10 months ago) by jmc
Branch: MAIN
Changes since 1.205: +4 -3 lines
Diff to previous 1.205 (colored)

802.1X is unsupported; from Christopher Zimmermann (tweaked
version of his diff to tech@ committed);

Revision 1.205 / (download) - annotate - [select for diffs], Tue Jun 29 21:28:38 2010 UTC (13 years, 11 months ago) by reyk
Branch: MAIN
Changes since 1.204: +3 -2 lines
Diff to previous 1.204 (colored)

Replace enc(4) with a new implementation as a cloner device.  We still
create enc0 by default, but it is possible to add additional enc
interfaces.  This will be used later to allow alternative encs per
policy or to have an enc per rdomain when IPsec becomes rdomain-aware.

manpage bits ok jmc@
input from henning@ deraadt@ toby@ naddy@
ok henning@ claudio@

Revision 1.204 / (download) - annotate - [select for diffs], Sun Jun 27 21:03:59 2010 UTC (13 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.203: +5 -5 lines
Diff to previous 1.203 (colored)

tweak previous; ok claudio

Revision 1.203 / (download) - annotate - [select for diffs], Sat Jun 26 19:51:12 2010 UTC (13 years, 11 months ago) by claudio
Branch: MAIN
Changes since 1.202: +21 -1 lines
Diff to previous 1.202 (colored)

Add a way to enable and set the keepalive parameters for gre(4).
OK deraadt, reyk

Revision 1.202 / (download) - annotate - [select for diffs], Fri May 28 13:23:43 2010 UTC (14 years ago) by jmc
Branch: MAIN
Changes since 1.201: +4 -4 lines
Diff to previous 1.201 (colored)

tweak previous;

Revision 1.201 / (download) - annotate - [select for diffs], Fri May 28 12:20:06 2010 UTC (14 years ago) by claudio
Branch: MAIN
Changes since 1.200: +7 -2 lines
Diff to previous 1.200 (colored)

Add mpls/-mpls commands to enable MPLS label switching on an interface.

Revision 1.200 / (download) - annotate - [select for diffs], Fri May 7 06:17:34 2010 UTC (14 years ago) by claudio
Branch: MAIN
Changes since 1.199: +3 -2 lines
Diff to previous 1.199 (colored)

Add faith(4) to the list of clonable devices even though it is not enbaled
by default. Diff by J.C. Roberts

Revision 1.199 / (download) - annotate - [select for diffs], Mon Apr 12 01:26:29 2010 UTC (14 years, 1 month ago) by tedu
Branch: MAIN
Changes since 1.198: +24 -40 lines
Diff to previous 1.198 (colored)

a little more tidying and excess word reduction.  ok jmc

Revision 1.198 / (download) - annotate - [select for diffs], Sun Apr 11 18:03:06 2010 UTC (14 years, 1 month ago) by jmc
Branch: MAIN
Changes since 1.197: +2 -1 lines
Diff to previous 1.197 (colored)

use .Pp to split up this huge text chunk;

Revision 1.197 / (download) - annotate - [select for diffs], Sun Apr 11 17:56:44 2010 UTC (14 years, 1 month ago) by jmc
Branch: MAIN
Changes since 1.196: +2 -3 lines
Diff to previous 1.196 (colored)

fix a hack that only worked with old groff;

Revision 1.196 / (download) - annotate - [select for diffs], Sun Apr 11 17:51:30 2010 UTC (14 years, 1 month ago) by jmc
Branch: MAIN
Changes since 1.195: +31 -17 lines
Diff to previous 1.195 (colored)

make the options blurb consistent;

Revision 1.195 / (download) - annotate - [select for diffs], Sun Apr 11 17:14:37 2010 UTC (14 years, 1 month ago) by tedu
Branch: MAIN
Changes since 1.194: +43 -84 lines
Diff to previous 1.194 (colored)

reduce redundant text in several sections.  ok jmc

Revision 1.194 / (download) - annotate - [select for diffs], Tue Apr 6 14:12:10 2010 UTC (14 years, 1 month ago) by stsp
Branch: MAIN
Changes since 1.193: +31 -2 lines
Diff to previous 1.193 (colored)

Simple implementation of RFC4941, "Privacy Extensions for Stateless
Address Autoconfiguration in IPv6". For those among us who are paranoid
about broadcasting their MAC address to the IPv6 internet.

Man page help from jmc, testing by weerd, arc4random API hints from djm.

ok deraadt, claudio

Revision 1.193 / (download) - annotate - [select for diffs], Fri Apr 2 21:16:24 2010 UTC (14 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.192: +4 -3 lines
Diff to previous 1.192 (colored)

randomized mac addresses, avaliable via 'ifconfig $if lladdr random'.
Note that not all device drivers do the work of the SIOCSIFLLADDR ioctl
correctly, but this is just more reason to get them fixed.
ok beck kettenis

Revision 1.192 / (download) - annotate - [select for diffs], Mon Nov 23 19:58:10 2009 UTC (14 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.191: +11 -3 lines
Diff to previous 1.191 (colored)

rewrite the bridge "rule" option for clarity; tweaks/ok deraadt

Revision 1.191 / (download) - annotate - [select for diffs], Mon Nov 23 10:32:00 2009 UTC (14 years, 6 months ago) by deraadt
Branch: MAIN
Changes since 1.190: +5 -14 lines
Diff to previous 1.190 (colored)

correct bridge rule descriptions

Revision 1.190 / (download) - annotate - [select for diffs], Sun Nov 22 22:29:43 2009 UTC (14 years, 6 months ago) by claudio
Branch: MAIN
Changes since 1.189: +6 -6 lines
Diff to previous 1.189 (colored)

The spanning priority is conflicting with the interface priority so it
got renamed to spanpriority.

Revision 1.189 / (download) - annotate - [select for diffs], Sun Nov 22 22:01:55 2009 UTC (14 years, 6 months ago) by deraadt
Branch: MAIN
Changes since 1.188: +273 -4 lines
Diff to previous 1.188 (colored)

Move information describing the bridge and brconfig behaviour into
the relevant manual pages.  Functionality is described in the (4)
pages, controlling the functionality in ifconfig(8), and the hostname.if
gains the old bridgename.if(5) functionality.
ok claudio jmc

Revision 1.188 / (download) - annotate - [select for diffs], Sat Nov 21 15:36:49 2009 UTC (14 years, 6 months ago) by jmc
Branch: MAIN
Changes since 1.187: +7 -5 lines
Diff to previous 1.187 (colored)

tweak previous;

Revision 1.187 / (download) - annotate - [select for diffs], Sat Nov 21 14:09:40 2009 UTC (14 years, 6 months ago) by claudio
Branch: MAIN
Changes since 1.186: +10 -2 lines
Diff to previous 1.186 (colored)

Add new option tunneldomain to ifconfig to specify the routing table
to be used for sending out gre/gif encoded packets. OK deraadt@, henning@

Revision 1.186 / (download) - annotate - [select for diffs], Sun Nov 15 21:35:45 2009 UTC (14 years, 6 months ago) by jmc
Branch: MAIN
Changes since 1.185: +3 -2 lines
Diff to previous 1.185 (colored)

vether(4) interfaces can be created too; ok deraadt

Revision 1.185 / (download) - annotate - [select for diffs], Mon Nov 9 21:45:54 2009 UTC (14 years, 6 months ago) by jmc
Branch: MAIN
Changes since 1.184: +3 -2 lines
Diff to previous 1.184 (colored)

pfsync devices can be dynamically created too; from vladimir kirillov
ok henning

Revision 1.184 / (download) - annotate - [select for diffs], Thu Aug 13 19:33:13 2009 UTC (14 years, 9 months ago) by sthen
Branch: MAIN
Changes since 1.183: +2 -12 lines
Diff to previous 1.183 (colored)

remove description of link0 for vlan interfaces; this part missed when
vlan link0 was replaced with IFCAP_VLAN_HWTAGGING in 2001.

prompted by a mail from Insan Praja.  ok deraadt@

Revision 1.183 / (download) - annotate - [select for diffs], Tue Jun 23 18:48:07 2009 UTC (14 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6
Changes since 1.182: +3 -5 lines
Diff to previous 1.182 (colored)

tweak previous;

Revision 1.182 / (download) - annotate - [select for diffs], Fri Jun 19 14:05:32 2009 UTC (14 years, 11 months ago) by henning
Branch: MAIN
Changes since 1.181: +6 -7 lines
Diff to previous 1.181 (colored)

after long discussion with many...
ifconfig <if> inet6 used to print all inet6 addresses, and last not least
the installer relies on that behaviour. so don't. to turn inet6 on again
you have to assign any inet6 address or run rtsol.
nobody happy about this asymmetry, but that is the best we could come up
with for now.

Revision 1.181 / (download) - annotate - [select for diffs], Fri Jun 19 09:43:49 2009 UTC (14 years, 11 months ago) by sthen
Branch: MAIN
Changes since 1.180: +11 -1 lines
Diff to previous 1.180 (colored)

Document the defer option for pfsync(4) interfaces. ok dlg@

Revision 1.180 / (download) - annotate - [select for diffs], Fri Jun 5 06:54:25 2009 UTC (15 years ago) by jmc
Branch: MAIN
Changes since 1.179: +3 -3 lines
Diff to previous 1.179 (colored)

seperate -> separate

Revision 1.179 / (download) - annotate - [select for diffs], Fri Jun 5 04:09:15 2009 UTC (15 years ago) by claudio
Branch: MAIN
Changes since 1.178: +8 -2 lines
Diff to previous 1.178 (colored)

Document rdomain

Revision 1.178 / (download) - annotate - [select for diffs], Thu Jun 4 19:15:26 2009 UTC (15 years ago) by henning
Branch: MAIN
Changes since 1.177: +13 -2 lines
Diff to previous 1.177 (colored)

i care about theo's hydration level. make him stop whining by documenting
inet6/-inet6

Revision 1.177 / (download) - annotate - [select for diffs], Mon Feb 16 08:14:24 2009 UTC (15 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.176: +10 -6 lines
Diff to previous 1.176 (colored)

sync the wpa example with those in the driver pages, as pointed out
by damien;

Revision 1.176 / (download) - annotate - [select for diffs], Sun Feb 15 17:33:13 2009 UTC (15 years, 3 months ago) by blambert
Branch: MAIN
Changes since 1.175: +7 -3 lines
Diff to previous 1.175 (colored)

Give an example of how to use wpa-psk(8) to connect to WPA
networks in the wpapsk section of the page.

ok deraadt@ henning@

Revision 1.175 / (download) - annotate - [select for diffs], Sun Feb 15 08:34:36 2009 UTC (15 years, 3 months ago) by damien
Branch: MAIN
Changes since 1.174: +8 -24 lines
Diff to previous 1.174 (colored)

make "ifconfig if0 chan" list the channels supported by the device.
add "ifconfig if0 scan" to scan for access points or to list known
stations in Host AP mode.
remove the [-]wmm command while i'm here.  QoS is mandatory with
802.11n so there's not much point into making it an option.
fix parsing of the "powersave" command too.

discussed with deraadt@
man page hints from jmc@
display hints from sobrado@
"i like it" cnst@, grange@

Revision 1.174 / (download) - annotate - [select for diffs], Fri Feb 13 17:24:54 2009 UTC (15 years, 3 months ago) by damien
Branch: MAIN
Changes since 1.173: +3 -3 lines
Diff to previous 1.173 (colored)

Change ifconfig wpaakms default setting to `psk' instead of `psk,802.1x'.
Some supplicants will autoselect 802.1X without giving users the
possibility to choose between PSK or 802.1X.

Similarly, no longer announce `PSK with SHA-256 based KDF' AKMP (defined
in Draft 802.11w) by default in the RSN IE of beacons and probe responses
as it confuses some broken supplicants.  This kind of sacrifies security
for interoperability with shitty (but unfortunately widespread) clients
that do not follow the 802.11 standard properly.
This fixes associations from Intel PROSet on XP and also reportedly fixes
some Mac OS clients.  I will likely make `psk-sha256' configurable through
ifconfig wpaakms after the 4.5 release.

Revision 1.173 / (download) - annotate - [select for diffs], Fri Dec 12 22:09:26 2008 UTC (15 years, 5 months ago) by claudio
Branch: MAIN
Changes since 1.172: +9 -2 lines
Diff to previous 1.172 (colored)

ifconfig(8) part to make it possible to set an interface priority.
OK deraadt@

Revision 1.172 / (download) - annotate - [select for diffs], Mon Oct 20 09:58:17 2008 UTC (15 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.171: +4 -4 lines
Diff to previous 1.171 (colored)

add an example of how to scan for wireless networks, since it is not
immediately obvious from reading the main text or the wireless pages;

i killed the "ifconfig gif1 destroy" example to do this, since i want to
keep EXAMPLES relatively short, and we already provide an example of
how to create an interface;

Revision 1.171 / (download) - annotate - [select for diffs], Tue Sep 30 13:11:48 2008 UTC (15 years, 8 months ago) by deraadt
Branch: MAIN
Changes since 1.170: +5 -7 lines
Diff to previous 1.170 (colored)

compress powersleep commands into one; ok damien

Revision 1.170 / (download) - annotate - [select for diffs], Wed Sep 10 14:54:47 2008 UTC (15 years, 8 months ago) by jmc
Branch: MAIN
Changes since 1.169: +18 -11 lines
Diff to previous 1.169 (colored)

some pflow tweaks;

Revision 1.169 / (download) - annotate - [select for diffs], Tue Sep 9 14:00:51 2008 UTC (15 years, 8 months ago) by henning
Branch: MAIN
Changes since 1.168: +27 -1 lines
Diff to previous 1.168 (colored)

document pflow stuff, Joerg Goltermann <jg@osn.de> with some changes by me
(I am sure jmc will make this even betterer)

Revision 1.168 / (download) - annotate - [select for diffs], Sun Sep 7 18:58:35 2008 UTC (15 years, 8 months ago) by jmc
Branch: MAIN
Changes since 1.167: +3 -3 lines
Diff to previous 1.167 (colored)

update wireless synopsis too: nwid requires an argument, chan does not;

Revision 1.167 / (download) - annotate - [select for diffs], Sun Sep 7 18:52:15 2008 UTC (15 years, 8 months ago) by jmc
Branch: MAIN
Changes since 1.166: +2 -2 lines
Diff to previous 1.166 (colored)

nwid requires an arg; ok deraadt

Revision 1.166 / (download) - annotate - [select for diffs], Sun Sep 7 06:45:51 2008 UTC (15 years, 8 months ago) by jmc
Branch: MAIN
Changes since 1.165: +7 -5 lines
Diff to previous 1.165 (colored)

- say what "media" w/o args does
- chan argument is n, not id

Revision 1.165 / (download) - annotate - [select for diffs], Sun Sep 7 02:22:34 2008 UTC (15 years, 8 months ago) by deraadt
Branch: MAIN
Changes since 1.164: +16 -21 lines
Diff to previous 1.164 (colored)

Allow some set-style commands to have zero arguments.  If there is an
argument after that command, check if it is a keyword, and if it is,
that means the original command really has no argument. Get it?
Now.. replace -m with media (no options), and -M with chan (no options).
Try 'ifconfig -a media chan' on a wireless & ethernet machine after this.
ok henning, reyk, thanks for the comments from others

Revision 1.164 / (download) - annotate - [select for diffs], Tue Jul 29 18:20:02 2008 UTC (15 years, 10 months ago) by damien
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.163: +3 -3 lines
Diff to previous 1.163 (colored)

s/affect/assign/ in wmm option.

Revision 1.163 / (download) - annotate - [select for diffs], Sat Jul 19 15:55:07 2008 UTC (15 years, 10 months ago) by brad
Branch: MAIN
Changes since 1.162: +3 -3 lines
Diff to previous 1.162 (colored)

Correct missed capitalization of MPLS.

Revision 1.162 / (download) - annotate - [select for diffs], Sun Jun 15 20:30:54 2008 UTC (15 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.161: +23 -23 lines
Diff to previous 1.161 (colored)

put carppeer in the right place;

Revision 1.161 / (download) - annotate - [select for diffs], Sat Jun 14 21:46:22 2008 UTC (15 years, 11 months ago) by reyk
Branch: MAIN
Changes since 1.160: +22 -1 lines
Diff to previous 1.160 (colored)

add carppeer; an option to specify a different multicast address or
even the unicast address of the remote carp peer. this especially
helps when the multicast carp advertisements are causing problems in
the network (some crappy switches don't do well with multicast), there
are conflicts with VRRP, or the policy of the network does not allow
multicast (most Internet eXchange points didn't allow carped OpenBGP
routers because of the multicast advertisements).

discussed with many
ok mpf@

Revision 1.160 / (download) - annotate - [select for diffs], Wed May 7 11:57:19 2008 UTC (16 years ago) by claudio
Branch: MAIN
Changes since 1.159: +3 -7 lines
Diff to previous 1.159 (colored)

Remove references to routed.

Revision 1.159 / (download) - annotate - [select for diffs], Wed May 7 07:11:52 2008 UTC (16 years ago) by jmc
Branch: MAIN
Changes since 1.158: +22 -24 lines
Diff to previous 1.158 (colored)

put the mpe bits in the right place;

Revision 1.158 / (download) - annotate - [select for diffs], Wed May 7 02:43:45 2008 UTC (16 years ago) by pyr
Branch: MAIN
Changes since 1.157: +24 -3 lines
Diff to previous 1.157 (colored)

Document the new mpe interface and explain the appropriate commands
in ifconfig(8). The man pages reference mpls(8) which doesn't exist,
but claudio promises it will follow shortly.
a thumb up and ok from claudio@

Revision 1.157 / (download) - annotate - [select for diffs], Fri Apr 18 17:01:50 2008 UTC (16 years, 1 month ago) by damien
Branch: MAIN
Changes since 1.156: +1 -2 lines
Diff to previous 1.156 (colored)

remove wparekey from the list of 802.11 ifconfig options.

pointed out by drahn@

Revision 1.156 / (download) - annotate - [select for diffs], Wed Apr 16 19:28:42 2008 UTC (16 years, 1 month ago) by jmc
Branch: MAIN
Changes since 1.155: +4 -4 lines
Diff to previous 1.155 (colored)

- wpa-psk is section 8, not 1
- one more passphrase tweak

Revision 1.155 / (download) - annotate - [select for diffs], Wed Apr 16 18:32:15 2008 UTC (16 years, 1 month ago) by damien
Branch: MAIN
Changes since 1.154: +137 -6 lines
Diff to previous 1.154 (colored)

Kernel implementation of the 4-way handshake and group-key
handshake protocols (both supplicant and authenticator state
machines) as defined in the IEEE 802.11i standard.

Software implementation of the TKIP (Temporal Key Integrity
Protocol) and CCMP (CTR with CBC-MAC Protocol) protocols.

This diff doesn't implement any of the 802.1X authentication
protocols and thus only PSK authentication (using pre-shared
keys) is currently supported.

In concrete terms, this adds support for WPA-PSK and WPA2-PSK
protocols, both in station and hostap modes.

The following drivers are marked as WPA-capable and should
work:  bwi(4), malo(4), ral(4), iwn(4), wpi(4), ural(4),
rum(4), upgt(4), and zyd(4)

The following options have been added to ifconfig(8):
wpa, wpapsk, wpaprotos, wpaakms, wpaciphers, wpagroupcipher

wpa-psk(8) can be used to generate keys from passphrases.

tested by many@
ok deraadt@

Revision 1.154 / (download) - annotate - [select for diffs], Wed Mar 19 08:44:54 2008 UTC (16 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.153: +6 -2 lines
Diff to previous 1.153 (colored)

document "netboot" interface group;
based on a diff originally from bsd openbsd rutgers edu

Revision 1.153 / (download) - annotate - [select for diffs], Mon Feb 11 07:58:28 2008 UTC (16 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.152: +2 -2 lines
Diff to previous 1.152 (colored)

bump Mdocdate for pages committed in "febuary", necessary because
of a typo in rcs.c;

Revision 1.152 / (download) - annotate - [select for diffs], Tue Feb 5 22:57:30 2008 UTC (16 years, 3 months ago) by mpf
Branch: MAIN
Changes since 1.151: +22 -2 lines
Diff to previous 1.151 (colored)

Move carp load balancing (ARP/IP) to a simpler configuration scheme.
Instead of using the same IP on multiple interfaces, carp has to be
configured with the new "carpnodes" and "balancing" options.
 # ifconfig carp0 carpnodes 1:0,2:100,3:100 balancing ip carpdev sis0 192.168.5.50

Please note, that this is a flag day for anyone using carp balancing.
You'll need to adjust your configuration accordingly.

Addititionally this diff adds IPv6 NDP balancing support.

Tested and OK mcbride@, reyk@.
Manpage help by jmc@.

Revision 1.151 / (download) - annotate - [select for diffs], Fri Nov 9 15:07:08 2007 UTC (16 years, 6 months ago) by jmc
Branch: MAIN
Changes since 1.150: +4 -4 lines
Diff to previous 1.150 (colored)

talk about "vlan-tag" consistently; from Tero Koskinen

Revision 1.150 / (download) - annotate - [select for diffs], Sat Oct 20 15:12:51 2007 UTC (16 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.149: +5 -1 lines
Diff to previous 1.149 (colored)

document the "all" interface group; after some discussion w/ mpf and henning
diff from Okan Demirmen
ok henning

Revision 1.149 / (download) - annotate - [select for diffs], Mon Sep 3 01:24:22 2007 UTC (16 years, 9 months ago) by krw
Branch: MAIN
Changes since 1.148: +2 -2 lines
Diff to previous 1.148 (colored)

Typos from miod. 'specificed' -> 'specified' in some comments and man page.

Revision 1.148 / (download) - annotate - [select for diffs], Tue Jul 31 06:41:04 2007 UTC (16 years, 10 months ago) by pyr
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.147: +4 -4 lines
Diff to previous 1.147 (colored)

oops, forgot to include the man page tweaks from jmc@

Revision 1.147 / (download) - annotate - [select for diffs], Tue Jul 31 06:37:48 2007 UTC (16 years, 10 months ago) by pyr
Branch: MAIN
Changes since 1.146: +7 -7 lines
Diff to previous 1.146 (colored)

When setting the vlandevice without specifying a tag, infer the tag
from the interface name, this allows constructs like:
	ifconfig vlan15 vlandev smth0

ok reyk@, ``makes sense'' henning@

Revision 1.146 / (download) - annotate - [select for diffs], Tue Jun 19 06:24:28 2007 UTC (16 years, 11 months ago) by pyr
Branch: MAIN
Changes since 1.145: +7 -14 lines
Diff to previous 1.145 (colored)

Allow IPv6 addresses to use the CIDR notation too, no need for separate
prefixlen specification when using this form.
man page bits by jmc.

ok henning@, ``looks sane'' djm@.

Revision 1.145 / (download) - annotate - [select for diffs], Thu Jun 14 18:31:50 2007 UTC (16 years, 11 months ago) by reyk
Branch: MAIN
Changes since 1.144: +15 -2 lines
Diff to previous 1.144 (colored)

Add a new "rtlabel" option to ifconfig. It allows to specify a route label
which will be used for new interface routes. For example,
	ifconfig em0 10.1.1.0 255.255.255.0 rtlabel RING_1
will set the new interface address and attach the route label RING_1 to
the corresponding route.

manpage bits from jmc@
ok claudio@ henning@

Revision 1.144 / (download) - annotate - [select for diffs], Wed Jun 13 06:46:26 2007 UTC (16 years, 11 months ago) by henning
Branch: MAIN
Changes since 1.143: +7 -5 lines
Diff to previous 1.143 (colored)

allow IPv4 addresses to be specified in CIDR notation, no need for seperate
mask in that case. initially from rivo nurges <rix@estpak.ee>, but changed
quite a bit. this has annoyed me so long that I wonder why I hadn't fixed
that earlier... input & ok markus deraadt, manpage also jmc

Revision 1.143 / (download) - annotate - [select for diffs], Tue Jun 12 16:36:43 2007 UTC (16 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.142: +7 -16 lines
Diff to previous 1.142 (colored)

just because sth is an abbreviation or acronym, does not mean it's
a tradename: zap erroneous .Tn

Revision 1.142 / (download) - annotate - [select for diffs], Tue Jun 12 16:25:44 2007 UTC (16 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.141: +1 -16 lines
Diff to previous 1.141 (colored)

zap some dead AF_NS bits; ok henning

Revision 1.141 / (download) - annotate - [select for diffs], Mon Jun 4 20:05:14 2007 UTC (17 years ago) by henning
Branch: MAIN
Changes since 1.140: +4 -16 lines
Diff to previous 1.140 (colored)

more ipx, spotted by jmc

Revision 1.140 / (download) - annotate - [select for diffs], Thu May 31 19:19:44 2007 UTC (17 years ago) by jmc
Branch: MAIN
Changes since 1.139: +2 -2 lines
Diff to previous 1.139 (colored)

convert to new .Dd format;

Revision 1.139 / (download) - annotate - [select for diffs], Wed Dec 20 09:49:05 2006 UTC (17 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.138: +15 -4 lines
Diff to previous 1.138 (colored)

make a list of default interface groups;
ok grange deraadt ray(plus tweaks) henning

Revision 1.138 / (download) - annotate - [select for diffs], Sat Nov 11 08:08:10 2006 UTC (17 years, 6 months ago) by jmc
Branch: MAIN
Changes since 1.137: +1 -32 lines
Diff to previous 1.137 (colored)

EXAMPLES was getting too lengthy, so trim some of the ones that were
either obscure, bordering on the duplicate, or referring to pseudo
devices;

if you want examples for pseudo devices, put them in their
specific man page, please.

ok jcs

Revision 1.137 / (download) - annotate - [select for diffs], Fri Nov 10 20:04:24 2006 UTC (17 years, 6 months ago) by mk
Branch: MAIN
Changes since 1.136: +5 -2 lines
Diff to previous 1.136 (colored)

Add -nwid command to allow wireless interfaces to not prefer a specific
access point.  Does the same as nwid "" but since we have -nwkey for nwkey
etc. this is nice for consistency.

ok mbalmer reyk
man stuff also ok jmc

Revision 1.136 / (download) - annotate - [select for diffs], Thu Nov 9 16:08:20 2006 UTC (17 years, 6 months ago) by jmc
Branch: MAIN
Changes since 1.135: +3 -19 lines
Diff to previous 1.135 (colored)

trim SEE ALSO: there is no need to list every pseudo-device

Revision 1.135 / (download) - annotate - [select for diffs], Wed Oct 25 11:52:57 2006 UTC (17 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.134: +2 -1 lines
Diff to previous 1.134 (colored)

add pflog to list of clonable devices; ok henning

Revision 1.134 / (download) - annotate - [select for diffs], Tue Aug 29 17:22:00 2006 UTC (17 years, 9 months ago) by henning
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_4_0
Changes since 1.133: +17 -6 lines
Diff to previous 1.133 (colored)

allow a numeric argument to "carpdemote" to in-/decrease the demotion
counter by more than one. manpage help by jmc, ok mcbride mpf deraadt

Revision 1.133 / (download) - annotate - [select for diffs], Tue Jun 27 22:31:40 2006 UTC (17 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.132: +3 -3 lines
Diff to previous 1.132 (colored)

consistency fix and clip some trailing whitespace;

Revision 1.132 / (download) - annotate - [select for diffs], Tue Jun 27 20:55:51 2006 UTC (17 years, 11 months ago) by reyk
Branch: MAIN
Changes since 1.131: +35 -1 lines
Diff to previous 1.131 (colored)

add the net80211 hostap options "nwflag hidenwid" for hidden SSID mode
and "nwflag nobridge" to prevent inter-station communications.
"hidenwid" will also work with wi(4) to replace the old -E 3 option of
wicontrol.

ok damien@ jmc@

Revision 1.131 / (download) - annotate - [select for diffs], Fri Jun 23 18:06:36 2006 UTC (17 years, 11 months ago) by todd
Branch: MAIN
Changes since 1.130: +2 -2 lines
Diff to previous 1.130 (colored)

-M clarity, ok jmc@

Revision 1.130 / (download) - annotate - [select for diffs], Thu Jun 22 21:02:12 2006 UTC (17 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.129: +2 -2 lines
Diff to previous 1.129 (colored)

oops! i put -M in the wrong place;

Revision 1.129 / (download) - annotate - [select for diffs], Mon Jun 12 10:44:54 2006 UTC (17 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.128: +27 -26 lines
Diff to previous 1.128 (colored)

- make the sub-sections a little more consistent in naming
- clarify what sppp is (from reyk)

Revision 1.128 / (download) - annotate - [select for diffs], Mon Jun 12 09:48:24 2006 UTC (17 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.127: +16 -3 lines
Diff to previous 1.127 (colored)

- add the sppp options to pppoe's synopsis
- for pppoe, note that it uses the sppp framework, and point to the
sppp section for a description of those options
- for sppp, avoid referring specifically to sppp devices, as other
devices, such as pppoe, may be using these options

this after some discussion with reyk

Revision 1.127 / (download) - annotate - [select for diffs], Sun Jun 11 12:48:21 2006 UTC (17 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.126: +2 -2 lines
Diff to previous 1.126 (colored)

options are optional ;)

Revision 1.126 / (download) - annotate - [select for diffs], Sun Jun 11 12:40:30 2006 UTC (17 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.125: +447 -425 lines
Diff to previous 1.125 (colored)

split this page up into sections: it was getting too messy to read;
feedback/ok deraadt beck krw

Revision 1.125 / (download) - annotate - [select for diffs], Sat Jun 3 19:28:09 2006 UTC (18 years ago) by jmc
Branch: MAIN
Changes since 1.124: +2 -2 lines
Diff to previous 1.124 (colored)

better synopsis for -g; ok mpf

Revision 1.124 / (download) - annotate - [select for diffs], Sat Jun 3 18:56:43 2006 UTC (18 years ago) by jmc
Branch: MAIN
Changes since 1.123: +4 -4 lines
Diff to previous 1.123 (colored)

groups are specified using -g, not -m; ok mpf

Revision 1.123 / (download) - annotate - [select for diffs], Sat Jun 3 14:55:47 2006 UTC (18 years ago) by jmc
Branch: MAIN
Changes since 1.122: +3 -3 lines
Diff to previous 1.122 (colored)

kill trailing whitespace;

Revision 1.122 / (download) - annotate - [select for diffs], Fri Jun 2 19:53:12 2006 UTC (18 years ago) by mpf
Branch: MAIN
Changes since 1.121: +16 -1 lines
Diff to previous 1.121 (colored)

Introduce attributes to interface groups.
As a first user, move the global carp(4) demotion counter
into the interface group. Thus we have the possibility
to define which carp interfaces are demoted together.

Put the demotion counter into the reserved field of the carp header.
With this, we can have carp act smarter if multiple errors occur.
It now always takes over other carp peers, that are advertising
with a higher demote count.  As a side effect, we can also have
group failovers without the need of running in preempt mode.
The protocol change does not break compability with older
implementations.

Collaborative work with mcbride@

OK mcbride@, henning@

Revision 1.121 / (download) - annotate - [select for diffs], Wed May 17 12:10:16 2006 UTC (18 years ago) by jmc
Branch: MAIN
Changes since 1.120: +15 -15 lines
Diff to previous 1.120 (colored)

various fixes;

Revision 1.120 / (download) - annotate - [select for diffs], Wed May 17 03:29:55 2006 UTC (18 years ago) by reyk
Branch: MAIN
Changes since 1.119: +89 -2 lines
Diff to previous 1.119 (colored)

implement support for sppp(4) in ifconfig. have a look at the updated
manual pages pppoe(4) and sppp(4) for examples.

the spppcontrol(8) utility is not required anymore and will probably
be removed in the near future.

ok deraadt@

Revision 1.119 / (download) - annotate - [select for diffs], Wed Apr 12 14:15:03 2006 UTC (18 years, 1 month ago) by aanriot
Branch: MAIN
Changes since 1.118: +7 -1 lines
Diff to previous 1.118 (colored)

add a few words about how groups of interfaces can be used.

help and ok henning@ jmc@

Revision 1.118 / (download) - annotate - [select for diffs], Tue Feb 21 17:07:14 2006 UTC (18 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.117: +7 -5 lines
Diff to previous 1.117 (colored)

improvements from claudio:

- note that "-alias" is a synonym for "delete", and encourage the latter
- make the description of "delete" clearer

ok claudio

Revision 1.117 / (download) - annotate - [select for diffs], Mon Feb 20 08:50:44 2006 UTC (18 years, 3 months ago) by jmc
Branch: MAIN
Changes since 1.116: +2 -2 lines
Diff to previous 1.116 (colored)

bit more consistent...

Revision 1.116 / (download) - annotate - [select for diffs], Mon Feb 20 08:46:02 2006 UTC (18 years, 3 months ago) by jmc
Branch: MAIN
Changes since 1.115: +6 -3 lines
Diff to previous 1.115 (colored)

- note that "deletetunnel" is for gif(4) and gre(4) devices only
- remove some redundant text from "deletetunnel" description

help/ok claudio

Revision 1.115 / (download) - annotate - [select for diffs], Fri Jan 6 08:41:30 2006 UTC (18 years, 4 months ago) by jmc
Branch: MAIN
Changes since 1.114: +9 -9 lines
Diff to previous 1.114 (colored)

put the description of vlanprio in the correct place;

Revision 1.114 / (download) - annotate - [select for diffs], Thu Jan 5 15:00:10 2006 UTC (18 years, 5 months ago) by norby
Branch: MAIN
Changes since 1.113: +11 -1 lines
Diff to previous 1.113 (colored)

Make it possible to set a default vlan priority to a vlan interface.

ok claudio@ brad@

Revision 1.113 / (download) - annotate - [select for diffs], Thu Dec 29 19:35:12 2005 UTC (18 years, 5 months ago) by reyk
Branch: MAIN
Changes since 1.112: +3 -3 lines
Diff to previous 1.112 (colored)

mention the keywords "wireless network interface" for the -M switch;
consistency with other 802.11-specific commands descriptions.

thanks to Andreas Bihlmaier

Revision 1.112 / (download) - annotate - [select for diffs], Mon Nov 14 15:06:09 2005 UTC (18 years, 6 months ago) by henning
Branch: MAIN
Changes since 1.111: +3 -1 lines
Diff to previous 1.111 (colored)

add -descr / -description to clear the interface description, noticed todd

Revision 1.111 / (download) - annotate - [select for diffs], Wed Sep 21 21:35:17 2005 UTC (18 years, 8 months ago) by jmc
Branch: MAIN
Changes since 1.110: +4 -4 lines
Diff to previous 1.110 (colored)

put description of `dest_address' in the right place;
ok deraadt@

Revision 1.110 / (download) - annotate - [select for diffs], Tue Jun 14 03:54:31 2005 UTC (18 years, 11 months ago) by henning
Branch: MAIN
CVS Tags: OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.109: +2 -2 lines
Diff to previous 1.109 (colored)

use "egress" instead of "external" for the interface group containing the
interfaces the default route(s) point to, proposed deraadt some days ago,
ok djm deraadt

Revision 1.109 / (download) - annotate - [select for diffs], Thu Jun 9 09:05:14 2005 UTC (18 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.108: +2 -1 lines
Diff to previous 1.108 (colored)

note that nwid and essid are synonymous;
from walter goulet and clarified by reyk@

Revision 1.108 / (download) - annotate - [select for diffs], Wed Jun 8 19:03:55 2005 UTC (18 years, 11 months ago) by henning
Branch: MAIN
Changes since 1.107: +4 -8 lines
Diff to previous 1.107 (colored)

netns crap i missed earlier... damn unreliable tools

Revision 1.107 / (download) - annotate - [select for diffs], Tue Jun 7 23:12:17 2005 UTC (18 years, 11 months ago) by henning
Branch: MAIN
Changes since 1.106: +10 -3 lines
Diff to previous 1.106 (colored)

move description of the default groups to the ifconfog manpage
netintro should only give an intro, not the glory details :) theo ok

Revision 1.106 / (download) - annotate - [select for diffs], Tue May 31 20:54:38 2005 UTC (19 years ago) by jmc
Branch: MAIN
Changes since 1.105: +7 -10 lines
Diff to previous 1.105 (colored)

tidy up the trunk stuff;

Revision 1.105 / (download) - annotate - [select for diffs], Wed May 25 07:40:49 2005 UTC (19 years ago) by reyk
Branch: MAIN
Changes since 1.104: +5 -6 lines
Diff to previous 1.104 (colored)

add ifconfig -M option to replace wicontrol -L and -l for ap scanning
and node listing. wicontrol is not supported by net80211 drivers
anymore. further improvements will be done.

ok dlg@, jsg@

Revision 1.104 / (download) - annotate - [select for diffs], Tue May 24 02:45:18 2005 UTC (19 years ago) by reyk
Branch: MAIN
Changes since 1.103: +42 -1 lines
Diff to previous 1.103 (colored)

initial import of a trunking (link aggregation and link failover)
implementation. it currently supports round robin mode with link state
checking, additional modes will be added later.

ok brad@, deraadt@

Revision 1.103 / (download) - annotate - [select for diffs], Fri Apr 15 03:31:49 2005 UTC (19 years, 1 month ago) by pascoe
Branch: MAIN
Changes since 1.102: +3 -3 lines
Diff to previous 1.102 (colored)

Inconsistency between man page and code, spotted by joel@

Revision 1.102 / (download) - annotate - [select for diffs], Wed Mar 30 07:44:56 2005 UTC (19 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.101: +3 -3 lines
Diff to previous 1.101 (colored)

slightly reword lladdr description for clarity/readability;

Revision 1.101 / (download) - annotate - [select for diffs], Wed Mar 30 02:55:37 2005 UTC (19 years, 2 months ago) by tedu
Branch: MAIN
Changes since 1.100: +4 -1 lines
Diff to previous 1.100 (colored)

add lladdr command to ifconfig to set MAC address.  diffs from freebsd via
Kyunghwan KIM (prs 2117 and 2118) and Fredrik Widlund.  ok deraadt

Revision 1.100 / (download) - annotate - [select for diffs], Tue Feb 15 20:57:21 2005 UTC (19 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.99: +8 -8 lines
Diff to previous 1.99 (colored)

`tunnel' before `txpower' in the command list;

Revision 1.99 / (download) - annotate - [select for diffs], Tue Feb 15 19:45:22 2005 UTC (19 years, 3 months ago) by reyk
Branch: MAIN
Changes since 1.98: +10 -1 lines
Diff to previous 1.98 (colored)

add txpower support to ifconfig

ok bob@ robert@ danh@ and others

Revision 1.98 / (download) - annotate - [select for diffs], Thu Jan 20 17:52:53 2005 UTC (19 years, 4 months ago) by mcbride
Branch: MAIN
Changes since 1.97: +12 -12 lines
Diff to previous 1.97 (colored)

Document syncif->syncdev change. Also fix order of syncdev option
in ifconfig manpage.

Revision 1.97 / (download) - annotate - [select for diffs], Tue Dec 7 23:39:48 2004 UTC (19 years, 5 months ago) by jmc
Branch: MAIN
Changes since 1.96: +2 -2 lines
Diff to previous 1.96 (colored)

space between macro arg and punctuation;

Revision 1.96 / (download) - annotate - [select for diffs], Tue Dec 7 21:03:52 2004 UTC (19 years, 5 months ago) by mcbride
Branch: MAIN
Changes since 1.95: +13 -3 lines
Diff to previous 1.95 (colored)

Document 'carpdev'

Revision 1.95 / (download) - annotate - [select for diffs], Tue Dec 7 10:26:49 2004 UTC (19 years, 5 months ago) by jmc
Branch: MAIN
Changes since 1.94: +4 -2 lines
Diff to previous 1.94 (colored)

note that -a is the default if no params given;
`interface' is now optional;

Revision 1.94 / (download) - annotate - [select for diffs], Tue Dec 7 00:10:05 2004 UTC (19 years, 5 months ago) by deraadt
Branch: MAIN
Changes since 1.93: +2 -1 lines
Diff to previous 1.93 (colored)

default to interface printing, instead of help message.  any illegal -
option goes to usage.  initial work by ian, changed by me, ok mcbride

Revision 1.93 / (download) - annotate - [select for diffs], Wed Dec 1 22:30:53 2004 UTC (19 years, 6 months ago) by jmc
Branch: MAIN
Changes since 1.92: +2 -1 lines
Diff to previous 1.92 (colored)

not all interfaces support mtu setting;
ok tdeval@ miod@ nick@

Revision 1.92 / (download) - annotate - [select for diffs], Wed Dec 1 09:59:35 2004 UTC (19 years, 6 months ago) by jmc
Branch: MAIN
Changes since 1.91: +31 -25 lines
Diff to previous 1.91 (colored)

- sort options
- tweak pppoe stuff
- add pppoe to `create' list

ok canacar@ jaredy@

Revision 1.91 / (download) - annotate - [select for diffs], Sun Nov 28 23:39:45 2004 UTC (19 years, 6 months ago) by canacar
Branch: MAIN
Changes since 1.90: +27 -1 lines
Diff to previous 1.90 (colored)

In kernel pppoe client, a simple IPv4 only implementation.
Initial porting from NetBSD by David Berghoff.
Modified/simplified to match our sppp implementation.
ok deraadt@

Revision 1.90 / (download) - annotate - [select for diffs], Sat Nov 6 00:54:19 2004 UTC (19 years, 6 months ago) by reyk
Branch: MAIN
Changes since 1.89: +31 -1 lines
Diff to previous 1.89 (colored)

added the "bssid" command to ifconfig, an extended ieee80211
status output and the missing man page entries for ifconfig.8
(from jared).

ok deraadt@, henning@

Revision 1.89 / (download) - annotate - [select for diffs], Sun Aug 22 23:39:00 2004 UTC (19 years, 9 months ago) by jaredy
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6
Changes since 1.88: +3 -1 lines
Diff to previous 1.88 (colored)

mention where more can be learned about ifgroups

prodded by jmc, idea from Michael Knudsen

Revision 1.88 / (download) - annotate - [select for diffs], Tue Aug 3 05:36:32 2004 UTC (19 years, 10 months ago) by mcbride
Branch: MAIN
Changes since 1.87: +18 -1 lines
Diff to previous 1.87 (colored)

Allow a unicast ip address to be specified for pfsync with the 'syncpeer'
keyword. This address is used instead of the multicast address to send state
updates; this allows pairs of pfsync firewalls to protect the traffic
with IPSec.

ifconfig must be updated to match the kernel.

Revision 1.87 / (download) - annotate - [select for diffs], Wed Jul 21 14:20:57 2004 UTC (19 years, 10 months ago) by jaredy
Branch: MAIN
Changes since 1.86: +6 -3 lines
Diff to previous 1.86 (colored)

use \- for number ranges
document new timeslot command

ok alex jmc

Revision 1.86 / (download) - annotate - [select for diffs], Thu Jul 15 23:40:39 2004 UTC (19 years, 10 months ago) by jmc
Branch: MAIN
Changes since 1.85: +2 -4 lines
Diff to previous 1.85 (colored)

remove references to removed pages: clnp(4), esis(4), and iso(4);

Revision 1.85 / (download) - annotate - [select for diffs], Fri Jun 25 18:58:38 2004 UTC (19 years, 11 months ago) by pb
Branch: MAIN
Changes since 1.84: +12 -1 lines
Diff to previous 1.84 (colored)

interface groups

mcbride@ ok

Revision 1.84 / (download) - annotate - [select for diffs], Thu Jun 24 20:47:50 2004 UTC (19 years, 11 months ago) by henning
Branch: MAIN
Changes since 1.83: +2 -44 lines
Diff to previous 1.83 (colored)

iso is gone

Revision 1.83 / (download) - annotate - [select for diffs], Sun May 30 22:13:27 2004 UTC (20 years ago) by jmc
Branch: MAIN
Changes since 1.82: +2 -3 lines
Diff to previous 1.82 (colored)

interface description, tweaked by deraadt and jcs;

Revision 1.82 / (download) - annotate - [select for diffs], Sat May 29 17:54:46 2004 UTC (20 years ago) by jcs
Branch: MAIN
Changes since 1.81: +10 -1 lines
Diff to previous 1.81 (colored)

introduce SIOCSIFDESCR and SIOCGIFDESCR to maintain interface
descriptions, configurable with ifconfig

help from various, ok deraadt@

Revision 1.81 / (download) - annotate - [select for diffs], Tue May 18 10:54:07 2004 UTC (20 years ago) by otto
Branch: MAIN
Changes since 1.80: +1 -22 lines
Diff to previous 1.80 (colored)

Trailers are really wonders of the past. Remove them from man page and
usage. ok millert@

Revision 1.80 / (download) - annotate - [select for diffs], Tue Apr 27 21:13:09 2004 UTC (20 years, 1 month ago) by jmc
Branch: MAIN
Changes since 1.79: +360 -293 lines
Diff to previous 1.79 (colored)

reworking of man page and sync/update usage();

this stuff is based mostly on diffs from jared yanovich, with some stuff
from myself and otto;

ok naddy@ otto@ markus@ deraadt@

Revision 1.79 / (download) - annotate - [select for diffs], Thu Mar 18 20:52:13 2004 UTC (20 years, 2 months ago) by mcbride
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.78: +8 -1 lines
Diff to previous 1.78 (colored)

Allow the state of a carp interface to be changed explicitly.

ok markus@

Revision 1.78 / (download) - annotate - [select for diffs], Tue Jan 13 07:45:10 2004 UTC (20 years, 4 months ago) by jmc
Branch: MAIN
Changes since 1.77: +4 -3 lines
Diff to previous 1.77 (colored)

new sentence, new line;
add section number to .Xr;

Revision 1.77 / (download) - annotate - [select for diffs], Tue Jan 13 02:01:39 2004 UTC (20 years, 4 months ago) by mcbride
Branch: MAIN
Changes since 1.76: +8 -1 lines
Diff to previous 1.76 (colored)

Document ability to display all interfaces of given type by omitting unit
number.

Revision 1.76 / (download) - annotate - [select for diffs], Tue Dec 16 11:14:25 2003 UTC (20 years, 5 months ago) by jmc
Branch: MAIN
Changes since 1.75: +3 -3 lines
Diff to previous 1.75 (colored)

- s/recieve/receive
- kill whitespace at EOL

Revision 1.75 / (download) - annotate - [select for diffs], Tue Dec 16 03:29:06 2003 UTC (20 years, 5 months ago) by mcbride
Branch: MAIN
Changes since 1.74: +20 -1 lines
Diff to previous 1.74 (colored)

Document new pfsync options (syncif, -syncif and maxupd).

ok deraadt@

Revision 1.74 / (download) - annotate - [select for diffs], Mon Dec 8 09:09:03 2003 UTC (20 years, 5 months ago) by markus
Branch: MAIN
Changes since 1.73: +11 -1 lines
Diff to previous 1.73 (colored)

add IOCIFGCLONERS; ifconfig -C; from netbsd; ok henning, deraadt

Revision 1.73 / (download) - annotate - [select for diffs], Sat Dec 6 23:10:19 2003 UTC (20 years, 6 months ago) by deraadt
Branch: MAIN
Changes since 1.72: +26 -1 lines
Diff to previous 1.72 (colored)

bit more flesh to the create and destroy; thanks jmc

Revision 1.72 / (download) - annotate - [select for diffs], Wed Dec 3 13:28:36 2003 UTC (20 years, 6 months ago) by markus
Branch: MAIN
Changes since 1.71: +11 -1 lines
Diff to previous 1.71 (colored)

add support for ifconfig clone; from netbsd; ok deraadt, henning

Revision 1.71 / (download) - annotate - [select for diffs], Sun Oct 26 07:10:54 2003 UTC (20 years, 7 months ago) by mcbride
Branch: MAIN
Changes since 1.70: +2 -2 lines
Diff to previous 1.70 (colored)

"advbase" is the correct operand.

diff from Daniel Cavanagh <nofsk@vtown.com.au>

Revision 1.70 / (download) - annotate - [select for diffs], Sat Oct 18 12:26:37 2003 UTC (20 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.69: +2 -2 lines
Diff to previous 1.69 (colored)

quote a macro's args to make it expand correctly;

Revision 1.69 / (download) - annotate - [select for diffs], Sat Oct 18 00:47:02 2003 UTC (20 years, 7 months ago) by mcbride
Branch: MAIN
Changes since 1.68: +17 -15 lines
Diff to previous 1.68 (colored)

CARP documentation cleanups, mostly from jmc@

Revision 1.68 / (download) - annotate - [select for diffs], Fri Oct 17 21:04:57 2003 UTC (20 years, 7 months ago) by mcbride
Branch: MAIN
Changes since 1.67: +35 -1 lines
Diff to previous 1.67 (colored)

Common Address Redundancy Protocol

Allows multiple hosts to share an IP address, providing high availability
and load balancing.

Based on code by mickey@, with additional help from markus@
and Marco_Pfatschbacher@genua.de

ok deraadt@

Revision 1.67 / (download) - annotate - [select for diffs], Thu Jul 10 19:56:49 2003 UTC (20 years, 10 months ago) by avsm
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.66: +2 -2 lines
Diff to previous 1.66 (colored)

vlan tag is 12-bits, not 16-bits
jason@ ok

Revision 1.66 / (download) - annotate - [select for diffs], Tue Jun 3 13:16:08 2003 UTC (21 years ago) by jmc
Branch: MAIN
Changes since 1.65: +2 -3 lines
Diff to previous 1.65 (colored)

- section reorder
- some mdoc fixes

Revision 1.65 / (download) - annotate - [select for diffs], Mon Jun 2 20:06:15 2003 UTC (21 years ago) by millert
Branch: MAIN
Changes since 1.64: +2 -6 lines
Diff to previous 1.64 (colored)

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999.  Proofed by myself and Theo.

Revision 1.64 / (download) - annotate - [select for diffs], Wed Mar 12 20:12:36 2003 UTC (21 years, 2 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.63: +2 -2 lines
Diff to previous 1.63 (colored)

more .Li

Revision 1.63 / (download) - annotate - [select for diffs], Wed Mar 12 09:02:01 2003 UTC (21 years, 2 months ago) by mickey
Branch: MAIN
Changes since 1.62: +5 -1 lines
Diff to previous 1.62 (colored)

document setting ipx frame type; from ianm@cit.uws.edu.au

Revision 1.62 / (download) - annotate - [select for diffs], Mon Feb 3 17:46:56 2003 UTC (21 years, 4 months ago) by jmc
Branch: MAIN
Changes since 1.61: +3 -3 lines
Diff to previous 1.61 (colored)

typos;
ipsecadm(8): examples ho@
	     help and ok markus@

Revision 1.61 / (download) - annotate - [select for diffs], Thu Dec 12 13:41:25 2002 UTC (21 years, 5 months ago) by mpech
Branch: MAIN
Changes since 1.60: +2 -2 lines
Diff to previous 1.60 (colored)

Missing 'Cm'. From <andrushock@korovino.net>

Revision 1.60 / (download) - annotate - [select for diffs], Fri Nov 22 10:25:32 2002 UTC (21 years, 6 months ago) by fgsch
Branch: MAIN
Changes since 1.59: +1 -1 lines
Diff to previous 1.59 (colored)

dsetination -> destination; from Yasholomew Yashinski.

Revision 1.59 / (download) - annotate - [select for diffs], Thu Nov 14 02:57:27 2002 UTC (21 years, 6 months ago) by deraadt
Branch: MAIN
Changes since 1.58: +7 -7 lines
Diff to previous 1.58 (colored)

use $ or # before commands in examples

Revision 1.58 / (download) - annotate - [select for diffs], Fri Jun 14 09:14:24 2002 UTC (21 years, 11 months ago) by itojun
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.57: +6 -1 lines
Diff to previous 1.57 (colored)

manpage for eui64

Revision 1.57 / (download) - annotate - [select for diffs], Sun Jun 9 08:13:06 2002 UTC (21 years, 11 months ago) by todd
Branch: MAIN
Changes since 1.56: +2 -2 lines
Diff to previous 1.56 (colored)

rm trailing whitespace

Revision 1.56 / (download) - annotate - [select for diffs], Wed Jun 5 06:33:30 2002 UTC (22 years ago) by jsyn
Branch: MAIN
Changes since 1.55: +4 -2 lines
Diff to previous 1.55 (colored)

clarify nwkey usage; ok millert@

Revision 1.55 / (download) - annotate - [select for diffs], Mon Apr 8 09:12:36 2002 UTC (22 years, 1 month ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.54: +9 -3 lines
Diff to previous 1.54 (colored)

more details to media and mediaopt; miod ok

Revision 1.54 / (download) - annotate - [select for diffs], Sat Feb 23 22:07:20 2002 UTC (22 years, 3 months ago) by millert
Branch: MAIN
Changes since 1.53: +59 -4 lines
Diff to previous 1.53 (colored)

Add support for nwkey and powersave; from NetBSD

Revision 1.53 / (download) - annotate - [select for diffs], Thu Dec 13 20:16:48 2001 UTC (22 years, 5 months ago) by mpech
Branch: MAIN
Changes since 1.52: +13 -8 lines
Diff to previous 1.52 (colored)

o) start new sentence on a new line;
o) wrap long lines;
o) fix bogus .Xr usage;
o) we don't like blank lines;
o) always close .Bl tags;
o) OpenBSD -> .Ox;
o) don't like .Pp before .Ss;

millert@ ok;

Revision 1.52 / (download) - annotate - [select for diffs], Sat Sep 15 18:06:56 2001 UTC (22 years, 8 months ago) by mickey
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.51: +5 -1 lines
Diff to previous 1.51 (colored)

add mtu description, from Phil Pennock <Phil.Pennock@globnix.org>

Revision 1.51 / (download) - annotate - [select for diffs], Wed May 2 06:44:23 2001 UTC (23 years, 1 month ago) by itojun
Branch: MAIN
Changes since 1.50: +13 -7 lines
Diff to previous 1.50 (colored)

implement "deletetunnel" (removes tunnel outer IP address pair)
rename "giftunnel" intto "tunnel", to reduce diffs with netbsd.
(giftunnel is still usable for backward compat)

markus and niels ok'ed.

Revision 1.50 / (download) - annotate - [select for diffs], Thu Jan 18 04:46:03 2001 UTC (23 years, 4 months ago) by itojun
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.49: +2 -2 lines
Diff to previous 1.49 (colored)

permit prefixlen against inet address, like:
# ifconfig fxp0 10.0.0.1 prefixlen 23

Revision 1.49 / (download) - annotate - [select for diffs], Sat Dec 30 21:56:43 2000 UTC (23 years, 5 months ago) by angelos
Branch: MAIN
Changes since 1.48: +1 -74 lines
Diff to previous 1.48 (colored)

Remove the dstsa/srcsa/clearsa directives, the bridge will be using
the gif interface instead.

Revision 1.48 / (download) - annotate - [select for diffs], Tue Oct 17 21:56:06 2000 UTC (23 years, 7 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.47: +4 -4 lines
Diff to previous 1.47 (colored)

We use ARP for all Ethernet speeds.
Pointed out by Hans Guenter Weigand <hgw@d1906.inka.de>.
ok aaron@

Revision 1.47 / (download) - annotate - [select for diffs], Tue Aug 1 16:13:23 2000 UTC (23 years, 10 months ago) by jakob
Branch: MAIN
Changes since 1.46: +1 -2 lines
Diff to previous 1.46 (colored)

remove duplicate Xr

Revision 1.46 / (download) - annotate - [select for diffs], Sun Jun 18 19:16:47 2000 UTC (23 years, 11 months ago) by provos
Branch: MAIN
Changes since 1.45: +2 -2 lines
Diff to previous 1.45 (colored)

routes on down interfaces are disabled

Revision 1.45 / (download) - annotate - [select for diffs], Sun Jun 18 18:06:47 2000 UTC (23 years, 11 months ago) by niklas
Branch: MAIN
Changes since 1.44: +3 -1 lines
Diff to previous 1.44 (colored)

Xr hostname.if

Revision 1.44 / (download) - annotate - [select for diffs], Tue May 23 05:02:43 2000 UTC (24 years ago) by deraadt
Branch: MAIN
Changes since 1.43: +6 -1 lines
Diff to previous 1.43 (colored)

doc nwid; imain@ymir.netidea.com

Revision 1.43 / (download) - annotate - [select for diffs], Wed Apr 26 19:03:46 2000 UTC (24 years, 1 month ago) by chris
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.42: +53 -1 lines
Diff to previous 1.42 (colored)

if_vlan support

Revision 1.42 / (download) - annotate - [select for diffs], Wed Apr 12 21:47:58 2000 UTC (24 years, 1 month ago) by aaron
Branch: MAIN
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (colored)

Trailing whitespace begone!

Revision 1.41 / (download) - annotate - [select for diffs], Wed Mar 29 06:56:24 2000 UTC (24 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.40: +1 -5 lines
Diff to previous 1.40 (colored)

gifconfig died an early death

Revision 1.40 / (download) - annotate - [select for diffs], Thu Mar 23 21:39:56 2000 UTC (24 years, 2 months ago) by aaron
Branch: MAIN
Changes since 1.39: +3 -2 lines
Diff to previous 1.39 (colored)

More pedantic man page formatting insanity, lalala

Revision 1.39 / (download) - annotate - [select for diffs], Sat Mar 18 22:55:57 2000 UTC (24 years, 2 months ago) by aaron
Branch: MAIN
Changes since 1.38: +57 -38 lines
Diff to previous 1.38 (colored)

Remove hard sentence breaks, and some other cleanup along the way.

Revision 1.38 / (download) - annotate - [select for diffs], Mon Jan 17 03:02:14 2000 UTC (24 years, 4 months ago) by mickey
Branch: MAIN
Changes since 1.37: +5 -1 lines
Diff to previous 1.37 (colored)

insert giftunnel synopsis line, which would provide some clue how it's used for post-gifconfig users; angelos@ ok

Revision 1.37 / (download) - annotate - [select for diffs], Sat Jan 15 23:56:24 2000 UTC (24 years, 4 months ago) by angelos
Branch: MAIN
Changes since 1.36: +10 -1 lines
Diff to previous 1.36 (colored)

Add "giftunnel" keyword, obsoleting gifconfig(8).

Revision 1.36 / (download) - annotate - [select for diffs], Sat Jan 15 20:11:14 2000 UTC (24 years, 4 months ago) by angelos
Branch: MAIN
Changes since 1.35: +80 -80 lines
Diff to previous 1.35 (colored)

Order flags alphabetically.

Revision 1.35 / (download) - annotate - [select for diffs], Sat Jan 15 19:47:01 2000 UTC (24 years, 4 months ago) by angelos
Branch: MAIN
Changes since 1.34: +9 -3 lines
Diff to previous 1.34 (colored)

Update.

Revision 1.34 / (download) - annotate - [select for diffs], Mon Jan 10 01:52:37 2000 UTC (24 years, 4 months ago) by deraadt
Branch: MAIN
Changes since 1.33: +2 -1 lines
Diff to previous 1.33 (colored)

Xr gifconfig

Revision 1.33 / (download) - annotate - [select for diffs], Mon Dec 27 04:30:50 1999 UTC (24 years, 5 months ago) by angelos
Branch: MAIN
Changes since 1.32: +3 -2 lines
Diff to previous 1.32 (colored)

Better document clearsa behaviour.

Revision 1.32 / (download) - annotate - [select for diffs], Mon Dec 27 04:19:42 1999 UTC (24 years, 5 months ago) by angelos
Branch: MAIN
Changes since 1.31: +33 -4 lines
Diff to previous 1.31 (colored)

Handle srcsa/clearsa, and rename setsa to dstsa.

Revision 1.31 / (download) - annotate - [select for diffs], Mon Dec 27 03:25:19 1999 UTC (24 years, 5 months ago) by angelos
Branch: MAIN
Changes since 1.30: +30 -1 lines
Diff to previous 1.30 (colored)

Document setsa flag.

Revision 1.30 / (download) - annotate - [select for diffs], Wed Dec 8 23:53:13 1999 UTC (24 years, 5 months ago) by aaron
Branch: MAIN
Changes since 1.29: +13 -10 lines
Diff to previous 1.29 (colored)

- Document -alias.
- More reference to inet6.
- Misc cleanup, but should revisit this file later.

Revision 1.29 / (download) - annotate - [select for diffs], Wed Dec 8 07:45:30 1999 UTC (24 years, 6 months ago) by itojun
Branch: MAIN
Changes since 1.28: +25 -2 lines
Diff to previous 1.28 (colored)

IPv6-enabled ifconfig from KAME.
it now loops through all the aliases on interfaces.
KAME_SCOPEID will be enabled when get{addr,name}info(3) are replaced with
KAME code.

Revision 1.28 / (download) - annotate - [select for diffs], Thu Sep 23 22:42:11 1999 UTC (24 years, 8 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.27: +3 -3 lines
Diff to previous 1.27 (colored)

TX; imain@netidea.com

Revision 1.27 / (download) - annotate - [select for diffs], Sun Jul 4 18:59:39 1999 UTC (24 years, 11 months ago) by aaron
Branch: MAIN
Changes since 1.26: +1 -3 lines
Diff to previous 1.26 (colored)

trash some old leftover macros and replace them with -mdoc macros

Revision 1.26 / (download) - annotate - [select for diffs], Sat Jul 3 02:11:07 1999 UTC (24 years, 11 months ago) by aaron
Branch: MAIN
Changes since 1.25: +1 -2 lines
Diff to previous 1.25 (colored)

remove redundant .Pp macros

Revision 1.25 / (download) - annotate - [select for diffs], Fri Jul 2 20:11:46 1999 UTC (24 years, 11 months ago) by aaron
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

consistent .Dd usage; proper format is: .Dd Month DD, YYYY

Revision 1.24 / (download) - annotate - [select for diffs], Fri Jun 4 02:45:17 1999 UTC (25 years ago) by aaron
Branch: MAIN
Changes since 1.23: +10 -10 lines
Diff to previous 1.23 (colored)

start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@

Revision 1.23 / (download) - annotate - [select for diffs], Sun May 23 14:11:15 1999 UTC (25 years ago) by aaron
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common
is used instead; kwesterback@home.com

Revision 1.22 / (download) - annotate - [select for diffs], Sat May 15 02:17:52 1999 UTC (25 years ago) by aaron
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

ethernet -> Ethernet, other repairs

Revision 1.21 / (download) - annotate - [select for diffs], Wed Mar 10 21:25:28 1999 UTC (25 years, 2 months ago) by pjanzen
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

fix comma splices involving 'however'

Revision 1.20 / (download) - annotate - [select for diffs], Fri Feb 26 19:31:50 1999 UTC (25 years, 3 months ago) by jason
Branch: MAIN
Changes since 1.19: +7 -2 lines
Diff to previous 1.19 (colored)

Xr brconfig

Revision 1.19 / (download) - annotate - [select for diffs], Tue Dec 15 01:20:32 1998 UTC (25 years, 5 months ago) by aaron
Branch: MAIN
Changes since 1.18: +6 -6 lines
Diff to previous 1.18 (colored)

always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net

Revision 1.18 / (download) - annotate - [select for diffs], Sat Nov 28 19:56:20 1998 UTC (25 years, 6 months ago) by aaron
Branch: MAIN
Changes since 1.17: +11 -11 lines
Diff to previous 1.17 (colored)

kill redundant .Nm macro arguments; other misc fixes

Revision 1.17 / (download) - annotate - [select for diffs], Wed Nov 11 22:19:57 1998 UTC (25 years, 6 months ago) by aaron
Branch: MAIN
Changes since 1.16: +16 -7 lines
Diff to previous 1.16 (colored)

more `` '' -> .Dq sillyness; remove redundant .Pp macros; other misc fixes

Revision 1.16 / (download) - annotate - [select for diffs], Wed Nov 4 22:36:42 1998 UTC (25 years, 7 months ago) by aaron
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

be really pedantic about punctuation following -mdoc macro'd text

Revision 1.15 / (download) - annotate - [select for diffs], Wed Sep 23 01:20:23 1998 UTC (25 years, 8 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

alphabetize SEE ALSO entries and order them numerically according to section

Revision 1.14 / (download) - annotate - [select for diffs], Thu Sep 17 04:14:53 1998 UTC (25 years, 8 months ago) by aaron
Branch: MAIN
Changes since 1.13: +6 -6 lines
Diff to previous 1.13 (colored)

sbin/ man page fixes

Revision 1.13 / (download) - annotate - [select for diffs], Thu Sep 3 23:08:09 1998 UTC (25 years, 9 months ago) by jason
Branch: MAIN
Changes since 1.12: +69 -11 lines
Diff to previous 1.12 (colored)

Documentation for ifmedia & updated ifconfig usage

Revision 1.12 / (download) - annotate - [select for diffs], Sat Aug 29 21:11:06 1998 UTC (25 years, 9 months ago) by deraadt
Branch: MAIN
Changes since 1.11: +8 -8 lines
Diff to previous 1.11 (colored)

man page repairs; aaron@ug.cs.dal.ca

Revision 1.11 / (download) - annotate - [select for diffs], Mon Jul 13 07:58:48 1998 UTC (25 years, 10 months ago) by deraadt
Branch: MAIN
Changes since 1.10: +2 -3 lines
Diff to previous 1.10 (colored)

clean Xr

Revision 1.10 / (download) - annotate - [select for diffs], Mon Jun 8 06:39:59 1998 UTC (26 years ago) by deraadt
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

typo

Revision 1.9 / (download) - annotate - [select for diffs], Tue Mar 17 08:10:19 1998 UTC (26 years, 2 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3
Changes since 1.8: +33 -1 lines
Diff to previous 1.8 (colored)

finish atalk support; merged by I.McWilliam@st.nepean.uws.edu.au

Revision 1.8 / (download) - annotate - [select for diffs], Wed Dec 31 11:16:21 1997 UTC (26 years, 5 months ago) by deraadt
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

address family; forget about this protocol family stuff for now

Revision 1.7 / (download) - annotate - [select for diffs], Wed Nov 12 22:03:01 1997 UTC (26 years, 6 months ago) by deraadt
Branch: MAIN
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored)

typos

Revision 1.6 / (download) - annotate - [select for diffs], Tue Jul 1 18:54:49 1997 UTC (26 years, 11 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_2_BASE, OPENBSD_2_2
Changes since 1.5: +11 -2 lines
Diff to previous 1.5 (colored)

split -a into -a/-A

Revision 1.5 / (download) - annotate - [select for diffs], Wed May 28 22:01:29 1997 UTC (27 years ago) by deraadt
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

doc broadcast addr better; frueauf@ira.uka.de

Revision 1.4 / (download) - annotate - [select for diffs], Fri Aug 16 09:22:40 1996 UTC (27 years, 9 months ago) by mickey
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1, OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

ipx.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Jun 23 14:30:47 1996 UTC (27 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.2: +1 -0 lines
Diff to previous 1.2 (colored)

update rcsid

Revision 1.2 / (download) - annotate - [select for diffs], Sat Jan 6 17:46:35 1996 UTC (28 years, 5 months ago) by deraadt
Branch: MAIN
Changes since 1.1: +5 -3 lines
Diff to previous 1.1 (colored)

from 4.4lite2; additional data from SIOCGIFCONF is at least sockaddr sized

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:43:35 1995 UTC (28 years, 7 months ago) by deraadt
CVS Tags: netbsd_1_1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of NetBSD tree

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 18 08:43:35 1995 UTC (28 years, 7 months ago) by deraadt
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.