summaryrefslogtreecommitdiff
path: root/cloudinit/net/dhcp.py
Commit message (Expand)AuthorAgeFilesLines
* [1/2] DHCP: Refactor dhcp client code (#2122)Brett Holman2023-04-191-242/+374
* net/dhcp: catch dhclient failures and raise NoDHCPLeaseError (#2083)Chris Patterson2023-03-291-1/+11
* Send dhcp-client-identifier for InfiniBand ports (#2043)Waleed Mousa2023-03-221-2/+22
* dhcp: Cleanup unused kwarg (#2037)Brett Holman2023-02-281-2/+1
* net: set dhclient lease and pid files (#1715)Brett Holman2022-09-141-27/+15
* net: Ensure a tmp with exec permissions for dhcp (#1690)Alberto Contreras2022-09-011-2/+6
* net: Implement link-local ephemeral ipv6Brett Holman2022-06-101-113/+1
* Network functions refactor and bugfixes (#1383)Brett Holman2022-04-151-2/+4
* Refactoring helper funcs out of NetworkState (#1336)Andrew Kutz2022-03-151-1/+1
* net/dhcp: surface type of DHCP lease failure to caller (#1276)Chris Patterson2022-03-011-12/+15
* Adopt Black and isort (SC-700) (#1157)James Falcon2021-12-151-78/+116
* Add connectivity_url to Oracle's EphemeralDHCPv4 (#988)James Falcon2021-09-171-7/+13
* Allow braces to appear in dhclient output (#911)eb30952021-06-011-1/+1
* tox: bump the pylint version to 2.6.0 in the default run (#544)Paride Legovini2020-08-251-2/+2
* DHCP sandboxing failing on noexec mounted /var/tmp (#521)Eduardo Otubo2020-08-241-0/+6
* cloudinit: remove global disable of pylint W0107 and fix errors (#489)Daniel Watkins2020-07-151-2/+0
* printing the error stream of the dhclient process before killing it (#369)Moustafa Moustafa2020-06-191-11/+22
* Move subp into its own module. (#416)Scott Moser2020-06-081-3/+4
* cloudinit: replace "from six import X" imports (except in util.py) (#183)Daniel Watkins2020-01-311-1/+1
* dhcp: Support RedHat dhcp rfc3442 lease format for option 121 (#76)Eric Lafontaine2019-12-091-7/+35
* net: add rfc3442 (classless static routes) to EphemeralDHCPRyan Harper2019-07-161-0/+90
* net: Wait for dhclient to daemonize before reading lease fileJason Zions2019-01-151-13/+31
* net: Ephemeral*Network: add connectivity check via URLChad Smith2018-11-261-3/+14
* azure: fix regression introduced when persisting ephemeral dhcp leaseasakkurr2018-11-121-10/+32
* pylint: pay attention to unused variable warnings.Scott Moser2018-04-191-1/+1
* Azure VM Preprovisioning support.Douglas Jordan2018-01-241-1/+42
* ec2: Fix sandboxed dhclient background process cleanup.Chad Smith2017-11-301-15/+29
* EC2: Fix bug using fallback_nic and metadata when restoring from cache.Scott Moser2017-11-201-2/+1
* EC2: Kill dhclient process used in sandbox dhclient.Scott Moser2017-11-191-1/+8
* Azure, CloudStack: Support reading dhcp options from systemd-networkd.Dimitri John Ledkov2017-10-031-0/+42
* ec2: Fix maybe_perform_dhcp_discovery to use /var/tmp as a tmpdirChad Smith2017-09-181-2/+3
* Use /run/cloud-init for tempfile operations.Scott Moser2017-09-071-1/+2
* ec2: Allow Ec2 to run in init-local using dhclient in a sandbox.Chad Smith2017-08-091-0/+119