Skip to content

Align filters structure by 8 bytes to per-CPU map. #65

Align filters structure by 8 bytes to per-CPU map.

Align filters structure by 8 bytes to per-CPU map. #65

Workflow file for this run

name: Run
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
reuse_build:
uses: gamemann/XDP-Firewall/.github/workflows/build.yml@master
run:
needs: reuse_build
runs-on: ubuntu-latest
steps:
- name: Download artifact from Build workflow
uses: actions/download-artifact@master
with:
name: build-output
- name: Run apt update
run: sudo apt update
- name: Install LibConfig
run: sudo apt install libconfig-dev
- name: Install LibELF
run: sudo apt install libelf-dev
- name: List files
run: ls -la
- name: Add execute permissions to executable file
run: sudo chmod +x ./xdpfw
- name: Run XDP FW with help menu
run: sudo ./xdpfw -h