1
1
mirror of https://github.com/sshuttle/sshuttle.git synced 2025-07-13 04:56:32 +02:00

Add FIXME comment.

This commit is contained in:
Brian May
2015-12-15 13:29:04 +11:00
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 = []