[roll] Roll fuchsia [netstack] Control IP forwarding with admin/Control

Control/Query an interface's IP forwarding enabled state with
`fuchsia.net.interfaces.admin/Control`.

This change removes `fuchsia.net.stack/Stack.GetInterfaceIpForwarding`
and `fuchsia.net.stack/Stack.{Enable,Disable}IpForwarding` as this
change introduces a way to get an interface's IP forwarding
configuration with `fuchsia.net.interfaces.admin/Control`.

`fuchsia.net.stack/Stack.SetInterfaceIpForwarding` will be removed in a
later change once callers of that method are migrated. For now, this CL
deprecates SetInterfaceIpForwarding.

Original-Fixed: 94461, 94670
Original-Bug: 76987, 94475, 94540

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/650802
Original-Revision: 386c906c14a1fb3eca72c0faecdbd12d31e031e6
GitOrigin-RevId: a295f6e52482b2d7b6bd0e9cd9c54ba872e2b435
Change-Id: Ic2e79b2bae0a43395caffcf8f6aeb79dc274edc7
1 file changed
tree: 96e3f4a900a1e36843cdcb9e02466a05e2c6d7fb
  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.