[roll] Roll fuchsia [netstack3] Use distinct types for IPv4 and IPv6 parse errors

Previously the same enum was used as parser error type for both IPv4 and
IPv6 packets, but IPv4 doesn't use ParameterProblem and the current
version of ParameterProblem may not be usable for IPv4 in the current
form. This change replaces IpParseError to Ipv6ParseError and updates
IPv4 parser to return ParseError.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1518482
Original-Revision: 27e59c9179e13af19085371be9f4cfbc8d7ad5d2
GitOrigin-RevId: 04da12c979e63671d03c865092ff909ae0841240
Change-Id: I66a7e5543c074ac61d1acabec892eff90aaf3301
1 file changed
tree: 2fa27932db18d25d623cc9e53c68666ca3b7e733
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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 in one of the communication channels documented at get involved.

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.