All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH nf-next 1/2] netfilter: nf_tables: add missing descriptions in nft_ct_keys
@ 2016-12-25 11:58 Liping Zhang
  2016-12-25 11:58 ` [PATCH nf-next 2/2] netfilter: nft_ct: add average bytes per packet support Liping Zhang
  2017-01-03 13:38 ` [PATCH nf-next 1/2] netfilter: nf_tables: add missing descriptions in nft_ct_keys Pablo Neira Ayuso
  0 siblings, 2 replies; 4+ messages in thread
From: Liping Zhang @ 2016-12-25 11:58 UTC (permalink / raw)
  To: pablo; +Cc: netfilter-devel, Liping Zhang

From: Liping Zhang <zlpnobody@gmail.com>

We missed to add descriptions about NFT_CT_LABELS, NFT_CT_PKTS and
NFT_CT_BYTES, now add it.

Signed-off-by: Liping Zhang <zlpnobody@gmail.com>
---
 include/uapi/linux/netfilter/nf_tables.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/uapi/linux/netfilter/nf_tables.h b/include/uapi/linux/netfilter/nf_tables.h
index 881d49e..5726f90 100644
--- a/include/uapi/linux/netfilter/nf_tables.h
+++ b/include/uapi/linux/netfilter/nf_tables.h
@@ -860,6 +860,9 @@ enum nft_rt_attributes {
  * @NFT_CT_PROTOCOL: conntrack layer 4 protocol
  * @NFT_CT_PROTO_SRC: conntrack layer 4 protocol source
  * @NFT_CT_PROTO_DST: conntrack layer 4 protocol destination
+ * @NFT_CT_LABELS: conntrack labels
+ * @NFT_CT_PKTS: conntrack packets
+ * @NFT_CT_BYTES: conntrack bytes
  */
 enum nft_ct_keys {
 	NFT_CT_STATE,
-- 
2.5.5



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

end of thread, other threads:[~2017-01-03 13:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-25 11:58 [PATCH nf-next 1/2] netfilter: nf_tables: add missing descriptions in nft_ct_keys Liping Zhang
2016-12-25 11:58 ` [PATCH nf-next 2/2] netfilter: nft_ct: add average bytes per packet support Liping Zhang
2017-01-03 13:41   ` Pablo Neira Ayuso
2017-01-03 13:38 ` [PATCH nf-next 1/2] netfilter: nf_tables: add missing descriptions in nft_ct_keys 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.