From 72d21f7e6b5ed203f2b19bb1e91bdd3b7e8d04a0 Mon Sep 17 00:00:00 2001 From: Stefan Midjich Date: Mon, 20 Nov 2017 22:38:34 +0100 Subject: [PATCH] protocol no longer needed with ipset --- portalclientlib/client.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/portalclientlib/client.py b/portalclientlib/client.py index 2a649b8..be704f3 100644 --- a/portalclientlib/client.py +++ b/portalclientlib/client.py @@ -41,8 +41,7 @@ class Client(object): raise errors.StorageNotFound('Client not found') else: client_data = self.storage.get_client( - self._ip_address, - self.protocol + self._ip_address ) # Init iptables