sam
1c0f44a8d0
explain what list chan displays
...
MFC after: 1 week
2006-02-27 19:57:07 +00:00
sam
ff94f53a5d
cleanup line break formatting
...
MFC after: 1 week
2006-02-23 00:07:10 +00:00
sam
fc705888e9
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
sam
e431881b7b
fix off by one malloc sizes
...
Submitted by: Michal Mertl
MFC after: 1 week
2006-02-14 23:19:40 +00:00
sam
fa47370bfc
really truncate long ssid's when !verbose
...
MFC after: 1 week
2006-02-08 19:24:55 +00:00
jcamou
3040542d9e
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
glebius
ef319cb614
Recognize new VLAN_HWCSUM flag.
2006-01-30 14:04:30 +00:00
yar
a388ebb962
Do address assignment/removal operations after callbacks.
...
Presently, ifconfig callbacks are used for L2 configuration, media
and vlan, so actions associated with address assignment, like sending
out a gratuitous ARP, should go when L2 is running already.
This also should fix the problem with setting up vlan interfaces
from rc.conf, when both IP and vlan+vlandev parameters are passed
to ifconfig at once.
Future work: Consider introducing several ifconfig callback lists
to invoke callbacks orderly.
MFC after: 1 week
2006-01-30 13:37:34 +00:00
maxim
d1df6904eb
Fix an off-by-one error.
...
Reviewed by: sam
2006-01-29 17:32:39 +00:00
sam
2bd2572956
don't widen the ssid field by default, this screws up other formatting;
...
make it available with the -v option
2006-01-18 17:45:38 +00:00
ru
938be08b69
Fix an off-by-one bug.
...
Submitted by: Ulrich Spoerlein
2006-01-15 19:17:13 +00:00
ambrisko
9622a8659a
Grab the media from the passed in structure to put it into the
...
global structure.
PR: bin/91399
Submitted by: Spencer Minear
2006-01-11 22:37:59 +00:00
rwatson
1bd879c937
When printing SSID's in ifconfig(8)'s scan mode, set the width of the
...
ssid field to 32 characters instead of 14, as long SSID's are quite
common and hard to type in if you can't read them.
2005-12-30 17:27:26 +00:00
sam
b9da93266f
document deftxkey
2005-12-26 18:15:09 +00:00
ceri
4b0f35ed70
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
7ead3abfe7
add control for packet bursting
2005-12-14 19:44:39 +00:00
thompsa
dbd94fcd44
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
624e7ec4b0
display a bssid that's zero with the -v option
2005-12-14 01:22:26 +00:00
sam
7245fda6a0
add mcastrate support
...
MFC after: 1 week
2005-12-12 19:23:55 +00:00
ru
4de1ee30af
-mdoc sweep.
2005-11-18 10:36:29 +00:00
brooks
e61dac6ecc
SSIDs are of length 32-bytes and not NUL terminated. Use the correct
...
length and bail immediatly if the returned length is wrong rather than
attempting to set an correct value.
This commit differs from the patch in the PR in the use of exit instead
of return and the use of a defined value for the array.
Submitted by: Daan Vreeken [PA4DAN] <Danovitsch at Vitsch dot net>
PR: bin/74509
2005-10-30 16:31:05 +00:00
brooks
919b411586
Don't crash when given an invalid nwkey string.
...
PR: misc/88159
2005-10-28 21:57:04 +00:00
thompsa
2e47ce1265
Display the status of the spanning tree for each port.
...
member: xl0 flags=7<LEARNING,DISCOVER,STP>
member: gem0 flags=7<LEARNING,DISCOVER,STP>
to:
member: xl0 flags=7<LEARNING,DISCOVER,STP>
port 3 priority 128 path cost 55 forwarding
member: gem0 flags=7<LEARNING,DISCOVER,STP>
port 1 priority 128 path cost 55 learning
2005-10-07 00:32:16 +00:00
yar
a6cc05cfd1
Eliminate some unneeded code bits.
2005-10-06 15:05:55 +00:00
yar
587186ed9b
Use a callback to set up a vlan interface so that "vlan"
...
and "vlandev" commands can be specified in any order.
This makes the code more compact and clear as well.
Improve error check on vlan argument.
MFC after: 2 weeks
2005-10-04 11:48:03 +00:00
glebius
fa91502026
Now ifconfig is the one right way to turn polling on. Thus, remove
...
the "if" clauses.
2005-10-01 19:14:34 +00:00
yar
3ddc14f22c
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
yar
5917e3b86f
Forgot to touch .Dd in the previous commit.
2005-09-29 23:39:37 +00:00
yar
090a602d2d
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
ru
3580b3628b
err() -> errx() where appropriate.
2005-09-29 13:09:04 +00:00
yar
5bd0b9e954
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
thompsa
5b7dd08674
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
4cfaf1334b
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
stefanf
cd3918906a
Fix commen typos.
2005-08-03 20:57:33 +00:00
sam
de5e778984
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
sam
4ddc6e23b3
acm and ack are specified per-ac
...
MFC after: 3 days
2005-08-01 16:34:41 +00:00
sam
0b1e84425a
oops, revert previous change
2005-07-30 03:30:29 +00:00
sam
b88877a768
MFC: add fragthreshold parameter and accept - (or any) for rtsthreshold
...
Approved by: re (kensmith)
2005-07-30 03:28:41 +00:00
sam
a170f83279
o add fragthreshold support now that the ioctl exists
...
o accept rtsthreshold - (or any) as a shorthand for rtsthreshold 2346
MFC after: 3 days
2005-07-26 06:00:33 +00:00
rwatson
2df666ab69
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
yar
fbc6f8c90b
Add symbolic names for the IFF_PPROMISC and IFF_NEEDSGIANT flags
...
so that ifconfig(8) can print them.
MFC after: 5 days
2005-07-13 21:23:40 +00:00
brueffer
8f5f7d592a
mdoc cleanup and whitespace removal after the last commit.
...
Submitted by: ru
2005-07-13 09:35:35 +00:00
brueffer
0a2a01ea5e
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
dea523c839
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
avatar
d96c7ef573
Appending "..." to a SSID which contains unprintable characters only when
...
necessary.
Submitted by: sam
Approved by: re (scottl)
2005-06-20 02:33:02 +00:00
ume
729c89a985
only show a tunnel information of an adequate address family.
...
Approved by: re (dwhite)
2005-06-16 19:37:09 +00:00
ru
064bdbb814
Markup fixes.
...
Approved by: re (blanket)
2005-06-14 11:24:56 +00:00
brueffer
381a0db2e3
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
brueffer
1f41c199ed
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
thompsa
e8bfe6c248
Connect if_bridge to the build.
...
Approved by: mlaier (mentor)
2005-06-05 03:32:53 +00:00