Skip to content

Use /proc/sys/net/core/dev_weight to determine if we are in the root netns. #35388

Use /proc/sys/net/core/dev_weight to determine if we are in the root netns.

Use /proc/sys/net/core/dev_weight to determine if we are in the root netns. #35388

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@v4
if: github.base_ref == null
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"