Make eth0 the default for the public_interface flag.

This commit is contained in:
Soren Hansen 2011-02-17 20:42:40 +00:00 committed by Tarmac
commit 52753aae34

View File

@ -44,7 +44,7 @@ flags.DEFINE_string('dhcp_domain',
flags.DEFINE_string('networks_path', '$state_path/networks',
'Location to keep network config files')
flags.DEFINE_string('public_interface', 'vlan1',
flags.DEFINE_string('public_interface', 'eth0',
'Interface for public IP addresses')
flags.DEFINE_string('vlan_interface', 'eth0',
'network device for vlans')