diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-05-23 11:23:25 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-05-23 11:23:25 +0000 |
commit | bbf92ef64d53877868b9de797b4762f8616f4292 (patch) | |
tree | 49e46b4f3486410494a89556fc1edaccbf003e9e /usr.sbin/rtadvd/config.h | |
parent | 26f1ef8bde652ad2790946e44f8750dc332ca739 (diff) |
sync with latest kame.
- weaken logging priority for /etc/resolv.conf open failure
- gather stats, emit stats by SIGUSR1
- use SIOCGIFMTU to get interface MTU (just a matter of #ifdef)
From: "Todd T. Fries" <todd@fries.net>
Diffstat (limited to 'usr.sbin/rtadvd/config.h')
-rw-r--r-- | usr.sbin/rtadvd/config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/rtadvd/config.h b/usr.sbin/rtadvd/config.h index d52b3782a00..33ce8638fcf 100644 --- a/usr.sbin/rtadvd/config.h +++ b/usr.sbin/rtadvd/config.h @@ -1,4 +1,5 @@ -/* $OpenBSD: config.h,v 1.3 2000/02/02 04:10:37 itojun Exp $ */ +/* $OpenBSD: config.h,v 1.4 2000/05/23 11:23:23 itojun Exp $ */ +/* $KAME: config.h,v 1.3 2000/05/16 13:34:13 itojun Exp $ */ /* * Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project. |