I had the same issue with the 2 default rules. My last rule is a DENY ANY ANY, and I just want "my" rules copied over, not the defaults (don't need to since they're already going to be there). Someone suggested adding this in my code and it worked flawlessly. if rule["comment"] == "Wireless clients accessing LAN": continue if rule["comment"] == "Default rule": continue
... View more