summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rtadvd
Commit message (Collapse)AuthorAgeFilesLines
* - Sync with latest manpage of rtadvd.ume2000-10-292-55/+70
| | | | | | - Ripped MIP6 related description out. MIP6 is not merged, yet. Obtained from: KAME Project
* some clarification on if_getmtu()ume2000-10-281-25/+35
| | | | | | | | - avoid to use freed (by freeifaddrs) data - 1st try getifaddrs, then try SIOCGIFMTU as the last resort Submitted by: JINMEI Tatuya <jinmei@isl.rdc.toshiba.co.jp> Obtained from: KAME Project
* Add two files missing from the KAME synckris2000-07-062-0/+249
| | | | Submitted by: Eric Sabban <esabban@pacbell.net>
* Sync with latest KAMEkris2000-07-0517-446/+984
| | | | Obtained from: KAME
* Added several socket close() which were mistakenly forgotten.shin2000-03-093-7/+10
| | | | Reported by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-3/+6
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* 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
* Correct pathname of rtadvd.conf from /usr/local/v6/etc to /etc.shin2000-02-152-4/+4
| | | | Approved by: jkh
* Forbid include of soem inet6 header files from wrong placeshin2000-02-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | KAME put INET6 related stuff into sys/netinet6 dir, but IPv6 standard API(RFC2553) require following files to be under sys/netinet. netinet/ip6.h netinet/icmp6.h Now those header files just include each following files. netinet6/ip6.h netinet6/icmp6.h Also KAME has netinet6/in6.h for easy INET6 common defs sharing between different BSDs, but RFC2553 requires only netinet/in.h should be included from userland. So netinet/in.h also includes netinet6/in6.h inside. To keep apps portability, apps should not directly include above files from netinet6 dir. Ideally, all contents of, netinet6/ip6.h netinet6/icmp6.h netinet6/in6.h should be moved into netinet/ip6.h netinet/icmp6.h netinet/in.h but to avoid big changes in this stage, add some hack, that -Put some special macro define into those files under neitnet -Let files under netinet6 cause error if it is included from some apps, and, if the specifal macro define is not defined. (which should have been defined if files under netinet is included) -And let them print an error message which tells the correct name of the include file to be included. Also fix apps which includes invalid header files. Approved by: jkh Obtained from: KAME project
* libipsec and IPsec related apps. (and some KAME related man pages)shin2000-01-0617-0/+4267
Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project
OpenPOWER on IntegriCloud