Age | Commit message (Collapse) | Author |
|
we have supported RFC2472 for some time. From Brad.
|
|
can happen if a nat port command with a end range of 65535 is used.
See also http://www.freebsd.org/cgi/query-pr.cgi?pr=136893
From FreeBSD via brad.
|
|
if_indextoname) instead of looking at the sysctl data directly. This makes
the code a lot simpler and actually work. Tested by many (todd@, sthen@, and
a few people on tech@). OK sthen@, deraadt@
|
|
escaped from a horror story and robs you're sanity. This needs major cleanup.
OK sthen@, OK henning@
|
|
|
|
ok claudio@, henning@
|
|
it is an usual practice on BSDs and make the synopsis and usage
more robust when operands are added or removed; synchronize the
usage with the synopsis on the manual page; while here, remove
superfluous information from the usage.
ok jmc@
|
|
since Feb 2007, even though it had a patch. How did this happen??
|
|
From Gleydson Soares <gsoares at gmail dot com>
|
|
of the deprecated 3ffe::/16 6bone test address space. Deprecated or
public IPv6 allocations should not be used for documentation; we have
the same approach for IPv4 by using RFC 1918 private addresses.
ok jmc@ todd@
|
|
|
|
|
|
|
|
each cmsg_len (ie. msg_controllen = sum of CMSG_ALIGN(cmsg_len). This
works now that kernel fd passing has been fixed to accept a bit of
sloppiness because of this ABI repair.
lots of discussion with kettenis
|
|
descriptors; ok hshoexer, also looked at by kettenis and henning
|
|
an extensive discussion with otto, kettenis, millert, and hshoexer
|
|
|
|
propolice some work in command_Expand_Interpret().
Inspired by FreeBSD; ok deraadt@
|
|
fixes PR 5734 as tested by Sergey Prysiazhnyi <apelsin@atmnis.com>.
Fix suggested by and ok deraadt@, "diff is correct" miod@
|
|
ok ray@
|
|
ok pyr@, ray@, millert@, moritz@, chl@
|
|
|
|
turned off. This is consistent with historic UNIX behavior.
|
|
ok millert
|
|
|
|
the peer accepts, set the MRU anyway. Smaller packets are always accepted.
From brian@FreeBSD via brad@ ok canacar@
|
|
negative index array access.
OK moritz@.
|
|
have multiple bits set, which leads to surprising results. Spotted by
from Paul Stoeber, more to come. ok jaredy@
|
|
|
|
|
|
ok brad@
|
|
|
|
|
|
From ru FreeBSD
|
|
any pending RADIUS transaction. Use this before sending RAD_STOP RADIUS
messages so that we definitely ``stop'' the session.
It was discovered that sometimes when the link timed out, we got lucky
enough to have an un-ACK'd RADIUS accounting transaction in progress,
resulting in the RAD_STOP message failing to send.
From brian FreeBSD
|
|
information being sent to the RADIUS server.
Logging of RADIUS accounting information moves to a ``set log [+-]radius''
level, along with the RADIUS alive info.
From brian FreeBSD
|
|
Add ``disable NAS-IP-Address'' and ``disable NAS-Identifier'' options to
support pre-rfc2865 RADIUS servers.
This pushes our enable/disable items over the 32 bit limit, so reoganise
things to allow a bunch more options.
From brian FreeBSD
|
|
From kan FreeBSD
|
|
the RADIUS server as RAD_CALLING_STATION_ID.
From brian FreeBSD
|
|
From dds FreeBSD
|
|
From ume FreeBSD
|
|
want to pass the value to upper layer protocol such as DHCPv6
for prefix delegation.
From ume FreeBSD
|
|
From ume FreeBSD
|
|
of Framed-IPv6-Route is user defined, it follows Framed-IP-route.
From ume FreeBSD
|
|
From ume FreeBSD
|
|
we need ppp.link{up,down}, we couldn't disable IPCP. Now, if IPCP is
disabled, ppp.link{up,down} is invoked at the end of IPV6CP
negotiation.
From FreeBSD
|
|
made ppp compliant to RFC 2472 (based on a patch from another
contributor)
rev 1.10
Once ppp session is over, the route to ff02::tun0/32 was
deleted, and never came back. Now, the route to
ff02::tun0/32 is installed at the end of IPV6CP negitiaton.
From FreeBSD
Tested by aanriot@ and a few end-users
|
|
started by a mail from xavier venient; discussed with brian at awfulhak org;
ok brad@
|
|
|
|
- new sentence, new line
|