From 6f17e3a31ad3d70df1a3cf15d033ddd4c367f30a Mon Sep 17 00:00:00 2001 From: Randall Stewart Date: Tue, 12 Jun 2012 12:40:15 +0000 Subject: [PATCH] Opps forgot to commit the flag. --- sys/net/if.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/net/if.h b/sys/net/if.h index 05be58fbb2cb..5b4db00a0f29 100644 --- a/sys/net/if.h +++ b/sys/net/if.h @@ -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.