The NetBSD Project

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

[BACK] Up to [cvs.NetBSD.org] / src / sbin / ifconfig

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.131: download - view: text, markup, annotated - select for diffs
Wed Sep 25 14:55:31 2024 UTC (2 months, 1 week ago) by roy
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.130: preferred, colored
Changes since revision 1.130: +6 -17 lines
ifconfig.8: -s only looks at interface link state

Revision 1.124.2.3: download - view: text, markup, annotated - select for diffs
Sat Sep 21 12:26:48 2024 UTC (2 months, 2 weeks ago) by martin
Branches: netbsd-10
Diff to: previous 1.124.2.2: preferred, colored; branchpoint 1.124: preferred, colored; next MAIN 1.125: preferred, colored
Changes since revision 1.124.2.2: +4 -4 lines
Pull up following revision(s) (requested by rin in ticket #902):

	sbin/ifconfig/carp.c: revision 1.15
	sbin/ifconfig/ifconfig.8: revision 1.125
	tests/net/carp/t_basic.sh: revision 1.9
	sys/netinet/ip_carp.c: revision 1.118
	sys/netinet/ip_carp.c: revision 1.119

Fix parser for carp state.

The state values are uppercase words INIT, BACKUP and MASTER.

Use backing device to send advertisements. Otherwise the packets originate
from the virtual MAC address, which confuses switches.

Select virtual address as sender if backing interface is anonymous.

Use correct scope for IPv6.

Don't expect the net/carp/t_basic/carp_handover_ipv6_halt_nocarpdevip
and carp_handover_ipv6_ifdown_nocarpdevip test cases to fail.  At
least on the TNF i386 and amd64 testbeds, they pass more often than
not since the commit of src/sys/netinet/ip_carp.c 1.119 by mlelstv on
2023.04.07.06.44.08.

Revision 1.124.2.2: download - view: text, markup, annotated - select for diffs
Sat Aug 24 16:42:26 2024 UTC (3 months, 1 week ago) by martin
Branches: netbsd-10
Diff to: previous 1.124.2.1: preferred, colored; branchpoint 1.124: preferred, colored
Changes since revision 1.124.2.1: +4 -4 lines
Pull up following revision(s) (requested by ozaki-r in ticket #811):

	tests/net/if_shmif/t_shmif.sh: revision 1.1
	sbin/ifconfig/ifconfig.c: revision 1.251
	sbin/ifconfig/ifconfig.8: revision 1.130
	sys/rump/net/lib/libshmif/if_shmem.c: revision 1.85
	sys/rump/net/lib/libshmif/if_shmem.c: revision 1.86
	sys/rump/net/lib/libshmif/if_shmem.c: revision 1.87
	etc/mtree/NetBSD.dist.tests: revision 1.206
	distrib/sets/lists/tests/mi: revision 1.1333
	tests/net/if_shmif/Makefile: revision 1.1
	tests/net/Makefile: revision 1.42

shmif: change behaviors about link states

- Change the link state to UP on ifconfig linkstr
  - This behavior emulates physical devices
- Change the link state to UNKNOWN on ifconfig -linkstr just in case
- Reject sending/receiving packets if the link state is DOWN
  - Permit to send/receive packets on UNKNOWN, which is required
    to unbreak some ATF tests written in C

shmif: support media

It enables to link-down shmif by ifconfig media none and link-up
again by media auto.

ifconfig: show link state on -v

We could guess it through "media" or "status" output, however, we
sometimes want to know it directly for debugging or testing.

It is shown only if the -v option is specified.
tests: add tests for shmif

The test file is placed under tests/net, not tests/rump/rumpnet,
to leverage utility functions provided for tests in there.
shmem(4): Fix typo in comment: AFT -> ATF.

Also fix grammar (if I understood correctly what this meant: rump
servers written in C, rather than set up via shell scripts around
rump_server invoking ifconfig).

No functional change intended.

Revision 1.130: download - view: text, markup, annotated - select for diffs
Tue Aug 20 08:18:24 2024 UTC (3 months, 2 weeks ago) by ozaki-r
Branches: MAIN
Diff to: previous 1.129: preferred, colored
Changes since revision 1.129: +4 -4 lines
ifconfig: show link state on -v

We could guess it through "media" or "status" output, however, we
sometimes want to know it directly for debugging or testing.

It is shown only if the -v option is specified.

Revision 1.124.2.1: download - view: text, markup, annotated - select for diffs
Thu Apr 18 16:26:47 2024 UTC (7 months, 2 weeks ago) by martin
Branches: netbsd-10
Diff to: previous 1.124: preferred, colored
Changes since revision 1.124: +37 -2 lines
Pull up following revision(s) (requested by andvar in ticket #660):

	sbin/ifconfig/ifconfig.8: revision 1.126
	sbin/ifconfig/ifconfig.8: revision 1.127
	sbin/ifconfig/ifconfig.8: revision 1.128
	sbin/ifconfig/ifconfig.8: revision 1.129

Added documents about parameters related to lagg(4)
PR misc/58125

Correct a very minor typo (s/id/is/)

ifconfig(8): move laggportpri next to laggport

Update the date of the documentation to reflect recent changes.

Revision 1.129: download - view: text, markup, annotated - select for diffs
Mon Apr 8 20:28:34 2024 UTC (7 months, 3 weeks ago) by andvar
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs
Diff to: previous 1.128: preferred, colored
Changes since revision 1.128: +2 -2 lines
Update the date of the documentation to reflect recent changes.

Revision 1.128: download - view: text, markup, annotated - select for diffs
Mon Apr 8 12:32:57 2024 UTC (7 months, 3 weeks ago) by uwe
Branches: MAIN
Diff to: previous 1.127: preferred, colored
Changes since revision 1.127: +8 -8 lines
ifconfig(8): move laggportpri next to laggport

Revision 1.127: download - view: text, markup, annotated - select for diffs
Mon Apr 8 09:25:25 2024 UTC (7 months, 4 weeks ago) by kre
Branches: MAIN
Diff to: previous 1.126: preferred, colored
Changes since revision 1.126: +2 -2 lines

Correct a very minor typo (s/id/is/)

Revision 1.126: download - view: text, markup, annotated - select for diffs
Mon Apr 8 04:29:52 2024 UTC (7 months, 4 weeks ago) by yamaguchi
Branches: MAIN
Diff to: previous 1.125: preferred, colored
Changes since revision 1.125: +36 -1 lines
Added documents about parameters related to lagg(4)

PR misc/58125

Revision 1.125: download - view: text, markup, annotated - select for diffs
Sun Mar 26 01:04:16 2023 UTC (20 months, 1 week ago) by mlelstv
Branches: MAIN
Diff to: previous 1.124: preferred, colored
Changes since revision 1.124: +4 -4 lines
Fix parser for carp state.
The state values are uppercase words INIT, BACKUP and MASTER.

Revision 1.124: download - view: text, markup, annotated - select for diffs
Fri Nov 25 08:41:05 2022 UTC (2 years ago) by knakahara
Branches: MAIN
CVS tags: netbsd-10-base, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1
Branch point for: netbsd-10
Diff to: previous 1.123: preferred, colored
Changes since revision 1.123: +6 -2 lines
ifconfig(8) support unnumbered flag.

Revision 1.123: download - view: text, markup, annotated - select for diffs
Fri Jan 7 10:17:39 2022 UTC (2 years, 10 months ago) by bad
Branches: MAIN
Diff to: previous 1.122: preferred, colored
Changes since revision 1.122: +2 -1 lines
mention ifmcstat(8) in SEE ALSO.

Revision 1.122: download - view: text, markup, annotated - select for diffs
Tue Mar 9 14:39:43 2021 UTC (3 years, 8 months ago) by christos
Branches: MAIN
CVS tags: cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Diff to: previous 1.121: preferred, colored
Changes since revision 1.121: +10 -2 lines
PR/50933: Uwe Toenjes: Document hardware limitations

Revision 1.121: download - view: text, markup, annotated - select for diffs
Tue Sep 29 08:52:11 2020 UTC (4 years, 2 months ago) by msaitoh
Branches: MAIN
Diff to: previous 1.120: preferred, colored
Changes since revision 1.120: +10 -2 lines
Add [-]eee and [-]vlan-hwfilter.

Revision 1.120: download - view: text, markup, annotated - select for diffs
Wed Sep 23 02:09:18 2020 UTC (4 years, 2 months ago) by roy
Branches: MAIN
Diff to: previous 1.119: preferred, colored
Changes since revision 1.119: +11 -6 lines
ifconfig: teach carrier test about ifi_link_state from SIOCGIFDATA

Because not all interfaces support media.

Revision 1.114.12.2: download - view: text, markup, annotated - select for diffs
Mon Apr 13 08:03:20 2020 UTC (4 years, 7 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.114.12.1: preferred, colored; branchpoint 1.114: preferred, colored; next MAIN 1.115: preferred, colored
Changes since revision 1.114.12.1: +13 -3 lines
Mostly merge changes from HEAD upto 20200411

Revision 1.119: download - view: text, markup, annotated - select for diffs
Mon Jul 8 03:04:15 2019 UTC (5 years, 5 months ago) by msaitoh
Branches: MAIN
CVS tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, netbsd-9-base, netbsd-9-4-RELEASE, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, netbsd-9, is-mlppp-base, is-mlppp
Diff to: previous 1.118: preferred, colored
Changes since revision 1.118: +8 -2 lines
 Add "ifconfig [-]vlan-hwtagging" to enable/disable VLAN hardware tagging
offload function. It's useful to see Ethernet frame's VLAN tag by
disabling with "ifconfig fooX -vlan-hwtagging" and "tcpdump -e -i fooX".

Revision 1.118: download - view: text, markup, annotated - select for diffs
Thu Jul 4 13:55:31 2019 UTC (5 years, 5 months ago) by wiz
Branches: MAIN
Diff to: previous 1.117: preferred, colored
Changes since revision 1.117: +2 -2 lines
Formatting nit.

Revision 1.117: download - view: text, markup, annotated - select for diffs
Thu Jul 4 02:45:45 2019 UTC (5 years, 5 months ago) by ozaki-r
Branches: MAIN
Diff to: previous 1.116: preferred, colored
Changes since revision 1.116: +6 -2 lines
Add descr,description/-descr,-description commands to ifconfig(8) to handle a description.

From t-kusaba@IIJ

Revision 1.114.12.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:05:34 2019 UTC (5 years, 5 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.114: preferred, colored
Changes since revision 1.114: +4 -62 lines
Sync with HEAD

Revision 1.114.10.2: download - view: text, markup, annotated - select for diffs
Mon Nov 26 01:52:14 2018 UTC (6 years ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.114.10.1: preferred, colored; branchpoint 1.114: preferred, colored; next MAIN 1.115: preferred, colored
Changes since revision 1.114.10.1: +3 -3 lines
Sync with HEAD, resolve a couple of conflicts

Revision 1.116: download - view: text, markup, annotated - select for diffs
Thu Nov 15 04:37:20 2018 UTC (6 years ago) by ozaki-r
Branches: MAIN
CVS tags: phil-wifi-20190609, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126
Diff to: previous 1.115: preferred, colored
Changes since revision 1.115: +3 -3 lines
Fix the format of ifconfig linkstr; it takes an argument

Revision 1.114.10.1: download - view: text, markup, annotated - select for diffs
Thu Sep 6 06:55:21 2018 UTC (6 years, 3 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.114: preferred, colored
Changes since revision 1.114: +3 -61 lines
Sync with HEAD

Resolve a couple of conflicts (result of the uimin/uimax changes)

Revision 1.115: download - view: text, markup, annotated - select for diffs
Tue Jul 31 20:54:18 2018 UTC (6 years, 4 months ago) by sevan
Branches: MAIN
CVS tags: pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906
Diff to: previous 1.114: preferred, colored
Changes since revision 1.114: +3 -61 lines
Remove ISO & XNS references which are now long gone.

Revision 1.111.2.1: download - view: text, markup, annotated - select for diffs
Fri Apr 21 16:53:13 2017 UTC (7 years, 7 months ago) by bouyer
Branches: bouyer-socketcan
Diff to: previous 1.111: preferred, colored; next MAIN 1.112: preferred, colored
Changes since revision 1.111: +23 -5 lines
Sync with HEAD

Revision 1.110.2.1: download - view: text, markup, annotated - select for diffs
Mon Mar 20 06:57:02 2017 UTC (7 years, 8 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.110: preferred, colored; next MAIN 1.111: preferred, colored
Changes since revision 1.110: +23 -5 lines
Sync with HEAD

Revision 1.114: download - view: text, markup, annotated - select for diffs
Thu Feb 16 13:51:08 2017 UTC (7 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, phil-wifi-base, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-compat-base, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, perseant-stdc-iso10646-base, perseant-stdc-iso10646, netbsd-8-base, netbsd-8-3-RELEASE, netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, netbsd-8, matt-nb8-mediatek-base, matt-nb8-mediatek, bouyer-socketcan-base1
Branch point for: phil-wifi, pgoyette-compat
Diff to: previous 1.113: preferred, colored
Changes since revision 1.113: +6 -8 lines
New sentence, new line.
Remove superfluous Oc and merge line to make it less likely to happen again.
Fix typo.

Revision 1.113: download - view: text, markup, annotated - select for diffs
Thu Feb 16 08:32:21 2017 UTC (7 years, 9 months ago) by knakahara
Branches: MAIN
Diff to: previous 1.112: preferred, colored
Changes since revision 1.112: +22 -2 lines
add man for l2tp(4).

Revision 1.112: download - view: text, markup, annotated - select for diffs
Wed Jan 18 22:07:25 2017 UTC (7 years, 10 months ago) by abhinav
Branches: MAIN
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +3 -3 lines
Fix typo: s/forwared/forwarded
Also remove full stop from the date.

Revision 1.111: download - view: text, markup, annotated - select for diffs
Sun Sep 11 22:10:47 2016 UTC (8 years, 2 months ago) by sevan
Branches: MAIN
CVS tags: pgoyette-localcount-20170107, pgoyette-localcount-20161104, localcount-20160914, bouyer-socketcan-base
Branch point for: bouyer-socketcan
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +6 -6 lines
Replace contractions & abbreviation.

Revision 1.110: download - view: text, markup, annotated - select for diffs
Thu Jan 7 11:32:21 2016 UTC (8 years, 11 months ago) by roy
Branches: MAIN
CVS tags: pgoyette-localcount-base, pgoyette-localcount-20160806, pgoyette-localcount-20160726
Branch point for: pgoyette-localcount
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +10 -2 lines
-W seconds will wait for the detached flag to clear on addresses on
interfaces marked up to allow time for the carrier to appear on the
interface.

This does not extend the -w option duration.

Revision 1.104.2.1: download - view: text, markup, annotated - select for diffs
Mon Nov 3 20:38:09 2014 UTC (10 years, 1 month ago) by msaitoh
Branches: netbsd-6
Diff to: previous 1.104: preferred, colored; next MAIN 1.105: preferred, colored
Changes since revision 1.104: +8 -2 lines
Pull up following revision(s) (requested by ozaki-r in ticket #1156):
	sbin/ifconfig/vlan.c: revision 1.14
	sbin/ifconfig/ifconfig.8: revision 1.108
	sys/net/if_vlan.c: revision 1.71
	sys/net/if_vlan.c: revision 1.73
	sys/net/if_vlan.c: revision 1.74
- PR#49114: Write about -vlanif in ifconfig.8.
  Add -vlanif to the help message of ifconfig.
- PR#49196: Leave promiscuous mode when detaching a parent (ifconfig -vlanif)
  We have to call ifpromisc(ifp, 0) for both a VLAN interface
  and its parent when they are in promiscuous mode.
- PR#49197: Delete link local addresses of a vlan interface when detaching its
  parent.
- PR#49112: Restore vlan_ioctl overwritten by ether_ifdetach in vlan_unconfig

Revision 1.106.4.2: download - view: text, markup, annotated - select for diffs
Mon Oct 27 13:42:37 2014 UTC (10 years, 1 month ago) by martin
Branches: netbsd-7
CVS tags: netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-2-RELEASE, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0
Diff to: previous 1.106.4.1: preferred, colored; branchpoint 1.106: preferred, colored; next MAIN 1.107: preferred, colored
Changes since revision 1.106.4.1: +2 -8 lines
Pull up following revision(s) (requested by roy in ticket #160):
	sbin/ifconfig/af_inet6.c: revision 1.30
	sbin/ifconfig/ifconfig.8: revision 1.109
	sys/netinet6/in6.c: revision 1.177
Remove the ability for userland to toggle IN6_IFF_TENTATIVE.
Preserve IN6_IFF_TENTATIVE when updating address flags.

Revision 1.109: download - view: text, markup, annotated - select for diffs
Mon Oct 20 14:50:09 2014 UTC (10 years, 1 month ago) by roy
Branches: MAIN
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +2 -8 lines
Remove the ability for userland to toggle IN6_IFF_TENTATIVE.
Preserve IN6_IFF_TENTATIVE when updating address flags.

Revision 1.106.4.1: download - view: text, markup, annotated - select for diffs
Mon Sep 22 10:44:37 2014 UTC (10 years, 2 months ago) by martin
Branches: netbsd-7
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +8 -2 lines
Pull up following revision(s) (requested by ozaki-r in ticket #108):
	sbin/ifconfig/vlan.c: revision 1.14
	sbin/ifconfig/ifconfig.8: revision 1.108
	sys/net/if_vlan.c: revision 1.71-1.74

Document -vlanif in ifconfig.8 and in usage measseg (PR 49114).
Leave promiscuous mode when detaching a parent (PR 49196) and
delete link local addresses (49197).
Restore vlan_ioctl overwritten by ether_ifdetach in vlan_unconfig
(PR 49112).
Call if_input of vlan interface itself, not parent one.
This allows bridging vlan interfaces again.

Revision 1.108: download - view: text, markup, annotated - select for diffs
Mon Sep 15 06:48:05 2014 UTC (10 years, 2 months ago) by ozaki-r
Branches: MAIN
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +8 -2 lines
Write about -vlanif in ifconfig.8

PR 49114

Revision 1.107: download - view: text, markup, annotated - select for diffs
Thu Sep 11 13:10:04 2014 UTC (10 years, 2 months ago) by roy
Branches: MAIN
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +15 -1 lines
Remove rtsol(8) and rtsold(8) as their functionality is in dhcpcd(8).
Remove rtsol(8) from rc.d/network.
Add -w seconds command to ifconfig to wait for N seconds for until DAD
has finished on all addresses.
Use ifconfig -w in rc.d/network instead of a forced sleep.

As discussed on tech-net@

Revision 1.104.6.1: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:02:25 2014 UTC (10 years, 3 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.104: preferred, colored; next MAIN 1.105: preferred, colored
Changes since revision 1.104: +4 -3 lines
Rebase to HEAD as of a few days ago.

Revision 1.103.4.2: download - view: text, markup, annotated - select for diffs
Thu May 22 11:37:28 2014 UTC (10 years, 6 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.103.4.1: preferred, colored; branchpoint 1.103: preferred, colored; next MAIN 1.104: preferred, colored
Changes since revision 1.103.4.1: +4 -3 lines
sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs.  ("Protocol error: too many arguments")

Revision 1.106: download - view: text, markup, annotated - select for diffs
Tue Jan 7 20:25:24 2014 UTC (10 years, 10 months ago) by degroote
Branches: MAIN
CVS tags: yamt-pagecache-base9, tls-maxphys-base, tls-earlyentropy-base, tls-earlyentropy, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, netbsd-7-base
Branch point for: netbsd-7
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +2 -1 lines
Before scanning, check if the card is up. If it is not the case, exit
with some useful error message. Add some note about this fact in the man
page too.

Revision 1.105: download - view: text, markup, annotated - select for diffs
Sat Nov 9 13:10:35 2013 UTC (11 years ago) by kefren
Branches: MAIN
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +3 -3 lines
Bring tunnel src_addr and dst_addr on the same line

Revision 1.103.4.1: download - view: text, markup, annotated - select for diffs
Tue Apr 17 00:05:40 2012 UTC (12 years, 7 months ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +8 -2 lines
sync with head

Revision 1.104: download - view: text, markup, annotated - select for diffs
Sat Jan 28 15:01:44 2012 UTC (12 years, 10 months ago) by mbalmer
Branches: MAIN
CVS tags: yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, yamt-pagecache-base5, yamt-pagecache-base4, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, netbsd-6-base, netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-1, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-6-RELEASE, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus, agc-symver-base, agc-symver
Branch point for: tls-maxphys, netbsd-6
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +8 -2 lines
When ifconfig is invoked without any arguments, display the list of
all network interfaces (equivalent to ifconfig -a), instead of displaying
the usage.  (This is consistent with the behaviour on FreeBSD and OpenBSD.)

Revision 1.103: download - view: text, markup, annotated - select for diffs
Tue May 31 16:17:30 2011 UTC (13 years, 6 months ago) by riastradh
Branches: MAIN
CVS tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, cherry-xenmp-base, cherry-xenmp
Branch point for: yamt-pagecache
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +2 -2 lines
Fix typo: `symbolically' takes three l's, not two.

Revision 1.102: download - view: text, markup, annotated - select for diffs
Mon Nov 15 22:42:37 2010 UTC (14 years ago) by pooka
Branches: MAIN
CVS tags: matt-mips64-premerge-20101231, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +9 -2 lines
Implement ifconfig linkstr as proposed on tech-net.

Revision 1.94.8.1: download - view: text, markup, annotated - select for diffs
Wed Apr 21 05:26:34 2010 UTC (14 years, 7 months ago) by matt
Branches: matt-nb5-mips64
CVS tags: matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-k15
Diff to: previous 1.94: preferred, colored; next MAIN 1.95: preferred, colored
Changes since revision 1.94: +1 -1 lines
sync to netbsd-5

Revision 1.101: download - view: text, markup, annotated - select for diffs
Mon Sep 14 10:36:49 2009 UTC (15 years, 2 months ago) by degroote
Branches: MAIN
CVS tags: matt-premerge-20091211
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +33 -1 lines
Import pfsync support from OpenBSD 4.2

Pfsync interface exposes change in the pf(4) over a pseudo-interface, and can
be used to synchronise different pf.

This work was part of my 2009 GSoC

No objection on tech-net@

Revision 1.100: download - view: text, markup, annotated - select for diffs
Fri Aug 7 20:13:12 2009 UTC (15 years, 4 months ago) by dyoung
Branches: MAIN
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +20 -4 lines
Describe the -N flag.

Revision 1.99: download - view: text, markup, annotated - select for diffs
Wed Jul 29 21:47:11 2009 UTC (15 years, 4 months ago) by hubertf
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +2 -2 lines
Add "MAC" keyword to the corresponding example.

Revision 1.94.2.2: download - view: text, markup, annotated - select for diffs
Wed Jul 29 21:46:33 2009 UTC (15 years, 4 months ago) by hubertf
Branches: netbsd-5
CVS tags: netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2-3-RELEASE, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, netbsd-5-2, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-5-RELEASE, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, matt-nb5-pq3-base, matt-nb5-pq3
Diff to: previous 1.94.2.1: preferred, colored; branchpoint 1.94: preferred, colored; next MAIN 1.95: preferred, colored
Changes since revision 1.94.2.1: +1 -1 lines
backout previous - wrong branch, thanks veego

Revision 1.94.2.1: download - view: text, markup, annotated - select for diffs
Wed Jul 29 16:50:41 2009 UTC (15 years, 4 months ago) by hubertf
Branches: netbsd-5
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +2 -2 lines
Add "MAC" keyword to the corresponding example.

Revision 1.98: download - view: text, markup, annotated - select for diffs
Thu Jul 2 18:43:47 2009 UTC (15 years, 5 months ago) by dyoung
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +2 -2 lines
Use the keyword 'MAC' so that people looking for a way to change
their MAC address can find the example.

Revision 1.97: download - view: text, markup, annotated - select for diffs
Thu Jul 2 17:45:25 2009 UTC (15 years, 5 months ago) by dyoung
Branches: MAIN
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +11 -2 lines
Deprecate wiconfig's -r, -g, -m options.  Note that equivalent
options are available in ifconfig(8).

Revision 1.94.4.1: download - view: text, markup, annotated - select for diffs
Wed May 13 19:19:02 2009 UTC (15 years, 6 months ago) by jym
Branches: jym-xensuspend
Diff to: previous 1.94: preferred, colored; next MAIN 1.95: preferred, colored
Changes since revision 1.94: +12 -6 lines
Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html

Revision 1.96: download - view: text, markup, annotated - select for diffs
Wed Apr 8 14:32:05 2009 UTC (15 years, 8 months ago) by joerg
Branches: MAIN
CVS tags: jym-xensuspend-nbase, jym-xensuspend-base
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +1 -4 lines
Remove physical markup. Remove incorrect keep, .Bk is not callable, but
used as such. It doesn't seem to serve any purpose at the point either.

Revision 1.95: download - view: text, markup, annotated - select for diffs
Fri Mar 27 19:33:22 2009 UTC (15 years, 8 months ago) by reed
Branches: MAIN
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +12 -3 lines
Point to ifmedia(4) more. And refer to -m flag to (for media).

Revision 1.92.4.1: download - view: text, markup, annotated - select for diffs
Sun Oct 5 20:11:20 2008 UTC (16 years, 2 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.92: preferred, colored; next MAIN 1.93: preferred, colored
Changes since revision 1.92: +26 -5 lines
Sync with HEAD.

Revision 1.94: download - view: text, markup, annotated - select for diffs
Tue Sep 30 09:41:41 2008 UTC (16 years, 2 months ago) by wiz
Branches: MAIN
CVS tags: netbsd-5-base, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, mjf-devfs2-base, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20091211, matt-nb4-mips64-k7-u2a-k9b, matt-mips64-base2
Branch point for: netbsd-5, matt-nb5-mips64, jym-xensuspend
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +7 -6 lines
Bump date for previous. Remove trailing whitespace.
New sentence, new line. Capitalize Ethernet.

Revision 1.93: download - view: text, markup, annotated - select for diffs
Mon Sep 29 17:28:07 2008 UTC (16 years, 2 months ago) by dyoung
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +22 -2 lines
Do not mention the 'ns' address family any longer, since that
support was removed quite a while ago.

Mention the 'link' address family.  Describe the 'active' keyword.
Add examples for adding and activating a link-layer address.

Revision 1.92.2.1: download - view: text, markup, annotated - select for diffs
Fri Feb 22 02:53:32 2008 UTC (16 years, 9 months ago) by keiichi
Branches: keiichi-mipv6
Diff to: previous 1.92: preferred, colored; next MAIN 1.93: preferred, colored
Changes since revision 1.92: +7 -1 lines
imported Mobile IPv6 code developed by the SHISA project
(http://www.mobileip.jp/).

Revision 1.91.4.1: download - view: text, markup, annotated - select for diffs
Wed Jan 9 01:38:08 2008 UTC (16 years, 11 months ago) by matt
Branches: matt-armv6
Diff to: previous 1.91: preferred, colored; next MAIN 1.92: preferred, colored
Changes since revision 1.91: +12 -2 lines
sync with HEAD

Revision 1.91.6.1: download - view: text, markup, annotated - select for diffs
Thu Dec 27 00:46:59 2007 UTC (16 years, 11 months ago) by mjf
Branches: mjf-devfs
Diff to: previous 1.91: preferred, colored; next MAIN 1.92: preferred, colored
Changes since revision 1.91: +12 -2 lines
Sync with HEAD.

Revision 1.92: download - view: text, markup, annotated - select for diffs
Sun Dec 16 13:49:22 2007 UTC (16 years, 11 months ago) by degroote
Branches: MAIN
CVS tags: yamt-pf42-baseX, yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-pf42-base, yamt-pf42, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, wrstuden-revivesa, mjf-devfs-base, matt-armv6-nbase, matt-armv6-base, keiichi-mipv6-base, hpcarm-cleanup-nbase, hpcarm-cleanup-base
Branch point for: mjf-devfs2, keiichi-mipv6
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +12 -2 lines
Add support for the command list scan in ifconfig (this command permits to scan
access point in the neighbourhood).

Complete list of channel attributes and list of management information element
payload.

While here, use estrlcpy instead of strncpy.

From FreeBSD ifconfig and net80211

Revision 1.91: download - view: text, markup, annotated - select for diffs
Tue Jun 5 11:15:15 2007 UTC (17 years, 6 months ago) by mishka
Branches: MAIN
CVS tags: matt-mips64-base, matt-mips64, matt-armv6-prevmlocking, hpcarm-cleanup, cube-autoconf-base, cube-autoconf
Branch point for: mjf-devfs, matt-armv6
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +6 -6 lines
Our VLAN implementation (as it correctly expected) is not allowed
to modify the whole VLAN tags, but it is permitted to change 12-bit
VLAN identificators only. Reflect this fact on the appropriate man
pages.

Antti Kantee and Mihai Chelaru from #netbsd-code were helpful in
better understanding of VLAN stuff. Thank you!

Revision 1.90: download - view: text, markup, annotated - select for diffs
Tue Jan 9 09:19:02 2007 UTC (17 years, 11 months ago) by dyoung
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +6 -2 lines
Let us adjust the 802.11 fragmentation threshold with ifconfig ath0
frag 256, for example.

Revision 1.89: download - view: text, markup, annotated - select for diffs
Sat Dec 23 07:41:26 2006 UTC (17 years, 11 months ago) by wiz
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +3 -3 lines
Punctuation nit, sort SEE ALSO.

Revision 1.88: download - view: text, markup, annotated - select for diffs
Sun Dec 3 11:35:07 2006 UTC (18 years ago) by wiz
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +1 -2 lines
Remove a troff command that added some empty lines to the man(1) output.

Revision 1.87: download - view: text, markup, annotated - select for diffs
Thu Nov 23 19:43:52 2006 UTC (18 years ago) by yamt
Branches: MAIN
CVS tags: wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, netbsd-4-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE, netbsd-4-0, netbsd-4
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +8 -2 lines
implement ipv6 TSO.
partly from Matthias Scheler.  tested by him.

Revision 1.86: download - view: text, markup, annotated - select for diffs
Sat Sep 16 20:15:49 2006 UTC (18 years, 2 months ago) by hubertf
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +2 -2 lines
Fix typo, noted by Nino Dehne <ndehne@gmail.com>

Revision 1.85: download - view: text, markup, annotated - select for diffs
Thu Aug 31 17:46:16 2006 UTC (18 years, 3 months ago) by dyoung
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +14 -2 lines
Add a mode to gre(4) that sends GRE tunnel packets in UDP datagrams.
Fix MOBILE encapsulation.  Add many debugging printfs (mainly
concerning UDP mode).  Clean up the gre(4) code a bit.  Add the
capability to setup UDP tunnels to ifconfig.  Update documentation.

In UDP mode, gre(4) puts a GRE header onto transmitted packets,
and hands them to a UDP socket for transmission.  That is, the
encapsulation looks like this: IP+UDP+GRE+encapsulated packet.

There are two ways to set up a UDP tunnel.  One way is to tell the
source and destination IP+port to gre(4), and let gre(4) create
the socket.  The other way to create a UDP tunnel is for userland
to "delegate" a UDP socket to the kernel.

Revision 1.84: download - view: text, markup, annotated - select for diffs
Fri Jun 30 15:51:36 2006 UTC (18 years, 5 months ago) by drochner
Branches: MAIN
CVS tags: abandoned-netbsd-4-base, abandoned-netbsd-4
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +2 -2 lines
fix an Xref

Revision 1.83: download - view: text, markup, annotated - select for diffs
Thu May 18 09:05:50 2006 UTC (18 years, 6 months ago) by liamjfoy
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +55 -1 lines
Integrate Common Address Redundancy Procotol (CARP) from OpenBSD

'pseudo-device	carp'

Thanks to: joerg@ christos@ riz@ and others who tested
Ok: core@

Revision 1.82: download - view: text, markup, annotated - select for diffs
Sat May 6 07:01:22 2006 UTC (18 years, 7 months ago) by wiz
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +2 -2 lines
Remove trailing whitespace.

Revision 1.81: download - view: text, markup, annotated - select for diffs
Sat Apr 29 21:32:29 2006 UTC (18 years, 7 months ago) by rpaulo
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +24 -2 lines
Add two new options from FreeBSD:
	hidessid | -hidessid:	SSID broadcast control
	apbridge | -apbridge:	how to pass packets between wifi clients

Revision 1.73.2.1: download - view: text, markup, annotated - select for diffs
Fri Mar 24 22:53:21 2006 UTC (18 years, 8 months ago) by riz
Branches: netbsd-3
CVS tags: netbsd-3-1-RELEASE, netbsd-3-1-RC4, netbsd-3-1-RC3, netbsd-3-1-RC2, netbsd-3-1-RC1, netbsd-3-1-1-RELEASE, netbsd-3-1
Diff to: previous 1.73: preferred, colored; next MAIN 1.74: preferred, colored
Changes since revision 1.73: +9 -4 lines
Pull up following revision(s) (requested by rpaulo in ticket #1219):
	sbin/ifconfig/ifconfig.8: revision 1.79
Explained the '-h' option.

Revision 1.80: download - view: text, markup, annotated - select for diffs
Sun Sep 11 23:37:14 2005 UTC (19 years, 2 months ago) by wiz
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +2 -2 lines
Argument is address_family, not "address family". From YOMURA Masanori in private mail.

Revision 1.79: download - view: text, markup, annotated - select for diffs
Thu Aug 11 20:56:57 2005 UTC (19 years, 3 months ago) by rpaulo
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +9 -4 lines
Explained the '-h' option.

Revision 1.78: download - view: text, markup, annotated - select for diffs
Mon May 2 15:37:06 2005 UTC (19 years, 7 months ago) by yamt
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +2 -2 lines
bump date for the previous.

Revision 1.77: download - view: text, markup, annotated - select for diffs
Mon May 2 15:35:16 2005 UTC (19 years, 7 months ago) by yamt
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +57 -29 lines
split IFCAP_CSUM_xxx to IFCAP_CSUM_xxx_Rx and IFCAP_CSUM_xxx_Tx.

Revision 1.76: download - view: text, markup, annotated - select for diffs
Fri Mar 18 14:18:06 2005 UTC (19 years, 8 months ago) by wiz
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +2 -1 lines
Link to vlan(4) too, suggested by yamt.

Revision 1.75: download - view: text, markup, annotated - select for diffs
Fri Mar 18 12:43:56 2005 UTC (19 years, 8 months ago) by wiz
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +3 -2 lines
Bump date for agr; add agr(4) to SEE ALSO.

Revision 1.74: download - view: text, markup, annotated - select for diffs
Fri Mar 18 11:11:51 2005 UTC (19 years, 8 months ago) by yamt
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +13 -1 lines
add agr(4), a pseudo network device driver for link aggregation.

Revision 1.73: download - view: text, markup, annotated - select for diffs
Sun Mar 6 00:13:36 2005 UTC (19 years, 9 months ago) by matt
Branches: MAIN
CVS tags: netbsd-3-base, netbsd-3-0-RELEASE, netbsd-3-0-RC6, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1, netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE, netbsd-3-0
Branch point for: netbsd-3
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +8 -2 lines
Add ifconfig support for TCP Segment Offload

Revision 1.72: download - view: text, markup, annotated - select for diffs
Mon Mar 1 00:19:06 2004 UTC (20 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: netbsd-2-base, netbsd-2-1-RELEASE, netbsd-2-1-RC6, netbsd-2-1-RC5, netbsd-2-1-RC4, netbsd-2-1-RC3, netbsd-2-1-RC2, netbsd-2-1-RC1, netbsd-2-1, netbsd-2-0-base, netbsd-2-0-RELEASE, netbsd-2-0-RC5, netbsd-2-0-RC4, netbsd-2-0-RC3, netbsd-2-0-RC2, netbsd-2-0-RC1, netbsd-2-0-3-RELEASE, netbsd-2-0-2-RELEASE, netbsd-2-0-1-RELEASE, netbsd-2-0, netbsd-2
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +2 -2 lines
Add an article.

Revision 1.71: download - view: text, markup, annotated - select for diffs
Mon Mar 1 00:16:24 2004 UTC (20 years, 9 months ago) by perry
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +13 -6 lines
Change "nwid" to "ssid", list "nwid" as a synonym for "ssid", and
clean up the ssid explanation a bit (including mentioning that if you
want to use a hex ssid, you precede it with a 0x, which really needed
documenting.)

Revision 1.70: download - view: text, markup, annotated - select for diffs
Sun Feb 29 23:51:05 2004 UTC (20 years, 9 months ago) by wiz
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +2 -2 lines
Drop trailing whitespace (hi perry! :) ).

Revision 1.69: download - view: text, markup, annotated - select for diffs
Sun Feb 29 23:32:51 2004 UTC (20 years, 9 months ago) by perry
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +2 -2 lines
update man page date. (hi wiz!)

Revision 1.68: download - view: text, markup, annotated - select for diffs
Sun Feb 29 23:32:15 2004 UTC (20 years, 9 months ago) by perry
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +4 -3 lines
document that if you are using a hex wep key, you need to put 0x in
front of it.

Revision 1.67: download - view: text, markup, annotated - select for diffs
Sun Feb 29 23:27:28 2004 UTC (20 years, 9 months ago) by perry
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +13 -1 lines
document "mode" -- taken from FreeBSD

Revision 1.66: download - view: text, markup, annotated - select for diffs
Thu Aug 7 10:04:24 2003 UTC (21 years, 4 months ago) by agc
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +2 -6 lines
Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22308, verified by myself.

Revision 1.65: download - view: text, markup, annotated - select for diffs
Wed Apr 16 12:55:15 2003 UTC (21 years, 7 months ago) by wiz
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +4 -15 lines
Combine no-argument options in SYNOPSIS.

Revision 1.64: download - view: text, markup, annotated - select for diffs
Sat Apr 12 01:08:28 2003 UTC (21 years, 8 months ago) by perry
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +17 -2 lines
Document the -v and -z flags.

Revision 1.63: download - view: text, markup, annotated - select for diffs
Tue Feb 25 10:34:58 2003 UTC (21 years, 9 months ago) by wiz
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +8 -8 lines
.Nm does not need a dummy argument ("") before punctuation or
for correct formatting of the SYNOPSIS any longer.

Revision 1.62: download - view: text, markup, annotated - select for diffs
Mon Sep 30 07:37:09 2002 UTC (22 years, 2 months ago) by grant
Branches: MAIN
CVS tags: fvdl_fs64_base
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +35 -18 lines
New sentence, new line.

Revision 1.61: download - view: text, markup, annotated - select for diffs
Mon Sep 30 05:42:59 2002 UTC (22 years, 2 months ago) by onoe
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +7 -2 lines
Fix the option name 'channel' to 'chan' to be consistent with the source.
Add documents for '-chan' to unset the desired channel to associate.

Revision 1.60: download - view: text, markup, annotated - select for diffs
Wed Sep 25 00:24:25 2002 UTC (22 years, 2 months ago) by wiz
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +4 -4 lines
Grammar fixes. Bump Dd for recent additions.

Revision 1.59: download - view: text, markup, annotated - select for diffs
Sun Sep 22 15:29:23 2002 UTC (22 years, 2 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +59 -35 lines
New commands:
* bssid xx:xx:xx:xx:xx:xx -- set the desired BSSID of an 802.11
  interface.
* -bssid -- unset the desired BSSID of an 802.11 interface, so
  the interface will choose automatically (default).
* channel x -- set the channel (radio frequency) of an 802.11 interface.

Current BSSID and channel are now reported in the 802.11 status
display, if supported by the interface.

Above changes from David Young <dyoung@ojctech.com>, with some slight
changes by me (use ethers(3) functions rather than hand-parsing/printing
the 802.11 address).

Document bssid/-bssid/channel, and clean up markup of parentheticals
in the manual page.

Revision 1.58: download - view: text, markup, annotated - select for diffs
Sun Sep 1 03:05:34 2002 UTC (22 years, 3 months ago) by ross
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +2 -1 lines
xref ifconfig.if(5)

Revision 1.57: download - view: text, markup, annotated - select for diffs
Tue Aug 6 19:29:35 2002 UTC (22 years, 4 months ago) by jwise
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +2 -2 lines
Fix mandoc glitch in description of `eui64' command.

Revision 1.56: download - view: text, markup, annotated - select for diffs
Fri Jun 14 09:01:59 2002 UTC (22 years, 5 months ago) by itojun
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +6 -1 lines
support "eui64" option (grab interface ID from link-local addr).
from: ww@styx.org

Revision 1.55: download - view: text, markup, annotated - select for diffs
Sun Jun 9 17:47:33 2002 UTC (22 years, 6 months ago) by itojun
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +4 -2 lines
now "ifconfig tunnel" is usable for gre too, change wording slightly

Revision 1.54: download - view: text, markup, annotated - select for diffs
Fri Nov 16 10:25:45 2001 UTC (23 years ago) by wiz
Branches: MAIN
CVS tags: netbsd-1-6-base, netbsd-1-6-RELEASE, netbsd-1-6-RC3, netbsd-1-6-RC2, netbsd-1-6-RC1, netbsd-1-6-PATCH002-RELEASE, netbsd-1-6-PATCH002-RC4, netbsd-1-6-PATCH002-RC3, netbsd-1-6-PATCH002-RC2, netbsd-1-6-PATCH002-RC1, netbsd-1-6-PATCH002, netbsd-1-6-PATCH001-RELEASE, netbsd-1-6-PATCH001-RC3, netbsd-1-6-PATCH001-RC2, netbsd-1-6-PATCH001-RC1, netbsd-1-6-PATCH001, netbsd-1-6
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +4 -4 lines
Whitespace nits

Revision 1.53: download - view: text, markup, annotated - select for diffs
Mon Sep 17 17:36:06 2001 UTC (23 years, 2 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +13 -1 lines
Add tcp4csum-rx and udp4csum-rx commands for interfaces that only
support TCP/UDP checksums on the in-bound direction.

Revision 1.52: download - view: text, markup, annotated - select for diffs
Thu Jun 21 13:36:24 2001 UTC (23 years, 5 months ago) by onoe
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +13 -1 lines
Add support of persistent key of IEEE 802.11 wireless LAN card.
Currently, only Aironet ("an") driver/card can be used.
     nwkey persist   (IEEE 802.11 devices only) Enable WEP encryption for IEEE
                     802.11-based wireless network interfaces with the persis-
                     tent key written in the network card.
     nwkey persist:key
                     (IEEE 802.11 devices only) Write the key to the persis-
                     tent memory of the network card, and enable WEP encryp-
                     tion for IEEE 802.11-based wireless network interfaces
                     with the key.

Revision 1.51: download - view: text, markup, annotated - select for diffs
Tue Jun 5 11:22:45 2001 UTC (23 years, 6 months ago) by wiz
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +2 -2 lines
Drop arguments of .Os.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Sat Jun 2 16:17:06 2001 UTC (23 years, 6 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +31 -1 lines
Implement support for IP/TCP/UDP checksum offloading provided by
network interfaces.  This works by pre-computing the pseudo-header
checksum and caching it, delaying the actual checksum to ip_output()
if the hardware cannot perform the sum for us.  In-bound checksums
can either be fully-checked by hardware, or summed up for final
verification by software.  This method was modeled after how this
is done in FreeBSD, although the code is significantly different in
most places.

We don't delay checksums for IPv6/TCP, but we do take advantage of the
cached pseudo-header checksum.

Note: hardware-assisted checksumming defaults to "off".  It is
enabled with ifconfig(8).  See the manual page for details.

Implement hardware-assisted checksumming on the DP83820 Gigabit Ethernet,
3c90xB/3c90xC 10/100 Ethernet, and Alteon Tigon/Tigon2 Gigabit Ethernet.

Revision 1.32.4.10: download - view: text, markup, annotated - select for diffs
Tue May 1 11:07:30 2001 UTC (23 years, 7 months ago) by he
Branches: netbsd-1-5
CVS tags: netbsd-1-5-PATCH003, netbsd-1-5-PATCH002, netbsd-1-5-PATCH001
Diff to: previous 1.32.4.9: preferred, colored; branchpoint 1.32: preferred, colored; next MAIN 1.33: preferred, colored
Changes since revision 1.32.4.9: +1 -8 lines
Pull up revision 1.49 (requested by itojun):
  Make ``-A'' the default, so that IPv4 aliases are printed.
  Always print mac address.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Sat Apr 28 04:11:10 2001 UTC (23 years, 7 months ago) by itojun
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +1 -8 lines
make -A a default.  present MAC adderss on all ifconfig operations.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Fri Apr 27 09:08:44 2001 UTC (23 years, 7 months ago) by itojun
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +8 -2 lines
allow ifconfig to take "deprecated" and "-deprecated" for IPv6.  sync with kame

sync usage() with reality.  take "up" and "down" outside of "[af ...],
as "up" and "down" are independent from interface address configuration.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Wed Jan 17 06:07:32 2001 UTC (23 years, 10 months ago) by itojun
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -2 lines
support "prefixlen n" for IPv4 too.

Revision 1.32.4.9: download - view: text, markup, annotated - select for diffs
Sun Dec 31 20:13:57 2000 UTC (23 years, 11 months ago) by jhawk
Branches: netbsd-1-5
Diff to: previous 1.32.4.8: preferred, colored; branchpoint 1.32: preferred, colored
Changes since revision 1.32.4.8: +40 -0 lines
Pull up revision 1.43 (requested by bouyer):
	Add support for 802.1Q virtual LANs.

Revision 1.32.4.8: download - view: text, markup, annotated - select for diffs
Sun Dec 31 17:57:36 2000 UTC (23 years, 11 months ago) by jhawk
Branches: netbsd-1-5
Diff to: previous 1.32.4.7: preferred, colored; branchpoint 1.32: preferred, colored
Changes since revision 1.32.4.7: +12 -0 lines
Pull up revision 1.34, 1.38 (requested by bouyer):
  Support cloning of network pseudo-interfaces.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Tue Dec 12 20:22:45 2000 UTC (23 years, 11 months ago) by onoe
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +3 -3 lines
powersavesleep requires argument

Revision 1.45: download - view: text, markup, annotated - select for diffs
Tue Dec 12 04:08:40 2000 UTC (23 years, 11 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +10 -1 lines
Add powersave, -powersave, and powersavesleep to manipulate 802.11
power management parameters.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Wed Oct 18 07:27:11 2000 UTC (24 years, 1 month ago) by kleink
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +3 -3 lines
Don't make references to _10Mb/s_ Ethernet where not appropriate; from
Christian Weisgerber.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Wed Sep 27 23:00:24 2000 UTC (24 years, 2 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +41 -1 lines
Add vlan(4) support.  From Andy Doran <ad@netbsd.org>.

Revision 1.32.4.7: download - view: text, markup, annotated - select for diffs
Sun Aug 13 17:52:42 2000 UTC (24 years, 3 months ago) by wiz
Branches: netbsd-1-5
CVS tags: netbsd-1-5-RELEASE, netbsd-1-5-BETA2, netbsd-1-5-BETA
Diff to: previous 1.32.4.6: preferred, colored; branchpoint 1.32: preferred, colored
Changes since revision 1.32.4.6: +5 -4 lines
Pull up 1.41 -> 1.42 (approved by thorpej):
	add two letters in strategically important places, and replace
	one ifconfig by .Nm

Revision 1.42: download - view: text, markup, annotated - select for diffs
Sun Aug 13 17:17:26 2000 UTC (24 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +5 -4 lines
add two letters in strategically important places, and replace one
ifconfig by .Nm

Revision 1.32.4.6: download - view: text, markup, annotated - select for diffs
Fri Jul 21 18:59:14 2000 UTC (24 years, 4 months ago) by onoe
Branches: netbsd-1-5
CVS tags: netbsd-1-5-ALPHA2
Diff to: previous 1.32.4.5: preferred, colored; branchpoint 1.32: preferred, colored
Changes since revision 1.32.4.5: +10 -3 lines
Pullup 802.11 stuff (approved by jhawk)
- clarify the restriction for nwid/nwkey, add supported hardwares.
	basesrc/sbin/ifconfig/ifconfig.8		1.40-1.41
	saresrc/share/man/man4/awi.4			1.9
	saresrc/share/man/man4/wi.4			1.11

Revision 1.32.4.5: download - view: text, markup, annotated - select for diffs
Fri Jul 21 18:55:57 2000 UTC (24 years, 4 months ago) by onoe
Branches: netbsd-1-5
Diff to: previous 1.32.4.4: preferred, colored; branchpoint 1.32: preferred, colored
Changes since revision 1.32.4.4: +24 -1 lines
Pullup 802.11 stuff (approved by jhawk)
- add support for nwkey to ifconfig
	basesrc/sbin/ifconfig/ifconfig.c		1.88
	basesrc/sbin/ifconfig/ifconfig.8		1.39
	syssrc/sys/dev/ic/awi.c				1.26
	syssrc/sys/dev/ic/awi_wep.c			1.3
	syssrc/sys/dev/ic/awivar.h			1.12
	syssrc/sys/dev/pcmcia/if_wi.c			1.26
	syssrc/sys/net/if.c				1.69
	syssrc/sys/net/if_ieee80211.h			1.5

Revision 1.32.4.4: download - view: text, markup, annotated - select for diffs
Fri Jul 21 18:45:45 2000 UTC (24 years, 4 months ago) by onoe
Branches: netbsd-1-5
Diff to: previous 1.32.4.3: preferred, colored; branchpoint 1.32: preferred, colored
Changes since revision 1.32.4.3: +3 -1 lines
Pullups 802.11 stuff (approved by jhawk)
- allow non-string nwid settings
	basesrc/sbin/ifconfig/ifconfig.c		1.82-1.86
	basesrc/sbin/ifconfig/ifconfig.8		1.37
	syssrc/sys/dev/ic/awi.c				1.21
	syssrc/sys/dev/pcmcia/if_ray.c			1.21
	syssrc/sys/dev/pcmcia/if_wi.c			1.23
	syssrc/sys/dev/pcmcia/if_wivar.h		1.10
	syssrc/sys/net/if_ieee80211.h			1.4

Revision 1.41: download - view: text, markup, annotated - select for diffs
Fri Jul 21 18:31:03 2000 UTC (24 years, 4 months ago) by onoe
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +3 -2 lines
also note that the WaveLAN/IEEE Gold cards accept the 104 bits key.
pointed out by jhawk.
XXX this doesn't match to wiconfig(8), which is probably wrong.

Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri Jul 21 17:37:12 2000 UTC (24 years, 4 months ago) by onoe
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +9 -3 lines
Clarify the restrictions in length for argument of the nwid and nwkey.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Fri Jul 21 04:53:03 2000 UTC (24 years, 4 months ago) by onoe
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +24 -1 lines
Add nwkey and -nwkey keywords, to enable/disable WEP,
and to set WEP encryption key for IEEE802.11 wireless network interfaces.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Thu Jul 20 18:42:02 2000 UTC (24 years, 4 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +9 -1 lines
Add a -C flag, to list all available network interface cloners.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Thu Jul 6 11:02:02 2000 UTC (24 years, 5 months ago) by onoe
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +3 -1 lines
hexadecimal digits for nwid.

Revision 1.32.4.3: download - view: text, markup, annotated - select for diffs
Mon Jul 3 22:12:46 2000 UTC (24 years, 5 months ago) by thorpej
Branches: netbsd-1-5
Diff to: previous 1.32.4.2: preferred, colored; branchpoint 1.32: preferred, colored
Changes since revision 1.32.4.2: +4 -22 lines
Pull up rev. 1.36:
- Remove description about trailers/-trailers since they are no longer
  a meaningful option.
- Don't captialize the word address or interface when it refers an arugment.
- Use .Ar macro for dest_address since it is not a keyword.

Revision 1.32.4.2: download - view: text, markup, annotated - select for diffs
Mon Jul 3 22:11:08 2000 UTC (24 years, 5 months ago) by thorpej
Branches: netbsd-1-5
Diff to: previous 1.32.4.1: preferred, colored; branchpoint 1.32: preferred, colored
Changes since revision 1.32.4.1: +4 -4 lines
Pull up rev. 1.35:
Sort the SEE ALSO list first by section and kill the comma at the
end of the list.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Mon Jul 3 09:18:52 2000 UTC (24 years, 5 months ago) by enami
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +4 -22 lines
- Remove description about trailers/-trailers since they are no longer
  a meaningful option.
- Don't captialize the word address or interface when it refers an arugment.
- Use .Ar macro for dest_address since it is not a keyword.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon Jul 3 08:55:14 2000 UTC (24 years, 5 months ago) by enami
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +4 -4 lines
Sort the SEE ALSO list first by section and kill the comma at the
end of the list.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sun Jul 2 00:28:00 2000 UTC (24 years, 5 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +5 -1 lines
Add `create' and `destroy' commands.

Revision 1.32.4.1: download - view: text, markup, annotated - select for diffs
Fri Jun 30 18:12:46 2000 UTC (24 years, 5 months ago) by thorpej
Branches: netbsd-1-5
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +14 -1 lines
- Add `tunnel' and `deletetunnel' commands, which issue the ioctls
  that gifconfig(8) would issue to configure tunnel endpoints.  This
  allows IP tunnel interfaces (`gif' right now, and `gre' later) to
  be configured with ifconfig(8), and via /etc/ifconfig.<interface>.
  Partially taken from similar changes in OpenBSD.
- Const poison the command functions a bit.  We really need to clean
  up the command function interface.

Rationale for pulling into netbsd-1-5 branch: While this looks like
a feature enhancement, it actually fixes a bug -- without this change
or a change in rc.d's network bring-up, it is not possible to configure
IP tunnels as a normal part of bringing up the network.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Fri Jun 30 17:45:11 2000 UTC (24 years, 5 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +14 -1 lines
- Add `tunnel' and `deletetunnel' commands, which issue the ioctls
  that gifconfig(8) would issue to configure tunnel endpoints.  This
  allows IP tunnel interfaces (`gif' right now, and `gre' later) to
  be configured with ifconfig(8), and via /etc/ifconfig.<interface>.
  Partially taken from similar changes in OpenBSD.
- Const poison the command functions a bit.  We really need to clean
  up the command function interface.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Wed Mar 1 03:32:55 2000 UTC (24 years, 9 months ago) by enami
Branches: MAIN
CVS tags: netbsd-1-5-base, minoura-xpg4dl-base, minoura-xpg4dl
Branch point for: netbsd-1-5
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
Fix typo.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Jan 31 18:02:01 2000 UTC (24 years, 10 months ago) by itojun
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +6 -1 lines
note that ifconfig delete does not work for IPv6
this is intentional - IPv6 assumes multiple addresses on an interface,
and it is not very safe to "delete" arbitrary one.  -alias with
explicit IPv6 address works fine.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon Jan 31 17:22:28 2000 UTC (24 years, 10 months ago) by itojun
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +4 -1 lines
add "nwid" directive.
XXX there are too many flags that are not listed in usage().
what should we do?

Revision 1.29: download - view: text, markup, annotated - select for diffs
Wed Jan 12 10:30:05 2000 UTC (24 years, 10 months ago) by joda
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +4 -1 lines
implement netmask slash notation for IP and IPv6 addresses

Revision 1.27.4.1: download - view: text, markup, annotated - select for diffs
Mon Dec 27 18:30:25 1999 UTC (24 years, 11 months ago) by wrstuden
Branches: wrstuden-devbsize
Diff to: previous 1.27: preferred, colored; next MAIN 1.28: preferred, colored
Changes since revision 1.27: +4 -1 lines
Pull up to last week's -current.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Dec 9 01:28:25 1999 UTC (25 years ago) by itojun
Branches: MAIN
CVS tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +4 -1 lines
add reference to "inet6" family.
document -alias.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat Jul 3 17:31:15 1999 UTC (25 years, 5 months ago) by sommerfeld
Branches: MAIN
CVS tags: comdex-fall-1999-base, comdex-fall-1999
Branch point for: wrstuden-devbsize
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +34 -7 lines
Add a new -s option to make it easier to test the link-level status
(i.e., 10baseT carrier/no carrier) of an interface from scripts

ifconfig -s <interface> will exit with a false status if the interface
reports its unconnected.

-s also works in conjunction with -l and -a, filtering out interfaces
which are reporting down.

Also, add -b (which shows only broadcast interfaces with -l and -a).

I find these options useful in network autoconfig scripts for mobile
systems.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Jul 2 15:45:46 1999 UTC (25 years, 5 months ago) by itojun
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +25 -2 lines
write up IPv6 operations (prefixlen and others)

Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu Jul 1 13:19:20 1999 UTC (25 years, 5 months ago) by itojun
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +7 -3 lines
make ifconfig IPv6-ready.
TODO: update manpage for new options.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sun Sep 6 17:51:32 1998 UTC (26 years, 3 months ago) by christos
Branches: MAIN
CVS tags: netbsd-1-4-base, netbsd-1-4-RELEASE, netbsd-1-4-PATCH003, netbsd-1-4-PATCH002, netbsd-1-4-PATCH001, netbsd-1-4
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +8 -1 lines
Add support for displaying interface alias information. Based on PR/6109 by
Phil Nelson.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Aug 9 00:44:58 1998 UTC (26 years, 4 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -1 lines
Cross-reference ifmedia(4).

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Aug 8 22:50:13 1998 UTC (26 years, 4 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +14 -3 lines
Document "instance".

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Oct 11 02:44:36 1997 UTC (27 years, 2 months ago) by enami
Branches: MAIN
CVS tags: netbsd-1-3-base, netbsd-1-3-RELEASE, netbsd-1-3-PATCH003-CANDIDATE2, netbsd-1-3-PATCH003-CANDIDATE1, netbsd-1-3-PATCH003-CANDIDATE0, netbsd-1-3-PATCH003, netbsd-1-3-PATCH002, netbsd-1-3-PATCH001, netbsd-1-3-BETA, netbsd-1-3
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +12 -12 lines
- Use .Nm "" instead of .Nm ifconfig in SYNOPSIS.
- Delete space at the end of line.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Oct 10 16:18:33 1997 UTC (27 years, 2 months ago) by lukem
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +4 -4 lines
all but the first .Nm in SYNOPSIS need to be spelt out. [bin/4256]

Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Sep 15 01:53:35 1997 UTC (27 years, 2 months ago) by lukem
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +7 -7 lines
* cleanup for WARNS=1
* deprecate register
* use .Nm correctly

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri May 30 03:49:36 1997 UTC (27 years, 6 months ago) by lukem
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
Add "mask" argument to description of "broadcast".
From Thorsten Frueauf <frueauf@ira.uka.de> in [misc/3657]

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Apr 21 01:17:57 1997 UTC (27 years, 7 months ago) by lukem
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +23 -10 lines
Implemented two modifier flags for -a and -l: -d (only show "down" interfaces)
and -u (only show "up" interfaces)

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Apr 10 19:10:16 1997 UTC (27 years, 8 months ago) by is
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +5 -1 lines
Add mtu n parameter. Part of code by Matthias Pfaller (PR 1648).

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Apr 10 06:30:26 1997 UTC (27 years, 8 months ago) by jeremy
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
Fix typo in media selector example.  (from frueauf@ira.uka.de)
Fixes half of PR#3470.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Apr 3 02:07:58 1997 UTC (27 years, 8 months ago) by christos
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -1 lines
- netatalk additions
- KNF
- prototype fixes
- ifconfig -a now prints all the address family parameters for all configured
  interfaces.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Mar 27 22:50:09 1997 UTC (27 years, 8 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +9 -1 lines
Add a "-l" flag, which lists available network interfaces, with no
additional information.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Mar 17 03:08:46 1997 UTC (27 years, 8 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +38 -5 lines
Add support for BSD/OS-style media selection:
	- new "media" keyword specified media to select:
		ifconfig de0 media utp
	- new "mediaopt/-mediaopt" keywords for setting/clearing
	  media options (such as full-duplex)
	- new "-m" flag to display all supported media types for
	  a given interface.
Also, some generial cleanup of argument parsing while I was there.
Manual page updates from Jeremy Cooper <jeremy@netbsd.org>.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Jan 4 21:27:29 1996 UTC (28 years, 11 months ago) by pk
Branches: MAIN
CVS tags: netbsd-1-2-base, netbsd-1-2-RELEASE, netbsd-1-2-PATCH001, netbsd-1-2-BETA, netbsd-1-2
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +5 -3 lines
Merge with lite-2.

Revision 1.1.1.3 (vendor branch): download - view: text, markup, annotated - select for diffs
Thu Jan 4 21:16:57 1996 UTC (28 years, 11 months ago) by pk
Branches: WFJ-920714, CSRG
CVS tags: lite-2
Diff to: previous 1.1.1.2: preferred, colored
Changes since revision 1.1.1.2: +4 -2 lines
imported from 44lite2

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Mar 18 14:56:23 1995 UTC (29 years, 8 months ago) by cgd
Branches: MAIN
CVS tags: netbsd-1-1-base, netbsd-1-1-RELEASE, netbsd-1-1-PATCH001, netbsd-1-1
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -2 lines
convert to new RCS Id conventions; reduce my headache

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Sep 23 01:38:51 1994 UTC (30 years, 2 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +15 -17 lines
Merge with 4.4-Lite version.

Revision 1.1.1.2 (vendor branch): download - view: text, markup, annotated - select for diffs
Fri Sep 23 01:35:28 1994 UTC (30 years, 2 months ago) by mycroft
Branches: WFJ-920714, CSRG
CVS tags: lite-1
Diff to: previous 1.1.1.1: preferred, colored
Changes since revision 1.1.1.1: +14 -7 lines
Import original 4.4-Lite version.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Jan 22 00:29:20 1994 UTC (30 years, 10 months ago) by cgd
Branches: MAIN
CVS tags: netbsd-1-0-base, netbsd-1-0-RELEASE, netbsd-1-0-PATCH1, netbsd-1-0-PATCH06, netbsd-1-0-PATCH05, netbsd-1-0-PATCH04, netbsd-1-0-PATCH03, netbsd-1-0-PATCH02, netbsd-1-0-PATCH0, netbsd-1-0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3 lines
fix a botch

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Jan 14 02:05:58 1994 UTC (30 years, 10 months ago) by jtc
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Fix spelling errors

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Dec 10 11:23:54 1993 UTC (31 years ago) by cgd
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +12 -1 lines
LLC -> LINK, documentation

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Aug 1 07:39:05 1993 UTC (31 years, 4 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -3 lines
Add RCS indentifiers.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue May 4 09:26:52 1993 UTC (31 years, 7 months ago) by deraadt
Branches: MAIN
CVS tags: netbsd-0-9-base, netbsd-0-9-RELEASE, netbsd-0-9-BETA, netbsd-0-9-ALPHA2, netbsd-0-9-ALPHA, netbsd-0-9
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +6 -1 lines
Added another sunos-ism: ifconfig -a

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Mar 23 00:28:30 1993 UTC (31 years, 8 months ago) by cgd
Branches: MAIN
CVS tags: netbsd-alpha-1, netbsd-0-8
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
changed "Id" to "Header" for rcsids

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Mar 22 08:04:00 1993 UTC (31 years, 8 months ago) by cgd
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -0 lines
added rcs ids to all files

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Mar 21 09:45:37 1993 UTC (31 years, 8 months ago) by cgd
Branches: WFJ-920714, CSRG
CVS tags: patchkit-0-2-2, WFJ-386bsd-01
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
initial import of 386bsd-0.1 sources

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Mar 21 09:45:37 1993 UTC (31 years, 8 months ago) by cgd
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs 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.

Log view options

CVSweb <webmaster@jp.NetBSD.org>