]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/if_tunnel.h
[AUDIT] add session id to audit messages
[linux-2.6-omap-h63xx.git] / include / linux / if_tunnel.h
index 8de079ba11076e2ee4a6f5d4d9c2703eafbca999..228eb4eb31295aae0df29a9637e1bf416e086c62 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef _IF_TUNNEL_H_
 #define _IF_TUNNEL_H_
 
+#include <linux/types.h>
+
 #define SIOCGETTUNNEL   (SIOCDEVPRIVATE + 0)
 #define SIOCADDTUNNEL   (SIOCDEVPRIVATE + 1)
 #define SIOCDELTUNNEL   (SIOCDEVPRIVATE + 2)
@@ -15,6 +17,9 @@
 #define GRE_FLAGS      __constant_htons(0x00F8)
 #define GRE_VERSION    __constant_htons(0x0007)
 
+/* i_flags values for SIT mode */
+#define        SIT_ISATAP      0x0001
+
 struct ip_tunnel_parm
 {
        char                    name[IFNAMSIZ];