svn commit: r224128 - user/hrs/ipv6/usr.sbin/rtadvctl

Hiroki Sato hrs at FreeBSD.org
Sun Jul 17 11:24:34 UTC 2011


Author: hrs
Date: Sun Jul 17 11:24:34 2011
New Revision: 224128
URL: http://svn.freebsd.org/changeset/base/224128

Log:
  Comment out a not-yet-implemented part.

Modified:
  user/hrs/ipv6/usr.sbin/rtadvctl/rtadvctl.c

Modified: user/hrs/ipv6/usr.sbin/rtadvctl/rtadvctl.c
==============================================================================
--- user/hrs/ipv6/usr.sbin/rtadvctl/rtadvctl.c	Sun Jul 17 10:13:33 2011	(r224127)
+++ user/hrs/ipv6/usr.sbin/rtadvctl/rtadvctl.c	Sun Jul 17 11:24:34 2011	(r224128)
@@ -718,7 +718,9 @@ action_show(int argc, char **argv)
 
 		printf("\n");
 
+#if 0	/* Not implemented yet */
 		printf("\tReceived RAs:\n");
+#endif
 	}
 
 	return (0);


More information about the svn-src-user mailing list