xdp

command
v0.0.0-...-4420605 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 19, 2022 License: MIT Imports: 11 Imported by: 0

Documentation

Overview

This program demonstrates attaching an eBPF program to a network interface with XDP (eXpress Data Path). The program parses the IPv4 source address from packets and writes the packet count by IP to an LRU hash map. The userspace program (Go code in this file) prints the contents of the map to stdout every second. It is possible to modify the XDP program to drop or redirect packets as well -- give it a try! This example depends on bpf_link, available in Linux kernel version 5.7 or newer.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL