[roll] Roll fuchsia [netsvc] Don't drop zero ICMPv6 checksum

The ICMPv6 checksum can have the zero value, unlike UDP. No flipping is
required.

We should also not be flipping on the send path.

Added a unit test for the checksum function.

See https://datatracker.ietf.org/doc/html/rfc4443#section-2.3

Test: fx test -do netsvc-integration-test
Original-Fixed: 103879
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/702763
Original-Revision: 8dfc8bfacd010b8dccb0bc212992a7e9c9902899
GitOrigin-RevId: cef71b17fd6828da86cff256b6ff7ad879817c5b
Change-Id: I82f3852561cdbe4406fb27eb09f9785c93ff4aad
1 file changed
tree: 3517df35b59c86887b7d5995b49c57714e9278fb
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.