]> git.proxmox.com Git - pve-container.git/commit
add support for network trunks
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 18 Jan 2016 08:29:53 +0000 (09:29 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 18 Jan 2016 10:02:50 +0000 (11:02 +0100)
commit23eb22440122d7b4fa9eec9d44650feb6dc581aa
tree20d1e193e0c83bb8c1d81766054ad8560ab79d6f
parent9040d3c0e039bc7f9d6d65eb939e518825d795c4
add support for network trunks

Like in qemu:

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
src/PVE/LXC.pm
src/lxcnetaddbr