Skip to content

Using OVS internal interfaces instead of veth ? #294

@champtar

Description

@champtar

Has anyone attempted to use OVS internal interfaces instead of veth ?
It was mentioned a long time ago by @phoracek in #2 (comment)_ but can't find anything about why it was never done (maybe some hard blocker)

BTW the documentation is misleading:

* `interface_type` (string, optional): type of the interface belongs to ports. if value is "", ovs will use default interface of type 'internal'

In my testing I have

# ovs-vsctl show
ffe87f74-4b6f-42f6-87b6-25504ab94ce3
    Bridge k8s-ovs
        Port k8s-ovs
            Interface k8s-ovs
                type: internal
        Port veth97d92a70
            Interface veth97d92a70
    ovs_version: "3.2.2"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions