]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'ovs-ct-fixes'
authorDavid S. Miller <davem@davemloft.net>
Wed, 7 Oct 2015 12:03:16 +0000 (05:03 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 7 Oct 2015 12:03:16 +0000 (05:03 -0700)
commit74f31c6994d4a6cb626c729f549943a3fc4bb537
tree60bffa8ee121a82fcd16a55387a68cec62657ec9
parent0a4da79ddb2d08dd8256a8a5dfd5e5adfed10d88
parent390b3f8ec28a358cc9f7a5b38a43cefb8f6a5f12
Merge branch 'ovs-ct-fixes'

Joe Stringer says:

====================
OVS conntrack fixes for net

The userspace side of the Open vSwitch conntrack changes is currently
undergoing review, which has highlighted some minor bugs in the existing
conntrack implementation in the kernel, as well as pointing out some
future-proofing that can be done on the interface to reduce the need for
additional compatibility code in future.

The biggest changes here are to the userspace API for the ct_state match
field and the CT action. This series proposes to firstly extend the ct_state
match field to 32 bits, ensuring to reject any currently unsupported bits.
Secondly, rather than representing CT action flags within a 32-bit field,
simply use a netlink attribute as presence of the single flag that is
defined today. This also serves to reject unsupported ct action flag bits.

v4: Use 12-character abbreviated hashes in commit messages.
v3: Fully acked.
v2: Address minor style feedback, add acks.
v1: Initial post.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>