summaryrefslogtreecommitdiff
path: root/cloudinit/net/cmdline.py
AgeCommit message (Expand)Author
2019-08-22net/cmdline: refactor to allow multiple initramfs network config sourcesDaniel Watkins
2019-07-26net/cmdline: split interfaces_by_mac and init network config determinationDaniel Watkins
2018-04-19pylint: pay attention to unused variable warnings.Scott Moser
2018-03-16net: recognize iscsi root cases without ip= on kernel command line.Scott Moser
2017-12-15lint: Fix lints seen by pylint version 1.8.1.Chad Smith
2017-05-16Improve detection of snappy to include os-release and kernel cmdline.Scott Moser
2017-05-16Add address to config entry generated by _klibc_to_config_entry.Julien Castets
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-12-02Replace usage of sys_netdev_info with read_sys_netJoshua Harlow
2016-11-22net/cmdline: Consider ip= or ip6= on command line not only ip=Scott Moser
2016-11-03net/cmdline: Further adjustments to ipv6 supportLaMont Jones
2016-09-21net: support reading ipv6 dhcp config from initramfsLaMont Jones
2016-06-07For now just remove compat.py moduleJoshua Harlow
2016-06-06Get cmdline working againJoshua Harlow
2016-06-06Rebase against masterJoshua Harlow
2016-05-24Fix up some of the net usage and restore imports and add a mini compat moduleJoshua Harlow
2016-05-19Adjust net module to be more isolatedJoshua Harlow
2016-05-11Remove stray prints leftoverJoshua Harlow
2016-05-11Fix py26 for rhel (and older versions of python)Joshua Harlow
2016-05-10Rename to net/renderers and klibc -> cmdline.pyJoshua Harlow