diff options
author | Chenbo Feng <fengc@google.com> | 2018-10-01 18:23:07 -0700 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2018-10-09 01:14:30 +0200 |
commit | 0a8f2bcadff157489a737f8cc8846adcb750b91f (patch) | |
tree | ca58c1dca192c6ce765130cd707314ac77d26672 /extensions/libxt_RATEEST.c | |
parent | b373a91b24c4bb1074f304bc74ce2f361c818a5a (diff) |
extensions: libxt_quota: Allow setting the remaining quota
The current xt_quota module cannot track the current remaining quota
of a specific rule. Everytime an unrelated rule is updated in the same
iptables table, the quota will be reset. This is not a very useful
function for iptables that get changed at run time. This patch fixes the
above problem by adding a new field in the struct that records the
current remaining quota.
Fixed a print out bug in verbose print out wrt. inversion.
Signed-off-by: Chenbo Feng <fengc@google.com>
Suggested-by: Maciej Żenczykowski <maze@google.com>
Reviewed-by: Maciej Żenczykowski <maze@google.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'extensions/libxt_RATEEST.c')
0 files changed, 0 insertions, 0 deletions