|
@@ -32,6 +32,7 @@ nflog_tg(struct sk_buff *skb, const struct xt_action_param *par)
|
|
li.u.ulog.copy_len = info->len;
|
|
li.u.ulog.copy_len = info->len;
|
|
li.u.ulog.group = info->group;
|
|
li.u.ulog.group = info->group;
|
|
li.u.ulog.qthreshold = info->threshold;
|
|
li.u.ulog.qthreshold = info->threshold;
|
|
|
|
+ li.u.ulog.flags = 0;
|
|
|
|
|
|
if (info->flags & XT_NFLOG_F_COPY_LEN)
|
|
if (info->flags & XT_NFLOG_F_COPY_LEN)
|
|
li.u.ulog.flags |= NF_LOG_F_COPY_LEN;
|
|
li.u.ulog.flags |= NF_LOG_F_COPY_LEN;
|