From: Ben Pfaff Date: Tue, 28 Jul 2009 22:44:58 +0000 (-0700) Subject: xenserver: Enable ARP filtering to work around xhad bug. X-Git-Tag: v0.90.5~93 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=aa80fd55a12f144b7a32b64a56e5c10805cb2d0a;p=sliver-openvswitch.git xenserver: Enable ARP filtering to work around xhad bug. This works around a bug in xhad, which binds to a particular Ethernet device, which in turn causes ICMP port unreachable messages if packets are received are on the wrong interface, which in turn can happen if we send out ARP replies on every interface (as Linux does by default) instead of just on the interface that has the IP address being ARPed for, which this sysctl setting in turn works around. Justin Pettit did most of the work tracking down the origin of this bug. Bug #1378. --- diff --git a/xenserver/vswitch-xen.spec b/xenserver/vswitch-xen.spec index d95d6163e..e24f89364 100644 --- a/xenserver/vswitch-xen.spec +++ b/xenserver/vswitch-xen.spec @@ -167,6 +167,21 @@ fi %post source /etc/xensource-inventory +if grep -F net.ipv4.conf.all.arp_filter /etc/sysctl.conf >/dev/null 2>&1; then :; else + cat >>/etc/sysctl.conf <