History log of /src/usr.sbin/route6d/route6d.8 |
Revision | | Date | Author | Comments |
1.14 |
| 08-Apr-2012 |
wiz | Remove unnecessary Bk/Ek pairs from SYNOPSIS. No effective change except where I used the opportunity to sort options and/or option descriptions.
|
1.13 |
| 25-May-2006 |
rpaulo | branches: 1.13.42; Now it uses the RFC 3542 API.
|
1.12 |
| 07-Sep-2003 |
wiz | Consistently use 'RFC 1234' instead of 'RFC1234' or 'RFC-1234'. From jmc@openbsd.
|
1.11 |
| 25-Feb-2003 |
wiz | .Nm does not need a dummy argument ("") before punctuation or for correct formatting of the SYNOPSIS any longer.
|
1.10 |
| 07-Jun-2002 |
itojun | avoid fd_set overrun. sync w/kame
|
1.9 |
| 02-Jun-2002 |
wiz | Wording and grammar improvements.
|
1.8 |
| 07-Nov-2000 |
lukem | fix up various .Nm abuses: - keep the case consistent between the actual name and what's referenced. e.g, if it's `foo', don't use '.Nm Foo' at the start of a sentence. - remove unnecessary `.Nm foo' after the first occurrence (except for using `.Nm ""' if there's stuff following, or for the 2nd and so on occurrences in a SYNOPSIS - use Sx, Ic, Li, Em, Sq, and Xr as appropriate
|
1.7 |
| 09-Jul-2000 |
itojun | sync with more recent kame. - fix memory leak with realloc() - warn if we see packets with junk outside of IPv6 prefix length - cosmetic
|
1.6 |
| 16-May-2000 |
itojun | branches: 1.6.4; correct p2p interface address handling. avoid memory leak. bzero() after malloc(). (sync from kame)
|
1.5 |
| 25-Feb-2000 |
itojun | use getifaddrs. avoid "extern int errno". (sync with latest kame code)
|
1.4 |
| 16-Dec-1999 |
itojun | write out dump file into /var/run, not /var/tmp. (sync with KAME, for possible security reasons)
|
1.3 |
| 10-Dec-1999 |
itojun | sync with recent KAME. tiny wording fix.
|
1.2 |
| 04-Jul-1999 |
itojun | branches: 1.2.4; add NetBSD RCS ID.
|
1.1 |
| 02-Jul-1999 |
itojun | route6d: RIPng daemon (similar to route6d) rip6query: RIPng query (similar to ripquery)
NOTE: we usually do not run route6d on end nodes at startup (rtsol should do the trick). So I figured that route6d can be in /usr/sbin, not in /sbin (routed is in /sbin). Correct me if I'm wrong.
|
1.2.4.1 |
| 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.6.4.1 |
| 13-Jul-2000 |
thorpej | Update from trunk (itojun): sync with more recent kame. - fix memory leak with realloc() - warn if we see packets with junk outside of IPv6 prefix length - cosmetic
|
1.13.42.1 |
| 17-Apr-2012 |
yamt | sync with head
|