]> git.proxmox.com Git - mirror_iproute2.git/commit
tc: parse attributes with NLA_F_NESTED flag
authorLeslie Monis <lesliemonis@gmail.com>
Thu, 16 Jan 2020 15:57:01 +0000 (21:27 +0530)
committerDavid Ahern <dsahern@gmail.com>
Wed, 22 Jan 2020 03:45:48 +0000 (03:45 +0000)
commiteae5f4b5c88eb60465d8b70c52efff57039d0024
tree859013b0008e0e87f3c460f8c594752df2b14acb
parent22aec42679d57b8e0aef864c4d45feadb727c3ce
tc: parse attributes with NLA_F_NESTED flag

The kernel now requires all new nested attributes to set the
NLA_F_NESTED flag. Enable tc {qdisc,class,filter} to parse
attributes that have the NLA_F_NESTED flag set.

Signed-off-by: Leslie Monis <lesliemonis@gmail.com>
Signed-off-by: David Ahern <dsahern@gmail.com>
tc/tc_class.c
tc/tc_filter.c
tc/tc_qdisc.c