-
Notifications
You must be signed in to change notification settings - Fork 378
Closed
Labels
Description
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!
Reactions are currently unavailable