Re: [ovs-dev] [PATCH v1 09/12] python: ovs: flowviz: Add datapath html format.

2024-02-29 Thread Eelco Chaudron
On 19 Feb 2024, at 9:14, Adrian Moreno wrote: > Using the existing FlowTree and HTMLFormatter, create an HTML tree > visualization that also supports collapsing and expanding entire flow > trees and subtrees. > > Examples: > $ ovs-appcl dpctl/dump-flows | ovs-flowviz --highlight drop datapath

[ovs-dev] [PATCH v1 09/12] python: ovs: flowviz: Add datapath html format.

2024-02-19 Thread Adrian Moreno
Using the existing FlowTree and HTMLFormatter, create an HTML tree visualization that also supports collapsing and expanding entire flow trees and subtrees. Examples: $ ovs-appcl dpctl/dump-flows | ovs-flowviz --highlight drop datapath html > /tmp/flows.html $ ovs-appcl dpctl/dump-flows |