Skip to content

avoid joining multiple times on the same interface for ipv4 #97

avoid joining multiple times on the same interface for ipv4

avoid joining multiple times on the same interface for ipv4 #97

Workflow file for this run

name: rustfmt
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check formatting
run: cargo fmt -- --check