amorenoz / ovs-dbg

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

Support subtree filtering in logic and html datapath formats #55

Closed amorenoz closed 2 years ago

amorenoz commented 2 years ago

When tree view (HTML or Console) is filtered, we're currently filtering individual flows beforehand which leads to:

With this PR, we first build all the subtrees and then filter out those where NONE of the subelements match the filter.

Signed-off-by: Adrian Moreno amorenoz@redhat.com