summaryrefslogtreecommitdiffstats
path: root/sys/net/if.h
diff options
context:
space:
mode:
authorrrs <rrs@FreeBSD.org>2012-06-12 12:40:15 +0000
committerrrs <rrs@FreeBSD.org>2012-06-12 12:40:15 +0000
commit8fa5fc067b8255233ff88ab1968833084df48ee4 (patch)
treed49b0a782c0b94031e0c2b45850e092b6d55aac2 /sys/net/if.h
parent5f1573508a5735b60204147b552da072229b7615 (diff)
downloadFreeBSD-src-8fa5fc067b8255233ff88ab1968833084df48ee4.zip
FreeBSD-src-8fa5fc067b8255233ff88ab1968833084df48ee4.tar.gz
Opps forgot to commit the flag.
Diffstat (limited to 'sys/net/if.h')
-rw-r--r--sys/net/if.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if.h b/sys/net/if.h
index 05be58f..5b4db00 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.
OpenPOWER on IntegriCloud