diff options
author | Susant Sahani <ssahani@vmware.com> | 2020-03-10 13:19:56 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-03-12 07:37:17 +0100 |
commit | 053a2ddbb28cd819acb292673d101890ece3b2ac (patch) | |
tree | 6959c9cd1b1d561a6ec8ea60c47efb1421e70eb5 /test/fuzz/fuzz-network-parser/directives.network | |
parent | test-network: add a test case for BFIFO (diff) | |
download | systemd-053a2ddbb28cd819acb292673d101890ece3b2ac.tar.xz systemd-053a2ddbb28cd819acb292673d101890ece3b2ac.zip |
network: TC - introduce pfifo_head_drop
This adds the required changes to gain access to
the head drop classfull queuing discipline named
pfifo_head_drop.
Diffstat (limited to '')
-rw-r--r-- | test/fuzz/fuzz-network-parser/directives.network | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/fuzz/fuzz-network-parser/directives.network b/test/fuzz/fuzz-network-parser/directives.network index c4d13a73dc..c0f71bc13f 100644 --- a/test/fuzz/fuzz-network-parser/directives.network +++ b/test/fuzz/fuzz-network-parser/directives.network @@ -364,6 +364,10 @@ LimitSize= Parent= Handle= PacketLimit= +[PFIFOHeadDrop] +Parent= +Handle= +PacketLimit= [GenericRandomEarlyDetection] Parent= Handle= |