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

Method _nft

sshuttle/methods/nft.py:25–26  ·  view source on GitHub ↗
(action, *args)

Source from the content-addressed store, hash-verified

23 table = 'sshuttle-ipv6-%s' % port
24
25 def _nft(action, *args):
26 return nft(family, table, action, *args)
27
28 chain = table
29

Callers

nothing calls this directly

Calls 1

nftFunction · 0.90

Tested by

no test coverage detected