commit | 1896531710abcd9a961a17d0c5c6a9f537d479b6 | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Mon Nov 28 00:05:56 2016 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Wed Dec 07 13:22:12 2016 +0100 |
tree | 8b8f03d79699e607ab0dfa3e9abf0a9e5404e477 | |
parent | 2599e98934c5ad166ad184b3682e38aadcb63fb3 [diff] |
netfilter: nft_quota: add depleted flag for objects Notify on depleted quota objects. The NFT_QUOTA_F_DEPLETED flag indicates we have reached overquota. Add pointer to table from nft_object, so we can use it when sending the depletion notification to userspace. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>