summaryrefslogtreecommitdiff
path: root/src/network/tc/qdisc.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2020-02-05 19:10:33 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2020-02-07 13:48:54 +0900
commit2ed5f6d5de387dba1c739b776ffd35e9a1f8de77 (patch)
treeea6fe4e27ede2b0441f8d73bb4f46b326f0263a6 /src/network/tc/qdisc.c
parent72545ae05745f99e194eb83e3fa865f276601378 (diff)
downloadsystemd-2ed5f6d5de387dba1c739b776ffd35e9a1f8de77.tar.gz
network: introduce new [QDisc] section to support Parent=ingress
Follow-up for 18de0969c5763ce119692b59f8622c379e79c6cc.
Diffstat (limited to 'src/network/tc/qdisc.c')
-rw-r--r--src/network/tc/qdisc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/network/tc/qdisc.c b/src/network/tc/qdisc.c
index ee0637bf32..c156fe5ce9 100644
--- a/src/network/tc/qdisc.c
+++ b/src/network/tc/qdisc.c
@@ -254,7 +254,6 @@ int config_parse_qdisc_parent(
assert(lvalue);
assert(rvalue);
assert(data);
- assert(ltype >= 0 && ltype < _QDISC_KIND_MAX);
r = qdisc_new_static(ltype, network, filename, section_line, &qdisc);
if (r < 0)