Don't create iptables rules in vif-invirtroute - they don't do anything.
authorEvan Broder <broder@mit.edu>
Sun, 3 Jan 2010 20:28:20 +0000 (15:28 -0500)
committerEvan Broder <broder@mit.edu>
Sun, 3 Jan 2010 20:28:20 +0000 (15:28 -0500)
svn path=/trunk/packages/invirt-xen-config/; revision=2859

debian/changelog
vif-invirtroute

index 29e442e..d5a41b9 100644 (file)
@@ -1,9 +1,3 @@
-invirt-xen-config (0.0.28) unstable; urgency=low
-
-  * Increase dom0's weight to improve IO performance.
-
- -- Quentin Smith <quentin@mit.edu>  Sun, 03 Jan 2010 14:16:24 -0500
-
 invirt-xen-config (0.0.27) unstable; urgency=low
 
   [ Greg Brockman ]
@@ -12,8 +6,12 @@ invirt-xen-config (0.0.27) unstable; urgency=low
   [ Evan Broder ]
   * Don't try to start sysvms in the invirt-xen-config init script. The
     code has never been reliable.
+  * Don't create iptables rules in vif-invirtroute - they don't do anything.
+
+  [ Quentin Smith ]
+  * Increase dom0's weight to improve IO performance.
 
- -- Evan Broder <broder@mit.edu>  Fri, 01 Jan 2010 17:58:57 -0600
+ -- Evan Broder <broder@mit.edu>  Sun, 03 Jan 2010 14:27:57 -0600
 
 invirt-xen-config (0.0.26) unstable; urgency=low
 
index 2b3a88d..26464a0 100755 (executable)
@@ -81,8 +81,6 @@ if [  ${vif_type} != "ioemu"  -o  x${qemu_online} = xyes ] ; then
     fi
 fi
 
-handle_iptable
-
 log debug "Successful vif-route $command for $vif."
 if [ "$command" == "online" ]
 then