From: Joe Stringer Date: Thu, 22 Aug 2013 19:30:48 +0000 (-0700) Subject: openvswitch: Add SCTP support X-Git-Tag: v3.12-rc1~132^2~166^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a175a723301a8a4a9fedf9ce5b8ca586e7a97b40;p=pandora-kernel.git openvswitch: Add SCTP support This patch adds support for rewriting SCTP src,dst ports similar to the functionality already available for TCP/UDP. Rewriting SCTP ports is expensive due to double-recalculation of the SCTP checksums; this is performed to ensure that packets traversing OVS with invalid checksums will continue to the destination with any checksum corruption intact. Reviewed-by: Simon Horman Signed-off-by: Joe Stringer Signed-off-by: Ben Pfaff Signed-off-by: Jesse Gross --- Reading git-diff-tree failed