Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
def
_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
31
def
ipt_chain_exists(name):
Callers
3
ipt
Function · 0.85
_defaults_write_kernel_flags
Function · 0.85
ipfw
Function · 0.85
Calls
2
debug1
Function · 0.85
Fatal
Class · 0.85
Tested by
no test coverage detected