Hello.
I want to create fake bridges for different vlans and vlan groups. In Proxmox web GUI I can create OVS Bridge with name an tag=vlan as options. But it don't start at boot.
When I start it manually is works.
How to do it automatically?
I want to create fake bridges for different vlans and vlan groups. In Proxmox web GUI I can create OVS Bridge with name an tag=vlan as options. But it don't start at boot.
Mar 17 11:34:18 hv04 networking[1539]: ovs-vsctl: 'add-br' command takes exactly 1 or 3 arguments
Mar 17 11:34:18 hv04 ovs-vsctl: ovs|00001|vsctl|INFO|Called as ovs-vsctl --timeout=5 -- --may-exist add-br vmbr252 tag=252 --
Mar 17 11:34:18 hv04 ovs-vsctl: ovs|00001|vsctl|INFO|Called as ovs-vsctl --timeout=5 -- --may-exist add-br vmbr252 tag=252 --
When I start it manually is works.
ovs-vsctl add-br vmbr252 vmbr0 252
How to do it automatically?