Commit 11c061d4 by Őry Máté

firewall: changed variable name not merged

parent cd9a353d
...@@ -317,9 +317,9 @@ class firewall: ...@@ -317,9 +317,9 @@ class firewall:
def get(self): def get(self):
if self.IPV6: if self.IPV6:
return { 'filter': self.SZABALYOK, } return { 'filter': self.RULES, }
else: else:
return { 'filter': self.SZABALYOK, 'nat':self.SZABALYOK_NAT } return { 'filter': self.RULES, 'nat':self.RULES_NAT }
def show(self): def show(self):
if self.IPV6: if self.IPV6:
......
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