From 4ce790d94ac1b0ce7384f8a7667593e862e2f0b2 Mon Sep 17 00:00:00 2001 From: Deepak S Date: Tue, 7 Nov 2017 04:56:51 +0000 Subject: Update git submodules * Update docs/submodules/samplevnf from branch 'master' - Merge "lw_AFTR: IP Checksum required on generated packet." - lw_AFTR: IP Checksum required on generated packet. In lwAFTR (ipv6 de-encapsulate) the generated ipv4 packet requires an IP checksum, otherwise this packet is dropped in Openstack. (Openstack is much stricter than baremetal) Some fields in the header need to be initialized. Add flag in Makefile which when enabled will build to include the generate the IP checksum in the build. FLAG = GEN_DECAP_IPV6_TO_IPV4_CKSUM=y Not include in default build. Change-Id: If94e7cff64b03c66362021f05e48fb9265fc8210 Signed-off-by: Daniel Martin Buckley --- docs/submodules/samplevnf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/submodules/samplevnf') diff --git a/docs/submodules/samplevnf b/docs/submodules/samplevnf index f6abc2e6a..516aad7ec 160000 --- a/docs/submodules/samplevnf +++ b/docs/submodules/samplevnf @@ -1 +1 @@ -Subproject commit f6abc2e6a02557e82ad0d1e5440653bb8884ecc8 +Subproject commit 516aad7ecf88e968940d384a1f56dca4e42a279b -- cgit 1.2.3-korg