amorenoz / ovs-dbg

Scripts to help debug OVS and OVN
Apache License 2.0
23 stars 8 forks source link

Enhance datapath graph plotting by adding input and output ports #35

Closed amorenoz closed 3 years ago

amorenoz commented 3 years ago

The graph code is getting bug so this PR also refactors it into it's own class.

Instead of all the flows starting and ending in the same nodes ("start" and "end"), link recirc_0 flows to their input port and link flows that output data to their output port