MCPcopy Create free account
hub / github.com/apenwarr/sshuttle / _call

Function _call

firewall.py:23–28  ·  view source on GitHub ↗
(argv)

Source from the content-addressed store, hash-verified

21
22
23def _call(argv):
24 debug1('>> %s\n' % ' '.join(argv))
25 rv = ssubprocess.call(argv)
26 if rv:
27 raise Fatal('%r returned %d' % (argv, rv))
28 return rv
29
30
31def ipt_chain_exists(name):

Callers 3

iptFunction · 0.85
ipfwFunction · 0.85

Calls 2

debug1Function · 0.85
FatalClass · 0.85

Tested by

no test coverage detected