Age | Commit message (Collapse) | Author |
|
i've omitted hunk 3 of his diff, as what's there now is correct;
ok mikeb
|
|
No functional change.
ok deraadt@ tb@
|
|
|
|
where router adverts are coming from when describing autoconf;
rework the description a little;
ok mpi
|
|
while here prefer "interface" over "ip6-interface" and show that "inet6" is
mandatory;
ok florian mpi
|
|
ok henning@ phessler@
|
|
on the local wifi interface. ifconfig was mistakenly showing the common
supported subset of client and AP, rather than showing the AP's capabilities.
Exposes WPA protocol capabilities in struct ieee80211_nodereq, which means
ifconfig must be recompiled to run on a new kernel.
ok deraadt@ mpi@
|
|
"warning:" rectification.
|
|
ok tom@
|
|
|
|
include the wpakey) to their defaults.
And make 'ifconfig if0 wpaprotos' reset WPA crypto parameters to settings
which are appropriate for the specified WPA protocol version.
|
|
setting a tunnel addresses uses a sockaddr_in6 from getaddrinfo, which
sets sin6_scope_id for scoped addresses. this is nice and portable.
reading a tunnel address assumed the scope was embedded in link local
addresses in sin6_addr, and unpacked the scope back into sin6_scope_id.
this is inconsistent with the code that sets tunnel addresses.
this fixes the read path so it assumes the kernel sets sin6_scope_id
like it it assumes the kernel will read on the set side. noone likes
the kame hack of embedding the scope id in the addreses.
ok mpi@
|
|
dedicated number. Both changes for consistency.
OK rzalamena@
|
|
same keys as the actual commands (datapath, maxgroup, flowmax).
flowmax should eventually renamed to maxflow for consistency.
OK rzalamena@
|
|
of the output buffer size. Thus elements like subscriber-id, ICC-id, IMEI
were shown truncated.
Some modules report a phone number that already has the '+' prefix.
Don't add another one when printing it.
Patch from Bryan Vyhmeister
ok otto
|
|
static, so keep it that way for consistency)
- s/usage(1)/usage() and inside call exit(1) explicitly since all usage() calls
always use that value (also update comment to reflect this change)
- Remove main() prototype
- s/exit/return in main() to enable SSP
Feedback from jca@ and tb@ and OK from both (with their remarks in)
|
|
"datapathid" as stated by the man page.
ok reyk@
|
|
|
|
ok yasuoka@
|
|
|
|
ok goda
|
|
ok yasuoka@ goda@
|
|
mode, vxlan(4) must be configured to accept any virtual network
identifier with "vnetid any" and added to a bridge(4) or switch(4).
This way the driver will dynamically learn the tunnel endpoints and
their vnetids for the responses and can be used to dynamically bridge
between VXLANs. It is also being used in combination with switch(4)
and the OpenFlow tunnel classifiers.
With input from yasuoka@ goda@
OK deraadt@ dlg@
|
|
ok deraadt@ yasuoka@ reyk@ henning@
|
|
ok claudio@ jca@
|
|
ok stsp@
|
|
AP is using to send frames to an associated node. This used to always display
the node's highest supported Rx rate, which isn't all that interesting.
ok mpi@
|
|
|
|
The umb(4) driver provides support for USB MBIM devices.
Those devices establish connections via celluar networks such as
GPRS, UMTS, and LTE.
ok mpi@ sthen@
additional feedback from deraadt@ jmc@ stsp@ kettenis@
|
|
|
|
to ifconfig.
"llprio" allows one to set the priority of packets that do not go through
pf(4), as the case is for arp(4) or bpf(4).
ok sthen@ mikeb@
|
|
flags.
This read-only flag is a hint for the network stack and does not matter
for end user, in fact exposing it just creates confusion.
ok kettenis@, deraadt@
|
|
ifconfig.c doesn't build without -DINET6, and those #ifdefs clutter the
code. ok bluhm@ henning@
|
|
ok mpi@
|
|
Suggestion from claudio@, ok benno@, sthen@
|
|
ramdisk breakage found by jsg@
ok jsg@
|
|
ok stsp@ bluhm@
|
|
its now separate to getting the tunnel address.
ok mpi@
|
|
|
|
in the future this will subsume the individual vlandev, carpdev,
pppoedev, foodev options for things like vlan, carp, pppoe, etc.
inspired by vnetid
ok mpi@ jmatthew@
|
|
|
|
the 'media' subcommand. Allow clearing the mode with 'ifconfig $if -mode'.
This makes commands such as 'ifconfig iwn0 mode 11a' work without having
to type all of 'ifconfig iwn0 media autoselect mode 11a'.
ok sthen@ deraadt@ jmc@
|
|
|
|
|
|
ok benno@, claudio@
|
|
from Fabian Raetz via tech@
ok krw
|
|
|
|
It's not possible to fix this issue in ifconfig(8) because in_control()
and in6_control() have a subtle semantic difference which result in
breaking alias for IPv4.
in_control() always select the first address on the list of an interface
whereas in6_control() doesn't. That's why ifconfig(8) passes an empty
"struct in_aliasreq" and that fails in netinet6.
Breakage reported by deraadt@
|
|
ok benno krw
|
|
(several other drivers misleadingly claim generic 802.11 txpower, but
do not in fact do anything. the knob is not connected to the radio.)
ok benno jsg krw reyk
|