Skip to content

Using TAP device with simple_switch #1345

@azad2003-ai

Description

@azad2003-ai

I attempted to use TAP devices without success. I created the TAP device as follows:

ip tuntap add mode tap dev tap0
ip link set tap0 up

Then, I started simple_switch with:

sudo simple_switch_grpc --log-console -L debug -i 0@tap0

A quick grep through the code suggests that TAP devices are not supported. Supporting them would simplify switch usage compared to using veth pairs.

Is this something you would consider adding?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions