netfilter: nft_quota: add stateful object type
Register a new quota stateful object type into the new stateful object infrastructure. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
This commit is contained in:
parent
b1ce0ced10
commit
173705d9a2
2 changed files with 84 additions and 13 deletions
|
|
@ -1187,6 +1187,7 @@ enum nft_fib_flags {
|
|||
|
||||
#define NFT_OBJECT_UNSPEC 0
|
||||
#define NFT_OBJECT_COUNTER 1
|
||||
#define NFT_OBJECT_QUOTA 2
|
||||
|
||||
/**
|
||||
* enum nft_object_attributes - nf_tables stateful object netlink attributes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue