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

Reply via email to