xen/vif-bridge-no-iptables.patch

18 lines
529 B
Diff
Raw Normal View History

Index: xen-4.1.1-testing/tools/hotplug/Linux/vif-bridge
===================================================================
--- xen-4.1.1-testing.orig/tools/hotplug/Linux/vif-bridge
+++ xen-4.1.1-testing/tools/hotplug/Linux/vif-bridge
@@ -101,9 +101,9 @@ case "$command" in
;;
esac
-if [ "$type_if" = vif ]; then
- handle_iptable
-fi
+#if [ "$type_if" = vif ]; then
+# handle_iptable
+#fi
log debug "Successful vif-bridge $command for $dev, bridge $bridge."
if [ "$type_if" = vif -a "$command" = "online" ]