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/pathnames.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/pathnames.h')
-rw-r--r-- | usr.sbin/rtadvd/pathnames.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/rtadvd/pathnames.h b/usr.sbin/rtadvd/pathnames.h index 6d2e1273dd2..8f53945b733 100644 --- a/usr.sbin/rtadvd/pathnames.h +++ b/usr.sbin/rtadvd/pathnames.h @@ -1,3 +1,4 @@ -/* $OpenBSD: pathnames.h,v 1.3 2000/01/05 19:53:12 angelos Exp $ */ +/* $OpenBSD: pathnames.h,v 1.4 2000/05/23 11:23:23 itojun Exp $ */ +/* $KAME: pathnames.h,v 1.2 2000/05/16 13:34:13 itojun Exp $ */ #define _PATH_RTADVDCONF "/etc/rtadvd.conf" |