diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-11-01 11:44:10 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-01 11:44:10 +0900 |
commit | aab64de2818ece365e3c89e8fed6cf80377be01c (patch) | |
tree | 0d12566db096ffa0022ec837ba5db2641807e229 /src/network/networkd-network-gperf.gperf | |
parent | 0cc9e972ff7a90ad0640b14039d48136489694c0 (diff) | |
parent | 6edfb1f5406f45e8f3e933c695bad3d6749ed4e0 (diff) | |
download | systemd-aab64de2818ece365e3c89e8fed6cf80377be01c.tar.gz systemd-aab64de2818ece365e3c89e8fed6cf80377be01c.tar.bz2 systemd-aab64de2818ece365e3c89e8fed6cf80377be01c.zip |
Merge pull request #13888 from ssahani/qdisc
tc qdisc: netem add support to duplicate packets.
Diffstat (limited to 'src/network/networkd-network-gperf.gperf')
-rw-r--r-- | src/network/networkd-network-gperf.gperf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/network/networkd-network-gperf.gperf b/src/network/networkd-network-gperf.gperf index 9f53385602..7fca93dccb 100644 --- a/src/network/networkd-network-gperf.gperf +++ b/src/network/networkd-network-gperf.gperf @@ -247,7 +247,8 @@ CAN.TripleSampling, config_parse_tristate, TrafficControlQueueingDiscipline.Parent, config_parse_tc_qdiscs_parent, 0, 0 TrafficControlQueueingDiscipline.NetworkEmulatorDelaySec, config_parse_tc_network_emulator_delay, 0, 0 TrafficControlQueueingDiscipline.NetworkEmulatorDelayJitterSec, config_parse_tc_network_emulator_delay, 0, 0 -TrafficControlQueueingDiscipline.NetworkEmulatorLossRate, config_parse_tc_network_emulator_loss_rate, 0, 0 +TrafficControlQueueingDiscipline.NetworkEmulatorLossRate, config_parse_tc_network_emulator_rate, 0, 0 +TrafficControlQueueingDiscipline.NetworkEmulatorDuplicateRate, config_parse_tc_network_emulator_rate, 0, 0 TrafficControlQueueingDiscipline.NetworkEmulatorPacketLimit, config_parse_tc_network_emulator_packet_limit, 0, 0 /* backwards compatibility: do not add new entries to this section */ Network.IPv4LL, config_parse_ipv4ll, 0, offsetof(Network, link_local) |