diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2015-10-24 20:41:41 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2015-10-24 20:41:41 +0000 |
commit | 7784072ceb215e96403b35f410171a0167558063 (patch) | |
tree | 404918e9d795635982fe9e590abcdf23963467b8 /usr.sbin/ndp | |
parent | 03f241ced57202d4b378c4428a377a6fc9859a68 (diff) |
chlim has been removed from the nd_ifinfo structure.
ok kettenis@
Diffstat (limited to 'usr.sbin/ndp')
-rw-r--r-- | usr.sbin/ndp/ndp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ndp/ndp.c b/usr.sbin/ndp/ndp.c index 4ce5cf63afa..53e81bd7cfb 100644 --- a/usr.sbin/ndp/ndp.c +++ b/usr.sbin/ndp/ndp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ndp.c,v 1.63 2015/10/23 15:47:54 benno Exp $ */ +/* $OpenBSD: ndp.c,v 1.64 2015/10/24 20:41:40 matthieu Exp $ */ /* $KAME: ndp.c,v 1.101 2002/07/17 08:46:33 itojun Exp $ */ /* @@ -967,7 +967,6 @@ ifinfo(char *ifname, int argc, char **argv) } printf("linkmtu=%d", ND.linkmtu); - printf(", curhlim=%d", ND.chlim); printf(", basereachable=%ds%dms", ND.basereachable / 1000, ND.basereachable % 1000); printf(", reachable=%ds", ND.reachable); |