MCPcopy
hub / github.com/sshuttle/sshuttle / get_supported_features

Method get_supported_features

sshuttle/methods/pf.py:419–422  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

417class Method(BaseMethod):
418
419 def get_supported_features(self):
420 result = super(Method, self).get_supported_features()
421 result.ipv6 = True
422 return result
423
424 def get_tcp_dstip(self, sock):
425 pfile = self.firewall.pfile

Callers 7

test_assert_featuresFunction · 0.45
test_assert_featuresFunction · 0.45
test_assert_featuresFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 6

test_assert_featuresFunction · 0.36
test_assert_featuresFunction · 0.36
test_assert_featuresFunction · 0.36