e09562d587
- Drop 32bit support from spec file - Dropped 520d417d-xen-Add-stdbool.h-workaround-for-BSD.patch OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=282
18 lines
430 B
Diff
18 lines
430 B
Diff
Index: xen-4.4.0-testing/tools/hotplug/Linux/vif-bridge
|
|
===================================================================
|
|
--- xen-4.4.0-testing.orig/tools/hotplug/Linux/vif-bridge
|
|
+++ xen-4.4.0-testing/tools/hotplug/Linux/vif-bridge
|
|
@@ -97,9 +97,9 @@ case "$command" in
|
|
;;
|
|
esac
|
|
|
|
-if [ "$type_if" = vif ]; then
|
|
- handle_iptable
|
|
-fi
|
|
+#if [ "$type_if" = vif ]; then
|
|
+# handle_iptable
|
|
+#fi
|
|
|
|
call_hooks vif post
|
|
|