The [GenericRandomEarlyDetection] section manages the queueing
discipline (qdisc) of Generic Random Early Detection (GRED).
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.
VirtualQueues=
Specifies the number of virtual queues. Takes an integer in
the range 1...16. Defaults to unset and kernel's default is
used.
DefaultVirtualQueue=
Specifies the number of default virtual queue. This must be
less than VirtualQueue=. Defaults to unset and kernel's
default is used.
GenericRIO=
Takes a boolean. It turns on the RIO-like buffering scheme.
Defaults to unset and kernel's default is used.