summaryrefslogtreecommitdiff
path: root/cloudinit/net/cmdline.py
AgeCommit message (Expand)Author
2021-03-29Fix mis-detecting network configuration in initramfs cmdline (#844)James Falcon
2020-08-25tox: bump the pylint version to 2.6.0 in the default run (#544)Paride Legovini
2020-07-15cloudinit: remove global disable of pylint W0107 and fix errors (#489)Daniel Watkins
2020-03-30net/cmdline: replace type comments with annotations (#294)Daniel Watkins
2020-03-04net: support network-config:disabled on the kernel commandline (#232)Chad Smith
2020-01-30net/cmdline: correctly handle static ip= config (#201)Dimitri John Ledkov
2020-01-21Start removing dependency on six (#178)Daniel Watkins
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