summaryrefslogtreecommitdiff
path: root/cloudinit/netinfo.py
AgeCommit message (Expand)Author
2017-06-12net: Allow netinfo subprocesses to return 0 or 1.Ryan Harper
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-05-12Fix logging importJoshua Harlow
2016-05-12Fix up a ton of flake8 issuesJoshua Harlow
2015-01-21Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemedBarry Warsaw
2014-11-30Fix some whitespace issuesJoshua Harlow
2014-11-30Fix the ipv6 header centeringJoshua Harlow
2014-11-30Fix the getgateway functionJoshua Harlow
2014-11-30Be more tolerant of missing informationJoshua Harlow
2014-11-21Add IPv6 Support for Rhel.Shraddha Pandhe
2014-09-12netinfo: log error on failure of route infoScott Moser
2014-07-24pep8 fixes (2 unrelated to this mp)Scott Moser
2014-02-26netinfo.py: fix regression causing ubuntu to show 'addr:v.x.y.z'Scott Moser
2014-01-24pylint and long line fixes.Scott Moser
2014-01-23pep8Scott Moser
2013-12-14fix: Fallback to check the interface state, specifically freebsd benefitsHarm Weites
2013-12-06new: FreeBSD module to support cloud-init on the FBSD10 platform. In itsHarm Weites
2012-06-29Readd the original prefix to the netinfo (if provided).Joshua Harlow
2012-06-16Unused import removedJoshua Harlow
2012-06-16For now just stick to using newline joining.Joshua Harlow
2012-06-15Logic test on split up line length (just incase).Joshua Harlow
2012-06-11Fix copy right.Joshua Harlow
2012-06-11Use pretty table to get a parseable format out.Joshua Harlow
2012-06-11Start of cleaning this up.Joshua Harlow
2012-06-08Remove the main function from this, seems like it should also be in a test if...Joshua Harlow
2012-05-22remove usage of subprocess.check_outputScott Moser
2012-01-30netinfo.py: minor pylint complaint on unused 'devname'Scott Moser
2012-01-20in netinfo output (ci-info:), fill in empty fields with a "."Scott Moser
2012-01-18Add HP to Copyright, and Juerg Haefliger Authors.Scott Moser
2012-01-17[PATCH] PEP8 coding style fixes.Scott Moser
2012-01-17[PATCH 3/4] Fix pylint conventions C0324 (comma not followed by a space)Scott Moser
2012-01-12[PATCH 06/13] Fix pylint warnings W0612 (unused variable)Scott Moser
2012-01-12[PATCH 01/13] Fix pylint warnings W0311 (bad indentation)Scott Moser
2011-10-31fix bug in netinfo.debug_info if no network devices availableScott Moser
2011-08-22Add some network debug info printed to the consoleScott Moser