summaryrefslogtreecommitdiff
path: root/cloudinit/net/dhcp.py
AgeCommit message (Expand)Author
2021-12-15Adopt Black and isort (SC-700) (#1157)James Falcon
2021-09-17Add connectivity_url to Oracle's EphemeralDHCPv4 (#988)James Falcon
2021-06-01Allow braces to appear in dhclient output (#911)eb3095
2020-08-25tox: bump the pylint version to 2.6.0 in the default run (#544)Paride Legovini
2020-08-24DHCP sandboxing failing on noexec mounted /var/tmp (#521)Eduardo Otubo
2020-07-15cloudinit: remove global disable of pylint W0107 and fix errors (#489)Daniel Watkins
2020-06-19printing the error stream of the dhclient process before killing it (#369)Moustafa Moustafa
2020-06-08Move subp into its own module. (#416)Scott Moser
2020-01-31cloudinit: replace "from six import X" imports (except in util.py) (#183)Daniel Watkins
2019-12-09dhcp: Support RedHat dhcp rfc3442 lease format for option 121 (#76)Eric Lafontaine
2019-07-16net: add rfc3442 (classless static routes) to EphemeralDHCPRyan Harper
2019-01-15net: Wait for dhclient to daemonize before reading lease fileJason Zions
2018-11-26net: Ephemeral*Network: add connectivity check via URLChad Smith
2018-11-12azure: fix regression introduced when persisting ephemeral dhcp leaseasakkurr
2018-04-19pylint: pay attention to unused variable warnings.Scott Moser
2018-01-24Azure VM Preprovisioning support.Douglas Jordan
2017-11-30ec2: Fix sandboxed dhclient background process cleanup.Chad Smith
2017-11-20EC2: Fix bug using fallback_nic and metadata when restoring from cache.Scott Moser
2017-11-19EC2: Kill dhclient process used in sandbox dhclient.Scott Moser
2017-10-03Azure, CloudStack: Support reading dhcp options from systemd-networkd.Dimitri John Ledkov
2017-09-18ec2: Fix maybe_perform_dhcp_discovery to use /var/tmp as a tmpdirChad Smith
2017-09-07Use /run/cloud-init for tempfile operations.Scott Moser
2017-08-09ec2: Allow Ec2 to run in init-local using dhclient in a sandbox.Chad Smith