amorenoz / ovs-dbg

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

ofparse datapath logic filtering could be smarter #53

Closed amorenoz closed 3 years ago

amorenoz commented 3 years ago

Right now when you apply a filter on "datapath logic" view the filtered flows are removed from all the subtrees. This means that you could end up with incomplete flow trees or loose flows that would not be filtered but that "hang" from a filtered flow.

I think the right behavior should be: If "any" of the flows in a subtree matches the filter, keep the entire subtree

amorenoz commented 3 years ago

Fixed by #55