Re: [ovs-dev] [PATCH 2/9] datapath-windows: Add support for Netfilter netlink message

2016-06-23 Thread Paul Boca
Acked-by: Paul-Daniel Boca <pb...@cloudbasesolutions.com> > -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Sairam > Venugopal > Sent: Tuesday, June 21, 2016 4:23 AM > To: dev@openvswitch.org > Subject: [ovs-dev] [PATCH 2/9] datap

[ovs-dev] [PATCH 2/9] datapath-windows: Add support for Netfilter netlink message

2016-06-20 Thread Sairam Venugopal
Introduce NF_GEN_MSG_HDR similar to GENL_MSG_HDR that will be used for communicating via netfilter-netlink channel. This will be used by userspace to retrieve and modify Conntrack data in Windows. Signed-off-by: Sairam Venugopal --- datapath-windows/ovsext/Netlink/Netlink.c