]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - README.iproute2+tc
tc: gred: support controlling RED flags
[mirror_iproute2.git] / README.iproute2+tc
index 6aa5d184b0a2c5eb1f012c9c5b67212e2abfcca3..5979098e6177146f19cb5bc3e0f0c2aa78a40be9 100644 (file)
@@ -47,7 +47,7 @@ papers.
 
 Pairs X:Y are class handles, X:0 are qdisc handles.
 weight should be proportional to rate for leaf classes
-(I choosed it ten times less, but it is not necessary)
+(I repeated it ten times less, but it is not necessary)
 
 defmap is bitmap of logical priorities served by this class.
 
@@ -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