Skip to content

openvswitch option should be available for bridge interfaces #39

@kido5217

Description

@kido5217

While netplan's documentation states that openvswitch option applies only to physical devices, it actually also works with bridge interfaces.
It can be seen in netplan's repo's example: https://github.com/canonical/netplan/blob/main/examples/openvswitch.yaml

...
  bridges:
    ovs0:
      addresses: [10.5.48.11/20]
      interfaces: [patch0-1, eth0, bond0]
      openvswitch:
        protocols: [OpenFlow10, OpenFlow11, OpenFlow12]
        controller:
          addresses: [unix:/var/run/openvswitch/ovs0.mgmt]
          connection-mode: out-of-band
        fail-mode: secure
        mcast-snooping: true
        external-ids:
          iface-id: myhostname
        other-config:
          disable-in-band: true

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions