openvswitch / ovs-issues

Issue tracker repo for Open vSwitch
10 stars 3 forks source link

ovs-vsctl compatibility matrix #258

Closed jshen28 closed 2 years ago

jshen28 commented 2 years ago

Hello community,

I am looking for a matrix describing compatibility between different versions of ovs-vswitchd daemon and ovs-vsctl tool. Our use case is to access ovs-vswitchd service on host from a container, and the host daemon is not cotainterized yet. Is this setup problematic and is there any link to the issues? Thank you very much for help.

Best, Jiatong Shen

blp commented 2 years ago

It's not something we test. The goal is for interoperability between versions. This should ordinarily come down to:

(The real question is the database schema version, not the ovs-vswitchd version, but ordinarily one would keep ovs-vswitchd and its database in sync.)

jshen28 commented 2 years ago

Thank you for reply. Will ovs-ofctl be compatible with old ovs-vswitchd?

blp commented 2 years ago

Yes