diff --git a/docs/traffic_shaping.xml b/docs/traffic_shaping.xml index f7803e0ed..7b0800e9e 100644 --- a/docs/traffic_shaping.xml +++ b/docs/traffic_shaping.xml @@ -404,7 +404,7 @@ - classify + classify If specified, classification of traffic into the various @@ -416,7 +416,7 @@ - hfsc + hfsc Shorewall normally uses the Hierarchical @@ -426,6 +426,58 @@ discipline is used instead. + + + linklayer + + + Added in Shorewall 4.5.6. Type of link (ethernet, atm, + adsl). When specified, causes scheduler packet size + manipulation as described in tc-stab (8). When this option is + given, the following options may also be given after + it: + + + + mtu=mtu + + + The device MTU; default 2048 (will be rounded up + to a power of two) + + + + + mpu=mpubytes + + + Minimum packet size used in calculations. Smaller + packets will be rounded up to this size + + + + + tsize=tablesize + + + Size table entries; default is 512 + + + + + overhead=overheadbytes + + + Number of overhead bytes per packet + + + + +