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.
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to