Dear All,
I am trying to add an interface in the mininet topology through Ryu controller however being a beginner, I am not sure how can I do it.
Description of what I want to do: Consider this linear topology
h1----s1----s2----h2
In this topology, I would like to make a connection of h2 to s1 so that the traffic from h1 to h2 doesn't go through s2.
What I have found till now is I can use, class OVSBridge(object) which can be found here https://github.com/osrg/ryu/blob/master/ryu/lib/ovs/bridge.py#L92
However, I don't know which function in this class are more appropriate to do this. A precise example will be highly appreciated. Thank you all
Regards
Arslan