]> git.proxmox.com Git - pve-common.git/commit
add firewall bridge support for openvswitch
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 8 May 2014 11:07:52 +0000 (13:07 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 8 May 2014 11:07:52 +0000 (13:07 +0200)
commit70ab4434cd819189e816e728c2369f212636a8d3
tree2a65f00f4717fe4e0584575d8e9f5b774bbeebab
parent605bb891dd6ca48430d5e05cb8eb392f6f928a42
add firewall bridge support for openvswitch

    eth0-->vmbr0--vlan--fwintXiY-->fwbr-->tapXiY (firewalled tap)
                --vlan-->tapXiY (non firewall tap)

This is based on patches from Alexandre, but tries to factor out
common code into privat methods.
data/PVE/Network.pm