netfilter: nf_tables: add missing descriptions in nft_ct_keys
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> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
This commit is contained in:
parent
9700ba805b
commit
237bab6611
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue