summaryrefslogtreecommitdiff
path: root/neutron/tests/unit/agent/linux/test_dhcp.py
Commit message (Expand)AuthorAgeFilesLines
* Suppress IPv6 metadata DAD failure and delete addressstable/victoriaBence Romsics2023-05-021-1/+2
* Remove dhcp_extra_opt name after first newline characterSlawek Kaplonski2021-09-241-1/+1
* Remove dhcp_extra_opt value after first newline characterSlawek Kaplonski2021-08-311-1/+6
* Copy existing IPv6 leases to generated lease fileGaudenz Steinlin2021-07-011-0/+64
* Don't configure dnsmasq entries for "network" portsSlawek Kaplonski2021-02-231-0/+14
* Default dnsmasq --conf-file to /dev/nullDan Radez2020-10-081-0/+17
* Use metadata constants from n-libBence Romsics2020-09-041-1/+1
* metadata-ipv6: DHCP namespaceBence Romsics2020-08-311-1/+7
* Merge "Migrate "dhcp_release" to oslo.privsep"Zuul2020-07-081-11/+17
|\
| * Migrate "dhcp_release" to oslo.privsepRodolfo Alonso Hernandez2020-06-091-11/+17
* | Fix metadata address usageBrian Haley2020-06-301-2/+2
* | Merge "Remove unneeded argment in "_read_leases_file_leases""Zuul2020-06-251-26/+11
|\ \
| * | Remove unneeded argment in "_read_leases_file_leases"Rodolfo Alonso Hernandez2020-06-181-26/+11
| |/
* | Fixes dnsmasq host file parsing with "addr6_list"Rodolfo Alonso Hernandez2020-06-181-32/+38
|/
* Fix some pep8 errorsBrian Haley2020-05-111-1/+1
* Use dhcp-host tag support when supportedHarald Jensås2020-05-071-17/+91
* Remove the dependency on the "mock" packageBrian Haley2020-04-281-1/+1
* DHCPv6 - Use addr6_list in dnsmasqHarald Jensås2020-03-031-0/+44
* DhcpLocalProcess._enable should not call DhcpLocalProcess.restartRodolfo Alonso Hernandez2020-01-081-7/+5
* Do not inherit from built-in "dict"Rodolfo Alonso Hernandez2019-11-291-0/+94
* Check dnsmasq process is active when spawnedRodolfo Alonso Hernandez2019-10-251-2/+2
* Fix mismatch of tags in dnsmasq optionsSlawek Kaplonski2019-10-211-224/+340
* Pass get_networks() callback to interface driverAdrian Chiris2019-07-301-3/+6
* Start enforcing E125 flake8 directiveBrian Haley2019-07-191-1/+2
* Merge "Revert "Pass network's dns_domain to dnsmasq conf""Zuul2019-06-101-65/+40
|\
| * Revert "Pass network's dns_domain to dnsmasq conf"James Page2019-06-031-65/+40
* | Merge "Optimize the code that fixes the race condition of DHCP agent."Zuul2019-06-061-27/+1
|\ \
| * | Optimize the code that fixes the race condition of DHCP agent.Yang JianFeng2019-05-221-27/+1
| |/
* | use test tools from neutron-libBoden R2019-06-051-8/+8
|/
* Use --bind-dynamic with dnsmasq instead of --bind-interfacesBrian Haley2019-05-131-2/+12
* Reorder classless static route (RFC3442) recordsVolodymyr Litovka2019-04-211-30/+28
* Try to enable dnsmasq process several timesSlawek Kaplonski2019-03-231-5/+14
* Fix pylint R1717 (consider-using-dict-comprehension) refactor messagesBrian Haley2019-03-141-8/+7
* Merge "Do not release DHCP lease when no client ID is set on port"Zuul2019-03-141-0/+43
|\
| * Do not release DHCP lease when no client ID is set on portArjun Baindur2019-01-301-0/+43
* | Merge "Change agents to use get_devices_with_ip()"Zuul2019-02-071-7/+6
|\ \
| * | Change agents to use get_devices_with_ip()Brian Haley2019-02-051-7/+6
| |/
* | Merge "DHCP: fix default dns search name"Zuul2019-02-071-3/+8
|\ \
| * | DHCP: fix default dns search nameJakob Englisch2019-02-051-3/+8
* | | Ensure dnsmasq is down before enabling it in restart methodSlawek Kaplonski2019-02-011-3/+3
| |/ |/|
* | Remove IPv6 addresses in dnsmasq leases fileRodolfo Alonso Hernandez2019-01-241-2/+0
|/
* Merge "Add ipxe6 dnsmasq tag to enable ipv6 dhcp client matching"Zuul2018-12-191-0/+1
|\
| * Add ipxe6 dnsmasq tag to enable ipv6 dhcp client matchingJulia Kreger2018-12-181-0/+1
* | Implement IpAddrCommand.get_devices_with_ip using pyroute2Rodolfo Alonso Hernandez2018-12-171-0/+11
|/
* Fix dnsmasq option6 tagging logicJulia Kreger2018-12-081-0/+48
* Secure dnsmasq process against external abuseJens Harbott2018-11-281-2/+1
* Do not fail deleting namespace if it does not existBrian Haley2018-10-021-10/+8
* Merge "Parse dhcp leases file in a more robust way"Zuul2018-09-211-2/+12
|\
| * Parse dhcp leases file in a more robust wayaojeagarcia2018-08-241-2/+12
* | Use constant IP_VERSION_4/6 in unit testsHongbin Lu2018-08-271-19/+19
|/