[roll] Roll fuchsia [netstack] Stricty validate port FrameTypes

This change updates the frame type validation performed by Netstack2 &
Netstack3, such that they are now equal, and adds an integration test to
verify the behavior.

The validation now requires that the FrameTypes
  1. unambiguously dictate what mode the device should operate in (i.e.
     a port that supports Ethernet, Ipv4, and Ipv6 will now be
     rejected), and
  2. are symmetric in their tx and rx support (i.e. a port that supports
     ethernet on tx and a ipv4/ipv6 on rx will be rejected).

Original-Bug: b/42051633
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/975052
Original-Revision: 76b8f36cdf2e4445bcdf5639653f72a80103568f
GitOrigin-RevId: 23a1ed9c44e5a0a18578e18cc02f90a0decc6687
Change-Id: I10e422f3efc51b32f4a58a1eb4f88317024f4be2
1 file changed
tree: d0241e48446c1f1101106be29c552684ba64070c
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.