You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
871 B
12 lines
871 B
:INPUT,FORWARD,OUTPUT
|
|
-m recent --set;=;OK
|
|
-m recent --rcheck --hitcount 8 --name foo --mask 255.255.255.255 --rsource;=;OK
|
|
-m recent --rcheck --hitcount 12 --name foo --mask 255.255.255.255 --rsource;=;OK
|
|
-m recent --update --rttl;=;OK
|
|
-m recent --set --rttl;;FAIL
|
|
-m recent --rcheck --hitcount 999 --name foo --mask 255.255.255.255 --rsource;;FAIL
|
|
# nonsensical, but all should load successfully:
|
|
-m recent --rcheck --hitcount 3 --name foo --mask 255.255.255.255 --rsource -m recent --rcheck --hitcount 4 --name foo --mask 255.255.255.255 --rsource;=;OK
|
|
-m recent --rcheck --hitcount 4 --name foo --mask 255.255.255.255 --rsource -m recent --rcheck --hitcount 4 --name foo --mask 255.255.255.255 --rsource;=;OK
|
|
-m recent --rcheck --hitcount 8 --name foo --mask 255.255.255.255 --rsource -m recent --rcheck --hitcount 12 --name foo --mask 255.255.255.255 --rsource;=;OK
|