You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the same idea as WMSDN.
In this case, to define different instances of OpenvSwitch, I configured them as follows:
ovs-vsctl --db=unix:$(pwd)/db.sock add-br br*
However, I have a problem in using ovs-appctl in each switch to trace packets.
Do you have any suggestion for defining the address for ovs-appctl for each OpenvSwitch?
The text was updated successfully, but these errors were encountered:
Hello,
I am using the same idea as WMSDN.
In this case, to define different instances of OpenvSwitch, I configured them as follows:
ovs-vsctl --db=unix:$(pwd)/db.sock add-br br*
However, I have a problem in using ovs-appctl in each switch to trace packets.
Do you have any suggestion for defining the address for ovs-appctl for each OpenvSwitch?
The text was updated successfully, but these errors were encountered: