faucetsdn / faucet

FAUCET is an OpenFlow controller for multi table OpenFlow 1.3 switches, that implements layer 2 switching, VLANs, ACLs, and layer 3 IPv4 and IPv6 routing.
http://faucet.nz
Apache License 2.0
557 stars 191 forks source link

Connecting Open vSwitch switch to Faucet controller through Unix Domain Socket #4579

Closed lamnt205210 closed 4 days ago

lamnt205210 commented 1 week ago

When running the Faucet controller and Open vSwitch on the same host, connection between the controller and the switch through Unix Domain Socket should be provide better performance than through the OS TCP/IP Stack. Is there a way to do this with Faucet ?

gizmoguy commented 5 days ago

The openflow channel for faucet is managed by os-ken, I can't immediately see any os-ken options that would allow for listening on a unix domain socket instead of a tcp port.

lamnt205210 commented 4 days ago

Okay I got it closing this issue now