svn commit: r191124 - head/sys/net

Kip Macy kmacy at FreeBSD.org
Wed Apr 15 21:36:36 UTC 2009


Author: kmacy
Date: Wed Apr 15 21:36:34 2009
New Revision: 191124
URL: http://svn.freebsd.org/changeset/base/191124

Log:
  revert RTM_VERSION change - it doesn't do what I thought it does and changing breaks
  ifconfig needlessly

Modified:
  head/sys/net/route.h

Modified: head/sys/net/route.h
==============================================================================
--- head/sys/net/route.h	Wed Apr 15 21:22:29 2009	(r191123)
+++ head/sys/net/route.h	Wed Apr 15 21:36:34 2009	(r191124)
@@ -234,7 +234,7 @@ struct rt_msghdr {
 	struct	rt_metrics rtm_rmx; /* metrics themselves */
 };
 
-#define RTM_VERSION	6	/* Up the ante and ignore older versions */
+#define RTM_VERSION	5	/* Up the ante and ignore older versions */
 
 /*
  * Message types.


More information about the svn-src-all mailing list