qemu-server/PVE
Alexandre Derumier c30aea2b10 add support for network trunks
This add support for net trunks vlan filtering
for ovs and linux vlan-aware bridge

Can be mixed with current "tag" option

examples:
----------

allow only 802.1Q packets with vlanid 2,3,4 :

netx: .....,trunks=2,3,4

allow only 802.1Q packets with vlanid 2,3,4 and tag non-802.1Q packets to vlanid 5 :

netx: tag=5,trunks=2,3,4

tag non-802.1Q packets to vlanid 5

netx: tag=5
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2016-01-15 17:23:59 +01:00
..
API2 check for qorum when starting a VM 2016-01-10 14:55:25 +01:00
CLI convert qmrestore into a PVE::CLI class 2015-10-05 13:10:24 +02:00
VZDump firewall config will now include in the backup and write to vma file. 2015-11-26 11:23:14 +01:00
Makefile covert qm into a PVE::CLI class, enable bash completions 2015-09-06 15:44:53 +02:00
QemuMigrate.pm add qemu_machine_pxe 2015-11-06 10:51:14 +01:00
QemuServer.pm add support for network trunks 2016-01-15 17:23:59 +01:00
QMPClient.pm qmpclient: use guest-sync-delimited 2014-12-02 13:09:53 +01:00