summaryrefslogtreecommitdiffstats
path: root/src/conntrack/build.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conntrack/build.c')
-rw-r--r--src/conntrack/build.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/conntrack/build.c b/src/conntrack/build.c
index a1569ab..4b2e292 100644
--- a/src/conntrack/build.c
+++ b/src/conntrack/build.c
@@ -51,6 +51,7 @@ void __build_tuple_proto(struct nfnlhdr *req,
case IPPROTO_TCP:
case IPPROTO_SCTP:
case IPPROTO_GRE:
+ case IPPROTO_UDPLITE:
nfnl_addattr_l(&req->nlh, size, CTA_PROTO_SRC_PORT,
&t->l4src.tcp.port, sizeof(u_int16_t));
nfnl_addattr_l(&req->nlh, size, CTA_PROTO_DST_PORT,