ross
2a76afae02
Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
2002-02-08 01:36:18 +00:00
itojun
4a1ad619af
daemon(3) has to be called before opening file descriptors.
...
noticed by markus@openbsd, sync with kame
2002-01-11 04:20:55 +00:00
itojun
d67d6cd1bb
initialize sockaddr_in6 correctly. sync with kame
2001-11-14 01:56:29 +00:00
itojun
a6b4b2d5a5
use strncpy instead of strcpy, just in case. sync with kame
2001-11-14 01:55:38 +00:00
itojun
029bd4843d
sync with kame better. snprintf return value audit.
2001-08-22 05:24:37 +00:00
itojun
052c0d9a64
sync with kame.
...
KAME rtsold.c 1.28
watch routing socket, and check for pcmcia card removal.
if pcmcia card gets removed, bring the interface state into IFS_DOWN.
KAME rtsold.c 1.29
changed the timeout period after sending MAX_RTR_SOLICITATIONS solicitation
from RTR_SOLICITATION_INTERVAL to MAX_RTR_SOLICITATION_DELAY according to
the last paragraph of RFC 2461 Section 6.3.7.
in response to a comment from Pekka Savola <pekkas@netcore.fi>
2001-07-09 06:04:28 +00:00
bjh21
ee64a7181e
Minor grammatical touch-ups.
2000-10-15 12:25:17 +00:00
itojun
74b478c63c
printf-format audit. from sommrfeld@netbsd.org. sync with kame.
2000-10-06 00:13:01 +00:00
kleink
4918722a89
For commands and utilities, use EXIT STATUS rather than RETURN VALUES or
...
DIAGNOSTICS as appropriate (and documented in mdoc(7)).
2000-09-04 07:35:15 +00:00
itojun
8702beec4d
warn if net.inet6.ip6.forwarding == 1. rtsol{,d} is not supposed to be used
...
on routers.
update manpage (talk about -a twists more).
2000-08-13 18:19:12 +00:00
itojun
53476128e8
minor manpage fix.
2000-08-13 06:27:00 +00:00
itojun
ba6d02ed0c
add -a flag: automatically probe an interface, works only if there's
...
only single external non-p2p interface. idea from thopej.
$KAME$.
(sync with kame)
2000-08-13 06:20:02 +00:00
itojun
e8cabc3e27
don't assume CMSG_xx are constant. (sync with latest kame)
2000-02-28 07:17:34 +00:00
itojun
e3d3868ea8
use getifaddrs. do not leave AF_INET6 listening socket left opened for
...
ioctls. (sync with latest kame)
2000-02-25 09:19:06 +00:00
tron
1bc6630de6
Remove bogus declaration of "errno".
2000-01-22 10:05:13 +00:00
itojun
758c15425b
wording changes. document rtsol(8) behavior earlier in the document.
...
(sync with kame repo)
2000-01-02 06:30:15 +00:00
itojun
1d4f533c98
avoid use of kvm, mostly for boot floppy's convenience.
...
(sync with latest kame)
1999-12-31 19:40:19 +00:00
itojun
a650ffbfaf
write out dump file into /var/run, not /var/tmp.
...
(sync with KAME, for possible security reasons)
1999-12-16 05:55:52 +00:00
itojun
e6d250552f
s/.Os kAME/.Os/
1999-12-10 11:05:10 +00:00
itojun
4adaf7b678
oops, forgot to add the file. sorry.
1999-12-10 11:04:08 +00:00
itojun
d81f686e11
typo fixes.
1999-12-10 01:09:06 +00:00
itojun
d9a742bd0d
improve debugging functionality.
...
(sync with latest KAME)
1999-12-09 15:08:33 +00:00
itojun
8ce82eb757
sbin/rtsol now shares source code with usr.sbin/rtsold.
...
sbin/rtsol is compiled separately for static linkage.
1999-09-03 05:25:43 +00:00
itojun
65da2d8803
fix prototypes decls (already back-ported into KAME).
...
RCSID police.
1999-09-03 05:14:37 +00:00
itojun
ba92138668
KAME code, 19990903
1999-09-03 04:56:06 +00:00