[roll] Roll fuchsia [starnix] Support SIOCGIFFLAGS/SIOCSIFFLAGS ioctl

Implement the `SIOCGIFFLAGS` and `SIOCSIFFLAGS` socket ioctls on top of
a NETLINK ROUTE socket, issuing `RTM_GETLINK` and `RTM_SETLINK`
requests, respectively.

Original-Fixed: 129392
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/874891
Original-Revision: db209fa0da34001be9c22544dd0647c3fdbcaa42
GitOrigin-RevId: 4e6e1d30270e51143080b037b417b65e0e01ed01
Change-Id: Ibf8ecf17667581ee7413b2c139f5d2d4e48c1da7
1 file changed
tree: aff41f5fe8e56f8175e2931e0a68c98b774b1ecc
  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.