Skip to content

Add the socket option IPV6_MULTICAST_LOOP #104

Add the socket option IPV6_MULTICAST_LOOP

Add the socket option IPV6_MULTICAST_LOOP #104

Workflow file for this run

name: BSD
on: [push, pull_request]
jobs:
freebsd:
runs-on: ubuntu-22.04
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Build
uses: vmactions/[email protected]
with:
run: |
pkg update
pkg install -y autoconf automake bison flex pkgconf
./autogen.sh
./configure
make
make dist-xz
make install