Re: [ovs-dev] [PATCH 11/13] compat: Detect and use nf_ct_frag6_gather().

2016-02-02 Thread Joe Stringer
On 29 January 2016 at 15:44, pravin shelar wrote: > On Mon, Jan 11, 2016 at 5:53 PM, Joe Stringer wrote: >> This function is a likely candidate for backporting, and currently >> relies on version checks to include the source or not. Grep for the >> appropriate functions instead, and include the b

Re: [ovs-dev] [PATCH 11/13] compat: Detect and use nf_ct_frag6_gather().

2016-01-29 Thread pravin shelar
On Mon, Jan 11, 2016 at 5:53 PM, Joe Stringer wrote: > This function is a likely candidate for backporting, and currently > relies on version checks to include the source or not. Grep for the > appropriate functions instead, and include the backport based on that. > > Signed-off-by: Joe Stringer

[ovs-dev] [PATCH 11/13] compat: Detect and use nf_ct_frag6_gather().

2016-01-11 Thread Joe Stringer
This function is a likely candidate for backporting, and currently relies on version checks to include the source or not. Grep for the appropriate functions instead, and include the backport based on that. Signed-off-by: Joe Stringer --- acinclude.m4