summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rtadvd/rtadvd.c
Commit message (Collapse)AuthorAgeFilesLines
* Changed the behavior when an interface-direct prefix being advertisedume2002-06-131-3/+11
| | | | | | | | | | | was removed from the kernel; Advertise the prefix with zero lifetimes rather than to remove the prefix from the prefix list to be advertised. This will help renumber a receiving host by deprecating the address derived from the old prefix. Obtained from: KAME MFC after: 2 weeks
* Skip duplicated prefixes in get_prefix().ume2002-06-011-2/+0
| | | | Obtained from: KAME
* KNFume2002-06-011-286/+264
| | | | Obtained from: KAME
* Sync with recent KAME.ume2001-06-111-41/+168
| | | | | | | | | | | | | | | | | | 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
* make it easier to handle $FreeBSD$ tags (amount of diff matters).itojun2001-01-211-2/+1
|
* Sync with latest KAMEkris2000-07-051-182/+441
| | | | Obtained from: KAME
* Print ifname when sendmsg failed.shin2000-02-241-2/+2
| | | | Approved by: jkh
* -P option was not enabled, so enable itshin2000-02-151-1/+6
| | | | | | | (The option specify IPsec policy for rtadvd to receive Router Renumbering messages.) Approved by: jkh
* libipsec and IPsec related apps. (and some KAME related man pages)shin2000-01-061-0/+1239
Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project
OpenPOWER on IntegriCloud