summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rtsold/rtsock.c
Commit message (Collapse)AuthorAgeFilesLines
* - Remove struct ifinfo *iflist. It is no longer used.hrs2013-08-171-5/+5
| | | | - Suppress warnings about increase of alignment requirement.
* - Implement RDNSS and DNSSL options (RFC 6106, IPv6 Router Advertisementhrs2011-06-061-4/+4
| | | | | | | | | | | | | | | | | | | | | Options for DNS Configuration) into rtadvd(8) and rtsold(8). DNS information received by rtsold(8) will go to resolv.conf(5) by resolvconf(8) script. This is based on work by J.R. Oldroyd (kern/156259) but revised extensively[1]. - rtadvd(8) now supports "noifprefix" to disable gathering on-link prefixes from interfaces when no "addr" is specified[2]. An entry in rtadvd.conf with "noifprefix" + no "addr" generates an RA message with no prefix information option. - rtadvd(8) now supports RTM_IFANNOUNCE message to fix crashes when an interface is added or removed. - Correct bogus ND_OPT_ROUTE_INFO value to one in RFC 4191. Reviewed by: bz[1] PR: kern/156259 [1] PR: bin/152458 [2]
* rtsol(8)/rtsold(8): make WARNS=3 cleanuqs2010-02-271-3/+3
| | | | | | It is actually WARNS=6 clean for non-strict alignment archs. Approved by: ed (co-mentor)
* Cleanup of userland __P usekevlo2007-11-071-2/+2
|
* Fixed a warning.ru2004-03-171-1/+1
|
* ansify.ume2004-01-141-7/+3
| | | | Obtained from: KAME
* __FUNCTION__ --> __func__ume2003-08-081-5/+5
| | | | | Obtained from: KAME MFC after: 1 week
* Sync with recent KAME.ume2001-06-111-0/+179
This work was based on kame-20010528-freebsd43-snap.tgz and some critical problem after the snap was out were fixed. There are many many changes since last KAME merge. TODO: - The definitions of SADB_* in sys/net/pfkeyv2.h are still different from RFC2407/IANA assignment because of binary compatibility issue. It should be fixed under 5-CURRENT. - ip6po_m member of struct ip6_pktopts is no longer used. But, it is still there because of binary compatibility issue. It should be removed under 5-CURRENT. Reviewed by: itojun Obtained from: KAME MFC after: 3 weeks
OpenPOWER on IntegriCloud