Re: [ovs-dev] [PATCH v1 02/12] python: ovs: flowviz: Add file processing infra.

2024-02-29 Thread Eelco Chaudron
On 19 Feb 2024, at 9:14, Adrian Moreno wrote: > process.py contains a useful base class that processes files > odp.py and ofp.py: contain datapath and openflow subcommand definitions > as well as the first formatting option: json. > > Also, this patch adds basic filtering support. > > Examples: >

[ovs-dev] [PATCH v1 02/12] python: ovs: flowviz: Add file processing infra.

2024-02-19 Thread Adrian Moreno
process.py contains a useful base class that processes files odp.py and ofp.py: contain datapath and openflow subcommand definitions as well as the first formatting option: json. Also, this patch adds basic filtering support. Examples: $ ovs-ofctl dump-flows br-int | ovs-flowviz openflow json $