summaryrefslogtreecommitdiffstats
path: root/sshuttle/methods/ipfw.py
diff options
context:
space:
mode:
authorJohnHay <john@sanren.ac.za>2021-12-20 08:58:25 +0200
committerJohnHay <john@sanren.ac.za>2021-12-20 08:58:25 +0200
commitf247853f39e0549f3dee2286a20867e401f3c7e9 (patch)
treeea45d0a4178dc2762c20bd541416b0e2ae9c4984 /sshuttle/methods/ipfw.py
parent7c1f2b08cfbe2256e86e79540f263f2667ac2c28 (diff)
Changed one place where the Exception text was still tproxy to ipfw.
Diffstat (limited to 'sshuttle/methods/ipfw.py')
-rw-r--r--sshuttle/methods/ipfw.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sshuttle/methods/ipfw.py b/sshuttle/methods/ipfw.py
index bc91f48..5d94750 100644
--- a/sshuttle/methods/ipfw.py
+++ b/sshuttle/methods/ipfw.py
@@ -216,7 +216,7 @@ class Method(BaseMethod):
def restore_firewall(self, port, family, udp, user):
if family not in [socket.AF_INET]:
raise Exception(
- 'Address family "%s" unsupported by tproxy method'
+ 'Address family "%s" unsupported by ipfw method'
% family_to_string(family))
ipfw_noexit('delete', '1')