]> git.ipfire.org Git - thirdparty/nftables.git/commit
proto: add checksum key information to struct proto_desc
authorPatrick McHardy <kaber@trash.net>
Wed, 25 Nov 2015 16:50:19 +0000 (16:50 +0000)
committerPatrick McHardy <kaber@trash.net>
Wed, 25 Nov 2015 16:50:19 +0000 (16:50 +0000)
commite6c9174e13b27385241b9ce9767d00b171d406ab
treec592aca1d196f904c731ba6a8771eb17f2301964
parent6d46f18fdf7554fa39b50405358fd0772b14581e
proto: add checksum key information to struct proto_desc

The checksum key is used to determine the correct position where to update
the checksum for the payload statement.

Signed-off-by: Patrick McHardy <kaber@trash.net>
include/proto.h
src/proto.c