1:INPUT,FORWARD,OUTPUT 2-m recent --set;-m recent --set --name DEFAULT --mask 255.255.255.255 --rsource;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;-m recent --update --rttl --name DEFAULT --mask 255.255.255.255 --rsource;OK 6-m recent --rcheck --hitcount 65536 --name foo --mask 255.255.255.255 --rsource;;FAIL 7# nonsensical, but all should load successfully: 8-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 9-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 10-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 11