summaryrefslogtreecommitdiff
path: root/cloudinit/netinfo.py
Commit message (Expand)AuthorAgeFilesLines
* Fix KeyError in iproute pformat (#3287)Dmitry Zykov2023-05-121-19/+25
* Fix logger, use instance rather than module function (#2163)Brett Holman2023-05-041-1/+1
* log: Add standardized deprecation tooling (SC-1312) (#2026)Brett Holman2023-02-241-3/+5
* Add json parsing of ip addr show (SC-723) (#1210)James Falcon2022-01-261-7/+90
* Adopt Black and isort (SC-700) (#1157)James Falcon2021-12-151-165/+238
* Move subp into its own module. (#416)Scott Moser2020-06-081-13/+14
* Add Netbsd support (#62)Gonéri Le Bouder2020-03-121-1/+51
* cloudinit/netinfo: remove unused getgateway (#111)Daniel Watkins2019-12-131-12/+0
* netinfo: Adjust ifconfig output parsing for FreeBSD ipv6 entriesRyan Harper2019-02-081-2/+5
* pycodestyle: Fix deprecated string literals, move away from flake8.Chad Smith2018-05-041-1/+1
* netinfo: fix netdev_pformat when a nic does not have an address assigned.Scott Moser2018-05-011-10/+30
* net: Depend on iproute2's ip instead of net-tools ifconfig or routeChad Smith2018-04-181-72/+273
* simpletable: Fix get_string method to return table-formatted stringChad Smith2017-10-101-1/+1
* Remove prettytable dependency, introduce simpletableAndrew Jorgensen2017-10-021-4/+4
* net: Allow netinfo subprocesses to return 0 or 1.Ryan Harper2017-06-121-3/+4
* LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm2016-12-221-19/+9
* Fix logging importJoshua Harlow2016-05-121-1/+1
* Fix up a ton of flake8 issuesJoshua Harlow2016-05-121-3/+4
* Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemedBarry Warsaw2015-01-211-2/+2
* Fix some whitespace issuesJoshua Harlow2014-11-301-5/+0
* Fix the ipv6 header centeringJoshua Harlow2014-11-301-1/+2
* Fix the getgateway functionJoshua Harlow2014-11-301-4/+4
* Be more tolerant of missing informationJoshua Harlow2014-11-301-48/+50
* Add IPv6 Support for Rhel.Shraddha Pandhe2014-11-211-9/+51
* netinfo: log error on failure of route infoScott Moser2014-09-121-1/+5
* pep8 fixes (2 unrelated to this mp)Scott Moser2014-07-241-2/+2
* netinfo.py: fix regression causing ubuntu to show 'addr:v.x.y.z'Scott Moser2014-02-261-6/+11
* pylint and long line fixes.Scott Moser2014-01-241-17/+13
* pep8Scott Moser2014-01-231-9/+6
* fix: Fallback to check the interface state, specifically freebsd benefitsHarm Weites2013-12-141-1/+6
* new: FreeBSD module to support cloud-init on the FBSD10 platform. In itsHarm Weites2013-12-061-6/+40
* Readd the original prefix to the netinfo (if provided).Joshua Harlow2012-06-291-3/+13
* Unused import removedJoshua Harlow2012-06-161-2/+0
* For now just stick to using newline joining.Joshua Harlow2012-06-161-3/+3
* Logic test on split up line length (just incase).Joshua Harlow2012-06-151-4/+4
* Fix copy right.Joshua Harlow2012-06-111-1/+2
* Use pretty table to get a parseable format out.Joshua Harlow2012-06-111-26/+67
* Start of cleaning this up.Joshua Harlow2012-06-111-0/+5
* Remove the main function from this, seems like it should also be in a test if...Joshua Harlow2012-06-081-4/+0
* remove usage of subprocess.check_outputScott Moser2012-05-221-5/+5
* netinfo.py: minor pylint complaint on unused 'devname'Scott Moser2012-01-301-1/+1
* in netinfo output (ci-info:), fill in empty fields with a "."Scott Moser2012-01-201-2/+9
* Add HP to Copyright, and Juerg Haefliger Authors.Scott Moser2012-01-181-0/+21
* [PATCH] PEP8 coding style fixes.Scott Moser2012-01-171-11/+16
* [PATCH 3/4] Fix pylint conventions C0324 (comma not followed by a space)Scott Moser2012-01-171-3/+3
* [PATCH 06/13] Fix pylint warnings W0612 (unused variable)Scott Moser2012-01-121-4/+4
* [PATCH 01/13] Fix pylint warnings W0311 (bad indentation)Scott Moser2012-01-121-7/+7
* fix bug in netinfo.debug_info if no network devices availableScott Moser2011-10-311-1/+1
* Add some network debug info printed to the consoleScott Moser2011-08-221-0/+83