From cd0c8afe4962d6445bde310a5e1f14a158629467 Mon Sep 17 00:00:00 2001 From: Guillaume Destuynder Date: Tue, 13 May 2014 18:35:13 -0700 Subject: [PATCH] typo --- netfilter_openvpn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netfilter_openvpn.py b/netfilter_openvpn.py index 44e879e..b51dd10 100755 --- a/netfilter_openvpn.py +++ b/netfilter_openvpn.py @@ -335,7 +335,7 @@ def kill_block_hack(usersrcip): But we don't know if the operation will succeed yet, so it doesnt allow traffic just to be safe. This function allows traffic through. """ - iptables('-D INPUT -s %s -j DROP', usersrcip) + iptables('-D INPUT -s %s -j DROP', % usersrcip) def add_chain(usersrcip, usercn, dev): """