[pve-devel] applied: [PATCH ifupdown2] add ovs support for fakebridge.
Thomas Lamprecht
t.lamprecht at proxmox.com
Fri Oct 14 15:26:06 CEST 2022
Am 14/10/2022 um 09:22 schrieb Alexandre Derumier:
> 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 at odiso.com>
> ---
> debian/patches/series | 3 +-
> .../0001-ovs-add-support-for-fakebridge.patch | 57 +++++++++++++++++++
> 2 files changed, 59 insertions(+), 1 deletion(-)
> create mode 100644 debian/patches/upstream/0001-ovs-add-support-for-fakebridge.patch
>
>
applied, thanks!
Would be great if upstream would finally do a bump..
https://github.com/CumulusNetworks/ifupdown2/issues/211#issuecomment-1196842942
More information about the pve-devel
mailing list