Re: [ovs-discuss] Netlink for Dump-flow command

2021-03-12 Thread Ben Pfaff
I don't see how this can hope to dump flows because it doesn't have the name of the Generic Netlink group for the flow table in it anywhere. It also has some oddities that might show a misunderstanding of how Netlink works. A netlink dump operation can't fail due to packet drops or buffer overrun

[ovs-discuss] Netlink for Dump-flow command

2021-03-12 Thread Muddu Prasad
Hi, I am trying to develop netlink interface to fetch flow details that are displayed as part of ovs-dpctl dump-flow command. For the request I send I am getting invalid response from kernel. Can somebody help me please? Attached is the code that I am using to capture flow details, Regards, Pra