summaryrefslogtreecommitdiffstats
path: root/usr.sbin/route6d/route6d.c
Commit message (Collapse)AuthorAgeFilesLines
* Sync with recent KAME.ume2001-06-111-354/+648
| | | | | | | | | | | | | | | | | | 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
* - do not check/advertise cloned routes, nor dynamic routesume2000-11-271-5/+21
| | | | | | - cast size_t on printing (be friendly with alpha) Obtained from: KAME
* Sync with KAME. Format string auditing and manpage cleanups.kris2000-10-081-5/+8
| | | | | Obtained from: KAME Submitted by: Bill Sommerfeld <sommerfeld@netbsd.org>
* fix LP64 issue in routing socket manipulation.itojun2000-08-141-10/+23
| | | | | make behavior of -A safer. (sync with kame)
* removed 'ifndef ADVAPI' partsume2000-07-101-32/+4
| | | | Obtained from: KAME
* sync with latest kame tree. more stable, p2p advert is correcteditojun2000-07-051-123/+414
|
* When unexpected rtmsg was received, route6d was dying.shin2000-03-141-2/+4
| | | | | | | | So change it just to log it. (Merge from recent KAME bug fix.) Submitted by: itojun Obtained from: KAME project
* remove redundant ifdef's.shin2000-01-071-41/+0
| | | | some part is specified by: phantom
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.shin1999-12-281-0/+2913
Several udp and raw apps IPv6 support. Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project
OpenPOWER on IntegriCloud