]> git.proxmox.com Git - ifupdown2.git/commit
add ovs support for fakebridge.
authorAlexandre Derumier <aderumier@odiso.com>
Fri, 14 Oct 2022 07:22:35 +0000 (09:22 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 14 Oct 2022 13:21:19 +0000 (15:21 +0200)
commit7aa3a5e6b614d943c76ece6cabc18971ae28339d
treec0492a802a80174bfab00c0dab828c650919b9c9
parent02c0adc2ae5c327ee9b7a2e0f3c747ecdf1a7e6d
add ovs support for fakebridge.

This was request by a proxmox user on ifupdown2 github issues.

https://github.com/CumulusNetworks/ifupdown2/issues/245

It was possible to do it with ifupdown1, but not ifupdown2.

The patch is already applied upstream
https://github.com/CumulusNetworks/ifupdown2/pull/246

example to define a fake ovs bridge with vlan10:

auto vmbr0
iface vmbr0 inet manual
        ovs_type OVSBridge

auto vmbr0v10
iface vmbr0v10 inet manual
        ovs_type OVSBridge
        ovs_bridge vmbr0
        ovs_options vmbr0 10

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
debian/patches/series
debian/patches/upstream/0001-ovs-add-support-for-fakebridge.patch [new file with mode: 0644]