|
@@ -30,6 +30,7 @@ ebt_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;
|
|
|
|
|
|
nf_log_packet(net, PF_BRIDGE, xt_hooknum(par), skb, xt_in(par),
|
|
nf_log_packet(net, PF_BRIDGE, xt_hooknum(par), skb, xt_in(par),
|
|
xt_out(par), &li, "%s", info->prefix);
|
|
xt_out(par), &li, "%s", info->prefix);
|