commit | f6ef5690e7de6460ff060eaedc9166f9e7335803 | [log] [tgz] |
---|---|---|
author | Anthony Young <sleepsonthefloor@gmail.com> | Wed Oct 26 23:40:46 2011 -0700 |
committer | Anthony Young <sleepsonthefloor@gmail.com> | Wed Oct 26 23:40:46 2011 -0700 |
tree | b9ae4ea0a7f75a2f4b10bbdc0b9f68da181fd9c6 | |
parent | fe1c6dedcb0bf0f89c0ebca717d79e259af57fd9 [diff] [blame] |
make vm net ip configurable
diff --git a/tools/xen/templates/interfaces.in b/tools/xen/templates/interfaces.in index 8fa8840..49c3d68 100644 --- a/tools/xen/templates/interfaces.in +++ b/tools/xen/templates/interfaces.in
@@ -6,10 +6,8 @@ auto eth1 iface eth1 inet static - # A host-only ip that let's the interface come up, otherwise unused - address 10.255.255.255 + address @ETH1_IP@ netmask @ETH1_NETMASK@ -up ifconfig eth1 up post-up ethtool -K eth1 tx off auto eth2