Linux ematch Command Manual: Extended Matching for Traffic Control Filters
By
hamonrye
Pure flour-power. Hearty enough to carry you through lunch.
Summary
The article is a Linux manual page for the 'ematch' command, which provides extended matching capabilities for use with tc (traffic control) filters. It documents the syntax, structure, and available match modules for packet filtering in Linux networking. The content covers the command syntax, expression structure, and specific match modules like 'cmp' for arithmetic comparison of packet data.
Key quotes
· 5 pulledematch - extended matches for use with 'basic', 'cgroup' or 'flow' filters
EXPR := TERM [ { and | or } EXPR ]
TERM := [ not ] { MATCH | '(' EXPR ')' }
MATCH := module '(' ARGS ')'
cmp - Simple comparison ematch: arithmetic compare of packet data to a given value
You might also wanna read
How to Install Ubuntu Server 26.04 on Raspberry Pi: A Step-by-Step Guide
A practical guide for installing Ubuntu Server 26.04 on Raspberry Pi models. The article covers using Raspberry Pi Imager or direct download
BGP Lab Project Expanded to Include Full IPv6 Feed
The author extends their BGP lab project to support full IPv6 feeds, following requests from readers who previously received IPv4 BGP feeds.
Flatpak to require systemd in next major version, dropping support for alternative init systems
Flatpak, a universal Linux app distribution system that previously prided itself on being distribution-agnostic (including support for non-s
Omarchy is not a Linux distribution — it's Arch Linux with DHH's personal dotfiles
The article criticizes omarchy, a project by DHH that markets itself as a Linux distribution. The author argues omarchy is not a true distro
Whosthere: A Go-based LAN discovery tool with interactive TUI for unprivileged network scanning
Whosthere is a Go-based Local Area Network (LAN) discovery tool with an interactive Terminal User Interface (TUI). It performs unprivileged,
Understanding the Linux TTY Subsystem: History, Architecture, and Implementation
A comprehensive technical deep-dive into the TTY (teletype) subsystem in Linux and UNIX systems. The article traces the historical origins o
linusakesson.net·12d ago