Update git submodules
authorDeepak S <deepak.s@linux.intel.com>
Tue, 7 Nov 2017 04:56:51 +0000 (04:56 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Tue, 7 Nov 2017 04:56:51 +0000 (04:56 +0000)
commit4ce790d94ac1b0ce7384f8a7667593e862e2f0b2
tree4252ceb726bdfd44d1cbae738ac78dd2ea443953
parent77b38336f0ca038ddc48396a452f2c2ce0a52a48
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 <daniel.m.buckley@intel.com>
docs/submodules/samplevnf