MCPcopy Index your code
hub / github.com/sshuttle/sshuttle / _ipm

Method _ipm

sshuttle/methods/nat.py:28–29  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

26 return ipt(family, table, *args)
27
28 def _ipm(*args):
29 return ipt(family, "mangle", *args)
30
31 chain = 'sshuttle-%s' % port
32

Callers

nothing calls this directly

Calls 1

iptFunction · 0.90

Tested by

no test coverage detected