diff --git a/sshuttle/methods/ipfw.py b/sshuttle/methods/ipfw.py index d74dc60..bc91f48 100644 --- a/sshuttle/methods/ipfw.py +++ b/sshuttle/methods/ipfw.py @@ -210,8 +210,8 @@ class Method(BaseMethod): reverse=True): if sexclude: ipfw('table', '125', 'add', '%s/%s' % (snet, swidth)) - else: - ipfw('table', '126', 'add', '%s/%s' % (snet, swidth)) + else: + ipfw('table', '126', 'add', '%s/%s' % (snet, swidth)) def restore_firewall(self, port, family, udp, user): if family not in [socket.AF_INET]: