]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - README.iproute2+tc
tc, bpf: finalize eBPF support for cls and act front-end
[mirror_iproute2.git] / README.iproute2+tc
index 6aa5d184b0a2c5eb1f012c9c5b67212e2abfcca3..2a5638da5aea4be2a42d78014957dd36aba7b5f7 100644 (file)
@@ -72,12 +72,16 @@ ip route add 10.11.12.0/24 dev eth1 via whatever realm 1
 etc. The same thing can be made with rules.
 I still did not test ipchains, but they should work too.
 
+
+Setup and code example of BPF classifier and action can be found under
+examples/bpf/, which should explain everything for getting started.
+
+
 Setup of rsvp and u32 classifiers is more hairy.
 If you read RSVP specs, you will understand how rsvp classifier
 works easily. What's about u32... That's example:
 
 
-
 #! /bin/sh
 
 TC=/home/root/tc