Re: [ovs-dev] [PATCH v3 3/3] datapath-windows/Netlink: Add optional flag in policy.

2014-09-16 Thread Ben Pfaff
On Mon, Sep 15, 2014 at 06:18:05PM -0700, Ankur Sharma wrote: > Added the optional flag in policy structure. This would allow > caller to avoid checks for mandatory attributes if parsing > succeeds. > > Signed-off-by: Ankur Sharma > Acked-by: Nithin Raju All three patches applied, thanks! _

[ovs-dev] [PATCH v3 3/3] datapath-windows/Netlink: Add optional flag in policy.

2014-09-15 Thread Ankur Sharma
Added the optional flag in policy structure. This would allow caller to avoid checks for mandatory attributes if parsing succeeds. Signed-off-by: Ankur Sharma Acked-by: Nithin Raju --- datapath-windows/ovsext/Netlink/Netlink.c | 2 +- datapath-windows/ovsext/Netlink/Netlink.h | 1 + 2 files cha