diff options
Diffstat (limited to 'extensions/libipt_limit.c')
-rw-r--r-- | extensions/libipt_limit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/libipt_limit.c b/extensions/libipt_limit.c index 9aaf842a..edbc1cbf 100644 --- a/extensions/libipt_limit.c +++ b/extensions/libipt_limit.c @@ -176,6 +176,7 @@ static void save(const struct ipt_ip *ip, const struct ipt_entry_match *match) printf("--limit-burst %u ", r->burst); } +static struct iptables_match limit = { NULL, "limit", |