Keith Byrne has proposed merging lp:~timbyr/cloud-init/cloud-init into 
lp:cloud-init.

Requested reviews:
  cloud init development team (cloud-init-dev)
Related bugs:
  Bug #1401965 in cloud-init: "route_info() in netinfo.py will never return 
IPV6 route information"
  https://bugs.launchpad.net/cloud-init/+bug/1401965

For more details, see:
https://code.launchpad.net/~timbyr/cloud-init/cloud-init/+merge/247449
-- 
Your team cloud init development team is requested to review the proposed merge 
of lp:~timbyr/cloud-init/cloud-init into lp:cloud-init.
=== modified file 'cloudinit/netinfo.py'
--- cloudinit/netinfo.py	2014-12-01 05:35:38 +0000
+++ cloudinit/netinfo.py	2015-01-23 16:58:59 +0000
@@ -136,7 +136,7 @@
         routes['ipv4'].append(entry)
 
     try:
-        (route_out6, _err6) = util.subp(["netstat", "-A", "inet6", "-n"])
+        (route_out6, _err6) = util.subp(["netstat", "-A", "inet6", "-rn"])
     except util.ProcessExecutionError:
         pass
     else:

_______________________________________________
Mailing list: https://launchpad.net/~cloud-init-dev
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~cloud-init-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to