From 7b56ce9f85e82b58644332b793cfbb7e92752992 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Sun, 3 Jan 2010 15:28:20 -0500 Subject: [PATCH] Don't create iptables rules in vif-invirtroute - they don't do anything. svn path=/trunk/packages/invirt-xen-config/; revision=2859 --- debian/changelog | 12 +++++------- vif-invirtroute | 2 -- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index 29e442e..d5a41b9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,3 @@ -invirt-xen-config (0.0.28) unstable; urgency=low - - * Increase dom0's weight to improve IO performance. - - -- Quentin Smith 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 Fri, 01 Jan 2010 17:58:57 -0600 + -- Evan Broder Sun, 03 Jan 2010 14:27:57 -0600 invirt-xen-config (0.0.26) unstable; urgency=low diff --git a/vif-invirtroute b/vif-invirtroute index 2b3a88d..26464a0 100755 --- a/vif-invirtroute +++ b/vif-invirtroute @@ -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 -- 1.7.9.5