artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a14f58
)
chlim has been removed from the nd_ifinfo structure.
author
matthieu
<matthieu@openbsd.org>
Sat, 24 Oct 2015 20:41:40 +0000
(20:41 +0000)
committer
matthieu
<matthieu@openbsd.org>
Sat, 24 Oct 2015 20:41:40 +0000
(20:41 +0000)
ok kettenis@
usr.sbin/ndp/ndp.c
patch
|
blob
|
history
diff --git
a/usr.sbin/ndp/ndp.c
b/usr.sbin/ndp/ndp.c
index
4ce5cf6
..
53e81bd
100644
(file)
--- a/
usr.sbin/ndp/ndp.c
+++ b/
usr.sbin/ndp/ndp.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ndp.c,v 1.6
3 2015/10/23 15:47:54 benno Exp $
*/
+/* $OpenBSD: ndp.c,v 1.6
4 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);