Home | History | Annotate | Download | only in extensions
      1 :INPUT,FORWARD,OUTPUT
      2 -m recent --set;=;OK
      3 -m recent --rcheck --hitcount 8 --name foo --mask 255.255.255.255 --rsource;=;OK
      4 -m recent --rcheck --hitcount 12 --name foo --mask 255.255.255.255 --rsource;=;OK
      5 -m recent --update --rttl;=;OK
      6 -m recent --set --rttl;;FAIL
      7 -m recent --rcheck --hitcount 999 --name foo --mask 255.255.255.255 --rsource;;FAIL
      8 # nonsensical, but all should load successfully:
      9 -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
     10 -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
     11 -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
     12