diff options
author | Harald Welte <laforge@gnumonks.org> | 2001-08-06 18:50:21 +0000 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2001-08-06 18:50:21 +0000 |
commit | 3efb6ead2e51fe1eca55bcb2b06afb4dc4b8cb7c (patch) | |
tree | d7a51c0752b5a80c8408692277f2b660ce4dfc2b /extensions/libipt_limit.c | |
parent | 2acb25b8d54cb7430f0751dd36861499e1cd28bd (diff) |
- added patch to support statically linking of iptables
- iptables-save/-restore is no longer experimental
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", |