Commit 8a53eb5d by Őry Máté

fix pep8

parent 6410761a
......@@ -211,7 +211,6 @@ class Firewall:
self.RULES = [x for x in self.RULES if not ipv4_re.search(x)]
self.RULES = [x.replace('icmp', 'icmpv6') for x in self.RULES]
def ipt_filter_firewall(self):
"""Build firewall's own rules."""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment