Commit b8cd9786 authored by Jozsef Kadlecsik's avatar Jozsef Kadlecsik

netfilter: ipset: Use fix sized type for timeout in the extension part

Signed-off-by: default avatarJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
parent 20b2fab4
......@@ -67,7 +67,7 @@ enum ip_set_offset {
#define SET_WITH_COUNTER(s) ((s)->extensions & IPSET_EXT_COUNTER)
struct ip_set_ext {
unsigned long timeout;
u32 timeout;
u64 packets;
u64 bytes;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment