Add FIXME comment.

This commit is contained in:
Brian May 2015-12-15 13:29:04 +11:00
parent 02fa49627f
commit 56e3b22820

View File

@ -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 = []