aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ipsec.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/ipsec.h')
-rw-r--r--include/linux/ipsec.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/ipsec.h b/include/linux/ipsec.h
index d3c527616b5e98..d17a6302a0e966 100644
--- a/include/linux/ipsec.h
+++ b/include/linux/ipsec.h
@@ -12,7 +12,8 @@
enum {
IPSEC_MODE_ANY = 0, /* We do not support this for SA */
IPSEC_MODE_TRANSPORT = 1,
- IPSEC_MODE_TUNNEL = 2
+ IPSEC_MODE_TUNNEL = 2,
+ IPSEC_MODE_BEET = 3
};
enum {