Sam Leffler
451486b569
explain what list chan displays
...
MFC after: 1 week
2006-02-27 19:57:07 +00:00
Sam Leffler
e70fcb23b6
add miss args to mac:del and mac:kick
...
Submitted by: Anders Hanssen
MFC after: 3 days
2006-02-15 23:16:03 +00:00
Jesus R. Camou
556c9a4ca3
Document carp(4) arguments.
...
PR: docs/92653
Submitted by: Jeremy C. Reed <reed@reedmedia.net>
Reviewed by: ru
Approved by: trhodes (mentor)
MFC after: 5 days
2006-02-03 14:41:41 +00:00
Sam Leffler
4e0a8f0dc7
document deftxkey
2005-12-26 18:15:09 +00:00
Ceri Davies
ced42c6c54
Document the pfsync(4) specific maxupd parameter, with text mostly taken
...
from OpenBSD's manpage.
PR: docs/89256
Submitted by: Pim van Pelt <pim at ipng dot nl>
MFC after: 3 days
2005-12-16 11:38:18 +00:00
Sam Leffler
29d58c7173
add control for packet bursting
2005-12-14 19:44:39 +00:00
Andrew Thompson
91f6764e93
Add support for creating span ports so that one can snoop bridged traffic
...
from another interface/machine/network.
Obtained from: OpenBSD
MFC after: 2 weeks
2005-12-14 02:52:13 +00:00
Sam Leffler
439b4702f3
add mcastrate support
...
MFC after: 1 week
2005-12-12 19:23:55 +00:00
Ruslan Ermilov
4e9e907d63
-mdoc sweep.
2005-11-18 10:36:29 +00:00
Gleb Smirnoff
1f8f09b081
Now ifconfig is the one right way to turn polling on. Thus, remove
...
the "if" clauses.
2005-10-01 19:14:34 +00:00
Yaroslav Tykhiy
9e241c5ef2
For the sake of consistency and easier typing,
...
introduce "-tunnel" as an alias for "deletetunnel".
The latter is overly long and prone to typos, but
keep it for POLA since it costs nothing.
MFC after: 5 days
2005-09-29 23:53:29 +00:00
Yaroslav Tykhiy
7259f7c495
Forgot to touch .Dd in the previous commit.
2005-09-29 23:39:37 +00:00
Yaroslav Tykhiy
b0dcc11c43
Deprecate the useless argument to -vlandev.
...
Submitted by: Fredrik Lindberg <fli+freebsd-current at shapeshifter.se> (implementation)
Reviewed by: brooks
MFC after: 5 days
2005-09-29 23:38:24 +00:00
Yaroslav Tykhiy
163653e84b
Since special interface types get their own subsections
...
(not in mdoc(7) sense yet) in ifconfig(8) manpage, create such
subsections for gif(4) and vlan(4) so that their specific
options are not mixed up with general options.
2005-09-22 11:49:52 +00:00
Andrew Thompson
db7d6dc145
Document two missed if_bridge commands 'addr' and 'static'.
...
Noticed by: Michal Mertl
Approved by: mlaier (mentor)
MFC after: 3 days
2005-08-14 03:28:08 +00:00
Sam Leffler
29f0e92957
add list mac and mac:kick support
...
Submitted by: Michal Mertl (original version)
MFC after: 2 weeks
2005-08-13 17:38:09 +00:00
Sam Leffler
aeffcba3c1
Wireless suport fixups: add a bunch of stuff that's been in the
...
code but not documented (e.g. wme, mac acl) and correct some
information, etc.
Reviewed by: brueffer
2005-08-02 19:13:13 +00:00
Robert Watson
b7eb47e290
Add a new flag '-k' to ifconfig(8), indicating that it is alright to
...
print potentially sensitive keying material to stdout. With the new
802.11 support, ifconfig(8) is now capable of printing 802.11 keys,
and did by default for the root user, which is undesirable in some
environments. Now it will not print keying material unless requested
(and available to the user).
MFC after: 1 week
2005-07-14 18:33:21 +00:00
Christian Brueffer
ef95d02dd0
mdoc cleanup and whitespace removal after the last commit.
...
Submitted by: ru
2005-07-13 09:35:35 +00:00
Christian Brueffer
1a44eb0750
Information about the capability flags in 'ifconfig foo0 scan' output.
...
Most content by: avatar
Reviewed by: sam
Approved by: re (hrs)
MFC after: 3 days
2005-07-12 06:22:02 +00:00
Sam Leffler
fa56f74570
add pureg/-pureg parameter for controlling pureg ap mode support
...
Reviewed by: avatar
Approved by: re (scottl)
2005-07-06 15:39:11 +00:00
Ruslan Ermilov
55c82bf0d4
Markup fixes.
...
Approved by: re (blanket)
2005-06-14 11:24:56 +00:00
Christian Brueffer
e7951bdf02
It's spelled 'preceded' of course.
...
Submitted by: David Adam <zanchey@ucc.gu.uwa.edu.au>
Pointy hat to: brueffer
2005-06-13 15:49:59 +00:00
Christian Brueffer
3e3a17bb92
Hex strings are _pre_ceeded by 0x, not _pro_ceeded.
...
PR: 82187
Submitted by: Anthony Rogers <anthony.j.rogers@gmail.com>
Approved by: re (blanket)
MFC after: 3 days
2005-06-13 07:55:15 +00:00
Andrew Thompson
7afc53b8df
Connect if_bridge to the build.
...
Approved by: mlaier (mentor)
2005-06-05 03:32:53 +00:00
Christian Brueffer
4029efa504
Xref carp(4) and polling(4).
...
MFC after: 3 days
2005-03-19 16:14:31 +00:00
Ruslan Ermilov
6087df9e8b
Sort sections.
2005-01-18 10:09:38 +00:00
Ruslan Ermilov
214144704b
Scheduled mdoc(7) sweep.
2005-01-10 16:17:34 +00:00
Sam Leffler
5faf8dcb55
Overhaul to cleanup some of the tangled logic that's grown over the years.
...
o break per-address family support out into separate files
o modularize per-address family and functional operations using
a registration mechanism; this permits configuration according
to which files you include (but beware that order of the files
is important to insure backwards compatibility)
o many cleanups to eliminate incestuous behaviour, global variables,
and poor coding practices (still much more to fix)
The original motivation of this work was to support dynamic addition
of functionality based on the interface so we can eliminate the various
little control programs and so that vendors can distribute ifconfig
plugins that support their in-kernel code. That work is still to be
completed.
o Update 802.11 support for all the new net80211 functionality; some
of these operations (e.g. list *) may be better suited in a different
program
2004-12-08 19:18:07 +00:00
Ruslan Ermilov
1313b9ea59
First there was an -m option.
...
Then Peter killed it and made it the default.
Then Brooks and Poul-Henning added it again.
Then Ruslan fixed the manpage...
2004-11-06 13:38:45 +00:00
Yaroslav Tykhiy
46912de489
Bump the date, .Dd, since the document content has been changed
...
in the previous commit.
Pointed out by: ru
2004-07-27 09:51:49 +00:00
Yaroslav Tykhiy
e82866fea6
Add two knobs to ifconfig(8), vlanmtu' and
vlanhwtag',
...
that provide control over the respective capabilities
of an interface, reception of extended frames and hardware
VLAN multiplexor.
2004-07-26 13:25:45 +00:00
Ruslan Ermilov
9806e23132
Mechanically kill hard sentence breaks.
2004-07-02 21:45:06 +00:00
Bruce M Simpson
4b32efacf3
mdoc(7) police
...
Submitted by: ru
2004-06-14 19:31:10 +00:00
Bruce M Simpson
c4d297d20d
Wordsmith the BUGS section re: IPv6 link-local addresses.
...
PR: docs/66541
Submitted by: Michel Lavondes (with some cleanups/additions)
2004-06-14 16:04:59 +00:00
Ruslan Ermilov
d04b5dfe6c
Assorted markup, grammar, and spelling fixes.
2004-05-17 08:35:43 +00:00
Ruslan Ermilov
fc2814036c
Document that -m also causes the capability list to be displayed.
2004-04-11 13:44:57 +00:00
Ruslan Ermilov
3a3b019aeb
Added the new interface capability option for drivers that implement
...
user-configurable polling(4) support. Make ifconfig(8) aware of it.
Suggested by: luigi
2004-04-11 13:36:52 +00:00
Mark Murray
4c723140a4
Remove advertising clause from University of California Regent's license,
...
per letter dated July 22, 1999.
Approved by: core, imp
2004-04-09 19:58:40 +00:00
Sam Leffler
a6b03f428a
add support for setting 802.11 rtsthreshold, transmit power,
...
and 11g protection mode
Reviewed by: imp (just code)
2004-03-30 22:59:22 +00:00
Yaroslav Tykhiy
588e78c575
We can cross-reference to vlan(4) as long as
...
the corresponding manpage has been committed.
The rest of "vlan" words, which are refering
to the technology itself, should be capitalized.
MFC after: 1 week
2004-02-21 14:21:18 +00:00
Yaroslav Tykhiy
4742fd9891
The hardware tagging capability is set on the physical
...
interface that is parent to a vlan(4) interface,
not on the vlan(4) interface itself.
2004-02-21 14:11:57 +00:00
Brooks Davis
97bebf0a28
Add ifconfig support for network interface renaming. In the process,
...
reorganize the printing of the interface name when using wildcard
cloning so it is not printed if it we either immediately rename or
destroy the interface.
Reviewed by: ru
2004-02-04 02:55:46 +00:00
Ruslan Ermilov
deb62e2887
By popular demand, added the "static ARP" per-interface option.
2003-10-01 08:32:37 +00:00
Ruslan Ermilov
eb9a85cabd
mdoc(7) police: fix more breakages from rev. 1.69.
2003-05-14 16:22:16 +00:00
Sheldon Hearn
49830e2a2c
Fix broken comment line introduced in rev 1.69.
...
Found with: nroff -mandoc ifconfig.8 > /dev/null
2003-05-13 08:29:49 +00:00
Sam Leffler
e519b1a5ee
document mode directive
2003-04-28 16:47:40 +00:00
Tim J. Robbins
8151186746
Uncomment the description of the ipdst parameter, but refer to IPX
...
instead of NS.
2003-03-08 13:42:42 +00:00
Ruslan Ermilov
8fbad60d0a
Document the rxcsum and txcsum commands.
...
Submitted by: jlemon
2003-02-27 22:59:13 +00:00
Ruslan Ermilov
3706a3a87f
mdoc(7) police: markup, spelling.
...
Also fixed a critical bug made in revision 1.62 by phk@.
2002-11-25 16:01:28 +00:00