options.c: add DSCP code LE Least Effort
authorKevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Sat, 8 Jan 2022 23:42:27 +0000 (23:42 +0000)
committerRui Salvaterra <rsalvaterra@gmail.com>
Sun, 9 Jan 2022 23:33:32 +0000 (23:33 +0000)
commit0f16ea5f055722a532d4e68c7ba34ed084b48b37
tree85a23a9de92a1372a1bb793797eb5d0645c918a3
parent24ba465b8a6793588d116297a017aefbf6f339d3
options.c: add DSCP code LE Least Effort

RFC-8622 implements a low priority DSCP marking called 'Least Effort' or
'LE'  Instead of prioritising traffic in varying degrees, this defines a
scum class of packet that really is the lowest of the low and you may
consider forwarding if you really have nothing better to do.

This patch adds LE class support to firewall3.

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
options.c