Does netplan support bridges other than linux bridges?

Asked by Flavio Fernandes

While reading https://cloudinit.readthedocs.io/en/latest/topics/network-config-format-v2.html#bridges
I am unable to see how I could use netplan to use an OVS bridge instead of a linux bridge (via ovs_type).
Currently, I would accomplish that by having something like this in /etc/network/interfaces :

```
auto ovsbr0
allow-ovs ovsbr0
iface ovsbr0 inet manual
  ovs_type OVSBridge
```

Or maybe that is just not supported in version 2?

Thanks,

- flaviof

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Flavio Fernandes
Solved:
Last query:
Last reply:
Revision history for this message
Flavio Fernandes (ffernand) said :
#1

Heh, nevermind. This looks like a known limitation, as tracked on
https://bugs.launchpad.net/netplan/+bug/1728134