Andres Rodriguez has proposed merging lp:~andreserl/maas/ignore-client-uids
into lp:maas.
Commit message:
Prevents DHCP server from giving two different IP addresses to the same client
during different stages.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
Related bugs:
Bug #1069570 in MAAS: "1 MAC Address, two IPs - DNS is "out of sync" with
DHCP leases databases, I think..."
https://bugs.launchpad.net/maas/+bug/1069570
For more details, see:
https://code.launchpad.net/~andreserl/maas/ignore-client-uids/+merge/163378
--
https://code.launchpad.net/~andreserl/maas/ignore-client-uids/+merge/163378
Your team Launchpad code reviewers is requested to review the proposed merge of
lp:~andreserl/maas/ignore-client-uids into lp:maas.
=== modified file 'src/provisioningserver/dhcp/config.py'
--- src/provisioningserver/dhcp/config.py 2012-11-22 03:18:35 +0000
+++ src/provisioningserver/dhcp/config.py 2013-05-10 22:29:30 +0000
@@ -29,6 +29,7 @@
template_content = dedent("""\
subnet {{subnet}} netmask {{subnet_mask}} {
filename "{{bootloader}}";
+ ignore-client-uids true;
option subnet-mask {{subnet_mask}};
option broadcast-address {{broadcast_ip}};
option domain-name-servers {{dns_servers}};
_______________________________________________
Mailing list: https://launchpad.net/~launchpad-reviewers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~launchpad-reviewers
More help : https://help.launchpad.net/ListHelp