summaryrefslogtreecommitdiffstats
path: root/include/libnftnl
diff options
context:
space:
mode:
Diffstat (limited to 'include/libnftnl')
-rw-r--r--include/libnftnl/object.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/libnftnl/object.h b/include/libnftnl/object.h
index cce0713..c5ea88e 100644
--- a/include/libnftnl/object.h
+++ b/include/libnftnl/object.h
@@ -87,6 +87,12 @@ enum {
};
enum {
+ NFTNL_OBJ_SYNPROXY_MSS = NFTNL_OBJ_BASE,
+ NFTNL_OBJ_SYNPROXY_WSCALE,
+ NFTNL_OBJ_SYNPROXY_FLAGS,
+};
+
+enum {
NFTNL_OBJ_TUNNEL_ID = NFTNL_OBJ_BASE,
NFTNL_OBJ_TUNNEL_IPV4_SRC,
NFTNL_OBJ_TUNNEL_IPV4_DST,