This commit is contained in:
Trey Morris
2011-06-27 12:32:57 -05:00
parent ce3399b822
commit e2a734a195

View File

@@ -103,7 +103,7 @@ flags.DEFINE_bool('update_dhcp_on_disassociate', False,
'Whether to update dhcp when fixed_ip is disassociated')
flags.DEFINE_integer('fixed_ip_disassociate_timeout', 600,
'Seconds after which a deallocated ip is disassociated')
flags.DEFINE_integer('create_unique_mac_address_atempts', 5,
flags.DEFINE_integer('create_unique_mac_address_attempts', 5,
'Number of attempts to create unique mac address')
flags.DEFINE_bool('use_ipv6', False,