summaryrefslogtreecommitdiff
path: root/accel-pppd/ctrl/l2tp/l2tp.h
diff options
context:
space:
mode:
Diffstat (limited to 'accel-pppd/ctrl/l2tp/l2tp.h')
-rw-r--r--accel-pppd/ctrl/l2tp/l2tp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/accel-pppd/ctrl/l2tp/l2tp.h b/accel-pppd/ctrl/l2tp/l2tp.h
index b816bc8..91844c6 100644
--- a/accel-pppd/ctrl/l2tp/l2tp.h
+++ b/accel-pppd/ctrl/l2tp/l2tp.h
@@ -18,6 +18,11 @@
#define L2TP_V2_PROTOCOL_VERSION ( 1 << 8 | 0 )
+#define L2TP_DATASEQ_ALLOW -1
+#define L2TP_DATASEQ_DENY 0
+#define L2TP_DATASEQ_PREFER 1
+#define L2TP_DATASEQ_REQUIRE 2
+
typedef union
{
uint32_t uint32;