Skip to content

Zero checksum handling for UDP4->UDP6 #18

Zero checksum handling for UDP4->UDP6

Zero checksum handling for UDP4->UDP6 #18

Workflow file for this run

on:
- push
- pull_request
- workflow_dispatch
name: C/C++ CI prototype
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: build the NAT46 module
run: |
cd nat46/modules
KCPPFLAGS='-DNAT46_VERSION=\"test\" -Werror' make