- 27 Jan, 2015 1 commit
-
-
Petr Pudlak authored
Since dnsmasq caches the leases internally, if a VM is removed and then another with the same name recreated, dnsmasq will refuse to serve it an IP address, because it has a different MAC. Restarting clears the internal lease cache. Signed-off-by:
Petr Pudlak <pudlak@google.com> Reviewed-by:
Klaus Aehlig <aehlig@google.com>
-
- 15 Sep, 2014 1 commit
-
-
Klaus Aehlig authored
...also to the files added only in stable-2.12. See issue #936 for details. Signed-off-by:
Klaus Aehlig <aehlig@google.com> Reviewed-by:
Hrvoje Ribicic <riba@google.com>
-
- 28 Aug, 2014 1 commit
-
-
Petr Pudlak authored
There appears to be a bug that UDP packet checksums aren't computed on the way from a host to a guest, which means the recipient just drops them. See https://bugs.launchpad.net/bugs/930962 By turning them off completely using ethtool, we work around the problem. Signed-off-by:
Petr Pudlak <pudlak@google.com> Reviewed-by:
Klaus Aehlig <aehlig@google.com>
-
- 15 Apr, 2014 1 commit
-
-
Jose A. Lopes authored
* Generalize 'kvm-ifup-os' to be also usable by Xen * Include a target to build the 'xen-ifup-os' NIC script from the KVM one, given that they are very similar. Signed-off-by:
Jose A. Lopes <jabolopes@google.com> Reviewed-by:
Hrvoje Ribicic <riba@google.com>
-
- 06 Feb, 2014 1 commit
-
-
Jose A. Lopes authored
The script 'tools/kvm-ifup-os' configures TAP network interfaces for for instances, routing, DHCP server, etc. Note that this script only configures TAP network interfaces that are used by the instance communication, that is, network interfaces named according to the pattern 'gnt.com.%d', where '%d' is a number unique within a given node. Signed-off-by:
Jose A. Lopes <jabolopes@google.com> Reviewed-by:
Michele Tartara <mtartara@google.com>
-