consistency change in output
git-svn-id: svn+ssh://svn.ipng.nl/usr/share/subversion/repositories/ircnet.ipng.ch@17 c5d60b8d-fdcb-4146-b734-af4215e9eb71
This commit is contained in:
@ -40,7 +40,7 @@ def asn_to_route(_asn, _whois_server = "whois.ripe.net",
|
||||
ifile = s.makefile('w')
|
||||
ifile.write('-i origin AS'+_asn+'\r\n')
|
||||
ifile.flush()
|
||||
print("Fetching route/route6 from %s on %s" % (_asn, _whois_server))
|
||||
print("Fetching route/route6 for AS%s from %s" % (_asn, _whois_server))
|
||||
while True:
|
||||
line = ifile.readline()
|
||||
if not line:
|
||||
|
Reference in New Issue
Block a user