index
:
vyos-cloud-init.git
circinus
crux
current
equuleus
mergify/bp/circinus/pr-78
mergify/bp/circinus/pr-85
mergify/bp/sagitta/pr-78
sagitta
(mirror of https://github.com/vyos/vyos-cloud-init.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cloudinit
/
netinfo.py
Age
Commit message (
Expand
)
Author
2021-12-15
Adopt Black and isort (SC-700) (#1157)
James Falcon
2020-06-08
Move subp into its own module. (#416)
Scott Moser
2020-03-12
Add Netbsd support (#62)
Gonéri Le Bouder
2019-12-13
cloudinit/netinfo: remove unused getgateway (#111)
Daniel Watkins
2019-02-08
netinfo: Adjust ifconfig output parsing for FreeBSD ipv6 entries
Ryan Harper
2018-05-04
pycodestyle: Fix deprecated string literals, move away from flake8.
Chad Smith
2018-05-01
netinfo: fix netdev_pformat when a nic does not have an address assigned.
Scott Moser
2018-04-18
net: Depend on iproute2's ip instead of net-tools ifconfig or route
Chad Smith
2017-10-10
simpletable: Fix get_string method to return table-formatted string
Chad Smith
2017-10-02
Remove prettytable dependency, introduce simpletable
Andrew Jorgensen
2017-06-12
net: Allow netinfo subprocesses to return 0 or 1.
Ryan Harper
2016-12-22
LICENSE: Allow dual licensing GPL-3 or Apache 2.0
Jon Grimm
2016-05-12
Fix logging import
Joshua Harlow
2016-05-12
Fix up a ton of flake8 issues
Joshua Harlow
2015-01-21
Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemed
Barry Warsaw
2014-11-30
Fix some whitespace issues
Joshua Harlow
2014-11-30
Fix the ipv6 header centering
Joshua Harlow
2014-11-30
Fix the getgateway function
Joshua Harlow
2014-11-30
Be more tolerant of missing information
Joshua Harlow
2014-11-21
Add IPv6 Support for Rhel.
Shraddha Pandhe
2014-09-12
netinfo: log error on failure of route info
Scott Moser
2014-07-24
pep8 fixes (2 unrelated to this mp)
Scott Moser
2014-02-26
netinfo.py: fix regression causing ubuntu to show 'addr:v.x.y.z'
Scott Moser
2014-01-24
pylint and long line fixes.
Scott Moser
2014-01-23
pep8
Scott Moser
2013-12-14
fix: Fallback to check the interface state, specifically freebsd benefits
Harm Weites
2013-12-06
new: FreeBSD module to support cloud-init on the FBSD10 platform. In its
Harm Weites
2012-06-29
Readd the original prefix to the netinfo (if provided).
Joshua Harlow
2012-06-16
Unused import removed
Joshua Harlow
2012-06-16
For now just stick to using newline joining.
Joshua Harlow
2012-06-15
Logic test on split up line length (just incase).
Joshua Harlow
2012-06-11
Fix copy right.
Joshua Harlow
2012-06-11
Use pretty table to get a parseable format out.
Joshua Harlow
2012-06-11
Start of cleaning this up.
Joshua Harlow
2012-06-08
Remove the main function from this, seems like it should also be in a test if...
Joshua Harlow
2012-05-22
remove usage of subprocess.check_output
Scott Moser
2012-01-30
netinfo.py: minor pylint complaint on unused 'devname'
Scott Moser
2012-01-20
in netinfo output (ci-info:), fill in empty fields with a "."
Scott Moser
2012-01-18
Add 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-31
fix bug in netinfo.debug_info if no network devices available
Scott Moser
2011-08-22
Add some network debug info printed to the console
Scott Moser