xdp-firewall-tutorial

Drop packets with XDP & Golang tutorial repo (by xenbyte)

Xdp-firewall-tutorial Alternatives

Similar projects and alternatives to xdp-firewall-tutorial

  1. ebpf

    ebpf-go is a pure-Go library to read, modify and load eBPF programs and attach them to various hooks in the Linux kernel.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. goebpf

    Library to work with eBPF programs from Go

  4. gobpf

    Go bindings for creating BPF programs.

  5. libbpfgo

    eBPF library for Go. Powered by libbpf.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better xdp-firewall-tutorial alternative or higher similarity.

xdp-firewall-tutorial discussion

Log in or Post with

xdp-firewall-tutorial reviews and mentions

Posts with mentions or reviews of xdp-firewall-tutorial. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-01.
  • Simple XDP Firewall with Golang
    1 project | dev.to | 1 Dec 2022
    If you're having issues compiling, check out the source code and check if there's anything missing, or comment down below.
  • Simple XDP Firwall with Golang
    5 projects | dev.to | 1 Dec 2022
    The Kernel side is written in C or Rust (We'll be using C), and is compiled into the eBPF byte code format that is verified and JIT-compiled in the kernel. I'll be writing the XDP application with a User-Space controller written in Go. I should mention that writing complex eBPF programs requires much more context than what we'll be doing today. There is a lot to know about eBPF and XDP. We will barely scratch the surface. All the code for this project can be found in here.

Stats

Basic xdp-firewall-tutorial repo stats
2
22
2.9
over 1 year ago

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that C is
the 6th most popular programming language
based on number of references?