On Wed, May 8, 2019 at 4:59 PM Yifeng Sun <[email protected]> wrote: > > From: Florian Westphal <[email protected]> > > Upstream Commit: > commit 93e66024b0249cec81e91328c55a754efd3192e0 > Author: Florian Westphal <[email protected]> > Date: Wed Sep 12 15:19:07 2018 +0200 > > netfilter: conntrack: pass nf_hook_state to packet and error handlers > > nf_hook_state contains all the hook meta-information: netns, protocol > family, > hook location, and so on. > > Instead of only passing selected information, pass a pointer to entire > structure. > > This will allow to merge the error and the packet handlers and remove > the ->new() function in followup patches. > > Signed-off-by: Florian Westphal <[email protected]> > Signed-off-by: Pablo Neira Ayuso <[email protected]> > > This patch backports the above upstream patch to OVS and fixes compiling > errors on RHEL kernels. > > Cc: Florian Westphal <[email protected]> > Signed-off-by: Yifeng Sun <[email protected]> > --- Thanks for the update.
Acked-by: Yi-Hung Wei <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
