summaryrefslogtreecommitdiff
path: root/usr.sbin/ndp/ndp.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ndp/ndp.c')
-rw-r--r--usr.sbin/ndp/ndp.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/ndp/ndp.c b/usr.sbin/ndp/ndp.c
index 3c33dc4307e..799e7f4c86f 100644
--- a/usr.sbin/ndp/ndp.c
+++ b/usr.sbin/ndp/ndp.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: ndp.c,v 1.24 2002/06/03 19:30:49 itojun Exp $ */
-/* $KAME: ndp.c,v 1.100 2002/06/03 19:25:27 itojun Exp $ */
+/* $OpenBSD: ndp.c,v 1.25 2002/07/17 13:49:03 itojun Exp $ */
+/* $KAME: ndp.c,v 1.101 2002/07/17 08:46:33 itojun Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project.
@@ -1021,14 +1021,14 @@ ifinfo(ifname, argc, argv)
if (ND.flags) {
printf("\nFlags: ");
if ((ND.flags & ND6_IFF_PERFORMNUD))
- printf("PERFORMNUD ");
+ printf("nud ");
#ifdef ND6_IFF_ACCEPT_RTADV
if ((ND.flags & ND6_IFF_ACCEPT_RTADV))
- printf("ACCEPT_RA ");
+ printf("accept_rtadv ");
#endif
#ifdef ND6_IFF_PREFER_SOURCE
if ((ND.flags & ND6_IFF_PREFER_SOURCE))
- printf("PREFER_SRC ");
+ printf("prefer_source ");
#endif
}
putc('\n', stdout);