2012-09-17 17:49:23 +02:00
|
|
|
Index: xen-4.2.0-testing/tools/hotplug/Linux/vif-bridge
|
2010-03-02 01:46:56 +01:00
|
|
|
===================================================================
|
2012-09-17 17:49:23 +02:00
|
|
|
--- xen-4.2.0-testing.orig/tools/hotplug/Linux/vif-bridge
|
|
|
|
+++ xen-4.2.0-testing/tools/hotplug/Linux/vif-bridge
|
2011-03-21 17:47:37 +01:00
|
|
|
@@ -101,9 +101,9 @@ case "$command" in
|
2010-03-02 01:46:56 +01:00
|
|
|
;;
|
|
|
|
esac
|
|
|
|
|
2011-03-21 17:47:37 +01:00
|
|
|
-if [ "$type_if" = vif ]; then
|
|
|
|
- handle_iptable
|
|
|
|
-fi
|
|
|
|
+#if [ "$type_if" = vif ]; then
|
|
|
|
+# handle_iptable
|
|
|
|
+#fi
|
2010-03-02 01:46:56 +01:00
|
|
|
|
2012-09-17 17:49:23 +02:00
|
|
|
call_hooks vif post
|
|
|
|
|