diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-08-13 18:24:01 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-08-13 18:24:01 +0000 |
commit | 0f7613c03c4bd997808651e637c2f8e94a438a44 (patch) | |
tree | 6ee4bfd67bb9ad181b6fe43feb2c35138111c346 /usr.sbin/rtsold/dump.c | |
parent | cb11ffa4bd67f11ab1386d67ce4869a6224c0719 (diff) |
add "rtsol -a" (automatically lookup outgoign interface).
warn if net.inet6.ip6.forwarding == 1.
improve manpage.
use $KAME$ for KAME tags.
sync with kame.
Diffstat (limited to 'usr.sbin/rtsold/dump.c')
-rw-r--r-- | usr.sbin/rtsold/dump.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/rtsold/dump.c b/usr.sbin/rtsold/dump.c index 29d5a4111b2..5df4ecd32be 100644 --- a/usr.sbin/rtsold/dump.c +++ b/usr.sbin/rtsold/dump.c @@ -1,4 +1,5 @@ -/* $OpenBSD: dump.c,v 1.3 2000/02/25 10:32:21 itojun Exp $ */ +/* $OpenBSD: dump.c,v 1.4 2000/08/13 18:24:00 itojun Exp $ */ +/* $KAME: dump.c,v 1.7 2000/08/13 06:14:59 itojun Exp $ */ /* * Copyright (C) 1999 WIDE Project. |