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