This commit is contained in:
Stefan Midjich 2017-03-07 10:39:41 +01:00
parent 4cbbc54674
commit d55782eaef
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ class Client(object):
# Init iptables
self.table = iptc.Table(iptc.Table.MANGLE)
self.chain = iptc.Chain(table, self._chain)
self.chain = iptc.Chain(self.table, self._chain)
def load_client(self, data):