mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-02-16 18:32:03 +01:00
Add FIXME comment.
This commit is contained in:
parent
02fa49627f
commit
56e3b22820
@ -58,6 +58,7 @@ def _shl(n, bits):
|
||||
|
||||
|
||||
def _list_routes():
|
||||
# FIXME: IPv4 only
|
||||
argv = ['netstat', '-rn']
|
||||
p = ssubprocess.Popen(argv, stdout=ssubprocess.PIPE)
|
||||
routes = []
|
||||
|
Loading…
Reference in New Issue
Block a user