| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
interface that is parent to a vlan(4) interface,
not on the vlan(4) interface itself.
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
from the sdl because strlcpy requires that the source string be
NUL-terminated unlike strncpy.
Submitted by: Peter Jeremy <PeterJeremy at optushome dot com dot au>
|
|
|
|
|
|
|
|
| |
name.
Prevent the kernel from potentially overflowing the interface name
variable. The size argument of strlcpy is complex because the name is
not null-terminated in sdl_data.
|
| |
|
| |
|
|
|
|
|
|
|
| |
and to make sure that we catch oversized arguments rather than silently
truncate them. I dont know if sscanf will reject an integer if it will
not fit in the short return variable or not, but this way it should be
detected.
|
| |
|
|
|
|
|
| |
o use IEEE80211_KEYBUF_SIZE instead of magic numbers
o distinguish between 40-, 104-, and 128-bit WEP keys when printing status
|
|
|
|
| |
o fix channel command so channel - does what the man page says
|
|
|
|
|
| |
o add 802.11 alias support
o suppress display of the default "mode autoselect" when showing the "phy mode"
|
| |
|
|
|
|
| |
Found with: nroff -mandoc ifconfig.8 > /dev/null
|
|
|
|
|
|
|
|
| |
be changed, it is very convenient to be able to toggle SDH/Sonet,
idle/unassigned cells and scrambled mode and to see the carrier
state.
Reviewed by: -arch (if_media.h definitions)
|
| |
|
|
|
|
|
| |
this is mostly intended for use with multi-mode 802.11 devices that support
some combination of 11a, 11b, and 11g
|
|
|
|
|
|
| |
such abuse isn't really needed. (And if we do need type information
associated with a module then we should make it explicit and not
use hacks.)
|
|
|
|
| |
instead of NS.
|
| |
|
|
|
|
| |
Submitted by: jlemon
|
| |
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
| |
Also fixed a critical bug made in revision 1.62 by phk@.
|
|
|
|
| |
support h/w tagging
|
|
|
|
|
|
| |
o capitilize capability bit strings for consistency
Approved by: re
|
|
|
|
|
| |
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
|
|
|
|
|
| |
Obtained from: TrustedBSD Project
Sponsored by: Network Associates Laboratories
|
| |
|
|
|
|
|
|
|
|
|
|
| |
regarding 802.1 MAC and Mandatory Access Control (MAC). Some
potential for confusion remains further in other areas of the
system regarding Message Authentication Codes (MAC).
Requested by: wollman
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
|
|
|
|
|
|
|
|
|
| |
interfaces using the 'mac' argument. Without MAC support in the
kernel, this does not change the behavior of ifconfig.
Approved by: re
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
|
|
|
|
|
|
|
| |
ifconfig IF ether WHATEVER -alias
PR: 42544
Submitted by: Mike Makonnen <makonnen@pacbell.net>
|
|
|
|
|
|
|
|
|
|
| |
Setting this flag on an ethernet interface blocks transmission of packets
and discards incoming packets after BPF processing.
This is useful if you want to monitor network trafic but not interact
with the network in question.
Sponsored by: http://www.babeltech.dk
|
|
|
|
|
|
|
|
|
| |
Also, for all interfaces in this mode pass all ethernet frames to upper layer,
even those not addressed to our own MAC, which allows packets encapsulated
in those frames be processed with packet filters (ipfw(8) et al).
Emphatically requested by: Anton Turygin <pa3op@ukr-link.net>
Valuable suggestions by: fenner
|
|
|
|
| |
Submitted by: many
|
|
|
|
|
|
|
| |
breaking application ABI use unused ifreq.ifru_flags[1] for upper 16 bits in
SIOCSIFFLAGS and SIOCGIFFLAGS ioctl's.
Reviewed by: -hackers, -net
|
| |
|
|
|
|
|
| |
Submitted by: Gregory Bond <gnb@itga.com.au>
Pr: 40872
|
| |
|
|
|
|
|
|
|
|
| |
an IPv6 address) automatically.
This should obsolete prefix(8).
Obtained from: NetBSD
MFC after: 2 weeks
|
|
|
|
|
|
| |
netmask - not necessarily 0xffffffff.
MFC after: 3 days
|
| |
|
|
|
|
|
|
|
|
|
| |
that could be used to set/get arbitrary length link level
addresses. Alias "lladdr" parameter and "ether" family
to the new "link" family for backward compatibility.
PR: bin/31476
MFC after: 1 week
|
|
|
|
|
|
| |
It does not help modern compilers, and some may take some hit from it.
(I also found several functions that listed *every* of its 10 local vars with
"register" -- just how many free registers do people think machines have?)
|
| |
|
| |
|
|
|
|
|
| |
We do support already IPv6 in the RELENG_4 boot floppies, and
vlan might be desirable as well.
|
|
|
|
|
| |
PR: 32463
Submitted by: Gary W. Swearingen
|
|
|
|
|
|
| |
Restore (sorta) a useful piece of information that got lost in the
previous delta -- an ability to specify /prefixlength after an IPv6
address.
|
|
|
|
|
|
|
|
|
|
|
|
| |
The first "synopsis" example has a "[/prefixlength]" which shouldn't
be there, since that stuff is part of the preceeding "address" as is
explained in the description of "address".
(The way it is now, 192.168.0.1/16/prefixlength would be a proper
operand. Note that "prefixlength" is not mentioned by name anywhere.)
PR: 32462
Submitted by: Gary W. Swearingen <swear@blarg.net>
|