[roll] Roll fuchsia [netstack3] Fix del_forwarding_entry

This is a deprecated FIDL API which is supported by ns2. This API
removes exact matches from the route table but the impl in ns3 is
only looking at the subnet field.

Removed `RemoveToSubnet` variant as a result.

Test: netstack3-bin_test
Original-Fixed: 408277838
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1244644
Original-Revision: 75c7ca13db4f6cd5e1a344069cb362cc323fa26b
GitOrigin-RevId: 00c305292a660be1f8321c2373257ff3cdf45fc5
Change-Id: I438c9e5fbdd7128bfd640c12522a34a41a54666a
1 file changed
tree: 2f0e9fba8e578ecafaf90b308d09f60694a0e2cf
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 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.