]> git.ipfire.org Git - thirdparty/systemd.git/commit - man/systemd.network.xml
network: introduce TrafficControl
authorSusant Sahani <ssahani@vmware.com>
Mon, 7 Oct 2019 14:19:00 +0000 (16:19 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 30 Oct 2019 00:33:51 +0000 (09:33 +0900)
commit0f5bd7fe24a5be4588f5d4def4c6cf9c6847a0bd
tree9db0e082c0cc7d66807c73947262025d579f5128
parent644ee2546102f9aa12b11c28b3c5e80b62beb157
network: introduce TrafficControl

Add network delay to a interface
19 files changed:
man/systemd.network.xml
src/basic/linux/pkt_sched.h [new file with mode: 0644]
src/libsystemd/sd-netlink/netlink-types.c
src/libsystemd/sd-netlink/netlink-util.h
src/libsystemd/sd-netlink/rtnl-message.c
src/network/meson.build
src/network/networkd-link.c
src/network/networkd-link.h
src/network/networkd-network-gperf.gperf
src/network/networkd-network.c
src/network/networkd-network.h
src/network/tc/netem.c [new file with mode: 0644]
src/network/tc/netem.h [new file with mode: 0644]
src/network/tc/qdisc.c [new file with mode: 0644]
src/network/tc/qdisc.h [new file with mode: 0644]
src/network/tc/tc-util.c [new file with mode: 0644]
src/network/tc/tc-util.h [new file with mode: 0644]
src/systemd/sd-netlink.h
test/fuzz/fuzz-network-parser/directives.network