From 918c01330b7abc38aa72e951902ad1b62a29ffd9 Mon Sep 17 00:00:00 2001 From: An-Cheng Huang Date: Thu, 7 Aug 2008 14:53:50 -0700 Subject: fix for bug 2224: add "recent" matching --- templates/firewall/name/node.tag/rule/node.tag/recent/count/node.def | 2 ++ templates/firewall/name/node.tag/rule/node.tag/recent/node.def | 1 + templates/firewall/name/node.tag/rule/node.tag/recent/time/node.def | 2 ++ 3 files changed, 5 insertions(+) create mode 100644 templates/firewall/name/node.tag/rule/node.tag/recent/count/node.def create mode 100644 templates/firewall/name/node.tag/rule/node.tag/recent/node.def create mode 100644 templates/firewall/name/node.tag/rule/node.tag/recent/time/node.def (limited to 'templates') diff --git a/templates/firewall/name/node.tag/rule/node.tag/recent/count/node.def b/templates/firewall/name/node.tag/rule/node.tag/recent/count/node.def new file mode 100644 index 0000000..a07010f --- /dev/null +++ b/templates/firewall/name/node.tag/rule/node.tag/recent/count/node.def @@ -0,0 +1,2 @@ +type: u32 +help: Set to N to only match source addresses seen more than N times diff --git a/templates/firewall/name/node.tag/rule/node.tag/recent/node.def b/templates/firewall/name/node.tag/rule/node.tag/recent/node.def new file mode 100644 index 0000000..e1be0a3 --- /dev/null +++ b/templates/firewall/name/node.tag/rule/node.tag/recent/node.def @@ -0,0 +1 @@ +help: Set parameters for matching recently seen sources diff --git a/templates/firewall/name/node.tag/rule/node.tag/recent/time/node.def b/templates/firewall/name/node.tag/rule/node.tag/recent/time/node.def new file mode 100644 index 0000000..b84a0b7 --- /dev/null +++ b/templates/firewall/name/node.tag/rule/node.tag/recent/time/node.def @@ -0,0 +1,2 @@ +type: u32 +help: Set to N to only match source addresses seen in the last N seconds -- cgit v1.2.3