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

Function ipfw_noexit

sshuttle/methods/ipfw.py:108–112  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

106
107
108def ipfw_noexit(*args):
109 argv = ['ipfw', '-q'] + list(args)
110 debug1('>> %s' % ' '.join(argv))
111 ssubprocess.call(argv, env=get_env())
112 # No env: No output. (Or error that won't be parsed.)
113
114
115class Method(BaseMethod):

Callers 2

setup_firewallMethod · 0.85
restore_firewallMethod · 0.85

Calls 2

debug1Function · 0.90
get_envFunction · 0.90

Tested by

no test coverage detected