amorenoz / ovs-dbg

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

ofparse: Support multi-file online flow visualization #65

Closed amorenoz closed 2 years ago

amorenoz commented 3 years ago

This PR adds multi-file support to ofparse. Only some of the formats support multi-input, for instance "datapath graph" does not.

In order to test this feature, a container and some k8s deployment scripts are introduced to enable the visualization of openflow flows in a live k8s cluster.