The [BFIFO] section manages the queueing discipline (qdisc) of
Byte limited Packet First In First Out (bfifo).
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.
LimitBytes=
Specifies the hard limit in bytes on the FIFO buffer size.
The size limit prevents overflow in case the kernel is unable
to dequeue packets as quickly as it receives them. When this
limit is reached, incoming packets are dropped. When suffixed
with K, M, or G, the specified size is parsed as Kilobytes,
Megabytes, or Gigabytes, respectively, to the base of 1024.
Defaults to unset and kernel default is used.