svn commit: r236954 - head/sys/net

Randall Stewart rrs at FreeBSD.org
Tue Jun 12 12:40:16 UTC 2012


Author: rrs
Date: Tue Jun 12 12:40:15 2012
New Revision: 236954
URL: http://svn.freebsd.org/changeset/base/236954

Log:
  Opps forgot to commit the flag.

Modified:
  head/sys/net/if.h

Modified: head/sys/net/if.h
==============================================================================
--- head/sys/net/if.h	Tue Jun 12 12:10:10 2012	(r236953)
+++ head/sys/net/if.h	Tue Jun 12 12:40:15 2012	(r236954)
@@ -153,7 +153,7 @@ struct if_data {
 #define	IFF_STATICARP	0x80000		/* (n) static ARP */
 #define	IFF_DYING	0x200000	/* (n) interface is winding down */
 #define	IFF_RENAMING	0x400000	/* (n) interface is being renamed */
-
+#define IFF_GIF_WANTED	0x1000000	/* (n) The gif tunnel is wanted */
 /*
  * Old names for driver flags so that user space tools can continue to use
  * the old (portable) names.


More information about the svn-src-head mailing list