Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/sshuttle/sshuttle
/ is_supported
Method
is_supported
sshuttle/methods/ipfw.py:221–226 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
219
ipfw_noexit(
'table'
,
'126'
,
'flush'
)
220
221
def
is_supported(self):
222
if
which(
"ipfw"
):
223
return
True
224
debug2(
"ipfw method not supported because 'ipfw' command is "
225
"missing."
)
226
return
False
Callers
nothing calls this directly
Calls
2
which
Function · 0.90
debug2
Function · 0.90
Tested by
no test coverage detected