All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH nft 0/6] add support for conntrack counters
@ 2016-01-08  9:42 Florian Westphal
  2016-01-08  9:42 ` [PATCH libnftnl 1/6] src: ct: add packet and byte counter support Florian Westphal
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Florian Westphal @ 2016-01-08  9:42 UTC (permalink / raw)
  To: netfilter-devel

Adds support for tests like

ct original packets > 10
ct reply packets > 10
ct packets > 10

The latter returns the counter for both original and reply (i.e. sum).

Needs the two kernel patches:
nftables: ct: add byte/packet counter support
nftables: byteorder: provide le/be 64 bit conversion helper

That were posted earlier.  Let me know if you spot issues.

Thanks.


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-01-13 12:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-08  9:42 [PATCH nft 0/6] add support for conntrack counters Florian Westphal
2016-01-08  9:42 ` [PATCH libnftnl 1/6] src: ct: add packet and byte counter support Florian Westphal
2016-01-08  9:42 ` [PATCH nft 2/6] nft: swap key and direction in ct_dir syntax Florian Westphal
2016-01-08  9:42 ` [PATCH nft 3/6] ct: add packet/byte counter support Florian Westphal
2016-01-08  9:42 ` [PATCH nft 4/6] netlink_linearize: use u64 conversion for 64bit quantities Florian Westphal
2016-01-08  9:42 ` [PATCH nft 5/6] ct regression tests for bytes, packets Florian Westphal
2016-01-08  9:42 ` [PATCH nft 6/6] tests: ct: remove BUG cases that work with current master Florian Westphal
2016-01-13 12:50 ` [PATCH nft 0/6] add support for conntrack counters Pablo Neira Ayuso

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.