summaryrefslogtreecommitdiff
path: root/options.h
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-06-06 11:37:00 +0200
committerJo-Philipp Wich <jow@openwrt.org>2013-06-06 11:50:00 +0200
commitd4980027ea0ff55b01004cc19bed176cbb9e768e (patch)
tree684ab4041335a311d4fc6d2201d6b383bbb55cf9 /options.h
parent6e6a38ea87aebeaefe70869c226cadad0312f144 (diff)
downloadfirewall3-d4980027ea0ff55b01004cc19bed176cbb9e768e.tar.gz
Implement limit and limit_burst options for rules.
Diffstat (limited to 'options.h')
-rw-r--r--options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/options.h b/options.h
index 33c5d14..558013b 100644
--- a/options.h
+++ b/options.h
@@ -381,6 +381,7 @@ struct fw3_redirect
struct fw3_address ip_redir;
struct fw3_port port_redir;
+ struct fw3_limit limit;
struct fw3_time time;
struct fw3_mark mark;