Documentation
¶
Overview ¶
Command filter receives with a filter and reports what arrives, by destination port, so you can see the filter doing its job.
It needs a backend that steers, which today means mlx5, so build it with -tags mlx5. AF_PACKET has no filter: it is a tap, and the kernel sees every packet whatever a socket takes.
sudo go run ./examples/steer -i eth0 -udp-port 9000 sudo go run ./examples/steer -i eth0 -udp-port 9000 -udp-port 9001 -vlan 2053 sudo go run ./examples/steer -i eth0 -cidr 10.0.0.0/8 sudo go run ./examples/steer -i eth0 -all
Click to show internal directories.
Click to hide internal directories.