Re: [ovs-dev] [PATCH] lib: Indicate if netlink message had labels.

2017-03-09 Thread Joe Stringer
On 9 March 2017 at 14:13, Jarno Rajahalme wrote: > >> On Mar 9, 2017, at 2:10 PM, Joe Stringer wrote: >> >> On 8 March 2017 at 17:17, Jarno Rajahalme wrote: >>> Conntrack update events include labels only if they have changed. >>> Record the presence

Re: [ovs-dev] [PATCH] lib: Indicate if netlink message had labels.

2017-03-09 Thread Jarno Rajahalme
> On Mar 9, 2017, at 2:10 PM, Joe Stringer wrote: > > On 8 March 2017 at 17:17, Jarno Rajahalme wrote: >> Conntrack update events include labels only if they have changed. >> Record the presence of labels in the netlink message to OVS internal >> representation, so

Re: [ovs-dev] [PATCH] lib: Indicate if netlink message had labels.

2017-03-09 Thread Joe Stringer
On 8 March 2017 at 17:17, Jarno Rajahalme wrote: > Conntrack update events include labels only if they have changed. > Record the presence of labels in the netlink message to OVS internal > representation, so that the user may keep the old labels when an > update does not modify

[ovs-dev] [PATCH] lib: Indicate if netlink message had labels.

2017-03-08 Thread Jarno Rajahalme
Conntrack update events include labels only if they have changed. Record the presence of labels in the netlink message to OVS internal representation, so that the user may keep the old labels when an update does not modify them. Signed-off-by: Jarno Rajahalme --- lib/ct-dpif.h