Skip to content

Change the Prefix field of the Route Information Option to be variable-length. #109

Change the Prefix field of the Route Information Option to be variable-length.

Change the Prefix field of the Route Information Option to be variable-length. #109

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/freebsd-vm@v1.0.2
with:
run: |
pkg update
pkg install -y autoconf automake bison flex pkgconf
./autogen.sh
./configure
make
make dist-xz
make install