конфигурация сети (Network configuration)
[CAKE] SECTION OPTIONS
The [CAKE] section manages the queueing discipline (qdisc) of
Common Applications Kept Enhanced (CAKE).
Parent=
Configures the parent Queueing Discipline (qdisc). Takes one
of "root", "clsact", "ingress" or a class identifier. The
class identifier is specified as the major and minor numbers
in hexadecimal in the range 0x1–Oxffff separated with a colon
("major:minor"). Defaults to "root".
Handle=
Configures the major number of unique identifier of the
qdisc, known as the handle. Takes a hexadecimal number in the
range 0x1–0xffff. Defaults to unset.
OverheadBytes=
Specifies that bytes to be addeded to the size of each
packet. Bytes may be negative. Takes an integer in the range
from -64 to 256. Defaults to unset and kernel's default is
used.
Bandwidth=
Specifies the shaper bandwidth. When suffixed with K, M, or
G, the specified size is parsed as Kilobits, Megabits, or
Gigabits, respectively, to the base of 1000. Defaults to
unset and kernel's default is used.