]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - README.iproute2+tc
tc: m_tunnel_key: Allow key-less tunnels
[mirror_iproute2.git] / README.iproute2+tc
index edd79c0ec1e696ed8f3a8e175ad17c337f428d47..e7bb48ce2a68f5e4ade8031b0924538abed689e4 100644 (file)
@@ -42,12 +42,12 @@ in rsvp/cbqinit.eth1.
 
 
 Terminology and advices about setting CBQ parameters may be found in Sally Floyd
-papers. 
+papers.
 
 
-Pairs X:Y are class handles, X:0 are qdisc heandles.
+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