commit | 876e4b9a700c9a932227b391063d09bacc9bbdc9 | [log] [tgz] |
---|---|---|
author | Anthony Young <sleepsonthefloor@gmail.com> | Wed Oct 26 23:29:49 2011 -0700 |
committer | Anthony Young <sleepsonthefloor@gmail.com> | Wed Oct 26 23:29:49 2011 -0700 |
tree | 4287bbcf3589d0fce3059c123e28b488224af57b | |
parent | 3eb8f59d297bda603b704c47a07d7544b7ea9eb8 [diff] |
give dummy ip to eth1
diff --git a/tools/xen/templates/interfaces.in b/tools/xen/templates/interfaces.in index ef4796f..8fa8840 100644 --- a/tools/xen/templates/interfaces.in +++ b/tools/xen/templates/interfaces.in
@@ -6,9 +6,11 @@ auto eth1 iface eth1 inet static + # A host-only ip that let's the interface come up, otherwise unused + address 10.255.255.255 netmask @ETH1_NETMASK@ +up ifconfig eth1 up post-up ethtool -K eth1 tx off -post-up ifconfig eth1 up auto eth2 iface eth2 inet static