+invirt-xen-config (0.0.54) UNRELEASED; urgency=low
+
+ * Set the arp_notify sysctl on new interfaces, and set all sysctls
+ before the interface is brought up.
+
+ -- Geoffrey Thomas <geofft@mit.edu> Sun, 15 Jun 2014 14:56:20 -0700
+
invirt-xen-config (0.0.53) unstable; urgency=low
* Fix machine UUID assignment after SQLAlchemy started returning Unicode
case "$command" in
online|add)
- ifconfig ${dev} ${main_ip} netmask 255.255.255.255 up
echo 1 >/proc/sys/net/ipv4/conf/${dev}/proxy_arp
- echo 1 >/proc/sys/net/ipv4/conf/${dev}/rp_filter
- xenstore-write "$XENBUS_PATH/feature-gso-tcpv4" 0
+ echo 1 >/proc/sys/net/ipv4/conf/${dev}/arp_notify
+ echo 1 >/proc/sys/net/ipv4/conf/${dev}/rp_filter
+ ifconfig ${dev} ${main_ip} netmask 255.255.255.255 up
+ xenstore-write "$XENBUS_PATH/feature-gso-tcpv4" 0
if [ x${qemu_online} != xyes ]; then
ethtool -K ${dev} tx off
fi