Skip to content

Allow IP_(ADD|REMOVE)_MEMBERSHIP on AF_INET6 sockets #40783

Allow IP_(ADD|REMOVE)_MEMBERSHIP on AF_INET6 sockets

Allow IP_(ADD|REMOVE)_MEMBERSHIP on AF_INET6 sockets #40783

Workflow file for this run

# Labeler labels incoming pull requests.
name: "Labeler"
"on":
- pull_request
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v6
if: github.base_ref == null
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"