From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH nf-next v10 0/8] openvswitch: NAT support Date: Tue, 15 Mar 2016 01:01:24 +0100 Message-ID: <20160315000124.GA1710@salvia> References: <1457636063-92746-1-git-send-email-jarno@ovn.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netfilter-devel@vger.kernel.org, netdev@vger.kernel.org, dev@openvswitch.org To: Jarno Rajahalme Return-path: Content-Disposition: inline In-Reply-To: <1457636063-92746-1-git-send-email-jarno@ovn.org> Sender: netdev-owner@vger.kernel.org List-Id: netfilter-devel.vger.kernel.org On Thu, Mar 10, 2016 at 10:54:15AM -0800, Jarno Rajahalme wrote: > This series adds NAT support to openvswitch kernel module. A few > changes are needed to the netfilter code to facilitate this (patches > 1-2/8). Patches 3-7 make the openvswitch kernel module ready for the > patch 8 that adds the NAT support by calling into netfilter NAT code > from the openvswitch conntrack action. Series applied, thanks Jarno.