[pve-devel] [PATCH] linux bridge and ovs new model implementation v6
Dietmar Maurer
dietmar at proxmox.com
Tue May 6 10:24:00 CEST 2014
> >>/var/lib/qemu-server/pve-bridge-fw instead of
> >>/var/lib/qemu-server/pve-bridge
> >>
> >>Wont that solve the problem?
>
> I'm not sure, because in this case we need PVE::Firewall in QemuServer.pm,
> to known which script to launch.
We need this dependency anyways for the API:
---------------------------
diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm
index 009f0a1..87b2d06 100644
--- a/PVE/API2/Qemu.pm
+++ b/PVE/API2/Qemu.pm
@@ -18,6 +18,7 @@ use PVE::RPCEnvironment;
use PVE::AccessControl;
use PVE::INotify;
use PVE::Network;
+use PVE::API2::Firewall::VM;
...
More information about the pve-devel
mailing list