[pve-devel] [PATCH] linux bridge and ovs new model implementation v6
Dietmar Maurer
dietmar at proxmox.com
Tue May 6 10:43:49 CEST 2014
> >>We need this dependency anyways for the API:
> >>package PVE::API2::Firewall::VM;
>
> Oh ok, I miss that.
>
> So, I think I can use it in:
>
> >>/var/lib/qemu-server/pve-bridge (for qemu startup)
> >>/usr/sbin/vznetaddbr (for openvz startup)
>
> >>in API2:Qemu : vmconfig_update_net()
OpenVZ code is in pve-manager package. API2::Qemu is only for Qemu.
but you can use different scripts if firewall is enable/disabled:
/var/lib/qemu-server/pve-bridge-fw (if firewall is enabled)
/var/lib/qemu-server/pve-bridge (if firewall is disabled)
More information about the pve-devel
mailing list