This disables ipv6 by default. Most use cases will not need it on and it makes dependencies more complex.

This commit is contained in:
Vishvananda Ishaya 2011-01-18 23:14:03 +00:00 committed by Tarmac
commit b9c96efe7e

View File

@ -92,7 +92,7 @@ flags.DEFINE_bool('update_dhcp_on_disassociate', False,
flags.DEFINE_integer('fixed_ip_disassociate_timeout', 600,
'Seconds after which a deallocated ip is disassociated')
flags.DEFINE_bool('use_ipv6', True,
flags.DEFINE_bool('use_ipv6', False,
'use the ipv6')
flags.DEFINE_string('network_host', socket.gethostname(),
'Network host to use for ip allocation in flat modes')