]> git.proxmox.com Git - qemu-server.git/commit
add support for network trunks
authorAlexandre Derumier <aderumier@odiso.com>
Fri, 15 Jan 2016 02:15:35 +0000 (03:15 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 15 Jan 2016 16:23:59 +0000 (17:23 +0100)
commitc30aea2b104e9a7f55200f9f6df69f53638f9139
tree839d9ab7b1e0ef6c5e4eb9b90f66e49de5a3b92d
parent0541eeb88b95ad906c79bde1ad07f637170c9cc5
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>
PVE/QemuServer.pm
pve-bridge