commit | a7f1884554b81bd68cd435d72f09a3527629ac43 | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Thu May 12 14:43:54 2016 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Thu May 12 17:06:59 2016 +0200 |
tree | 68d0e0ee2127ff14ee512fea97fec5aeecd7704f | |
parent | 1b7cc307a88377b0c948f9cbc36d026b272fe6e3 [diff] |
netfilter: nfnetlink_queue: fix timestamp attribute Since 4.4 we erronously use timestamp of the netlink skb (which is zero). Bugzilla: https://bugzilla.netfilter.org/show_bug.cgi?id=1066 Fixes: b28b1e826f818c30ea7 ("netfilter: nfnetlink_queue: use y2038 safe timestamp") Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>