]> git.ipfire.org Git - thirdparty/iproute2.git/commit
tc: make action_util arg const
authorStephen Hemminger <stephen@networkplumber.org>
Mon, 11 Mar 2024 23:12:30 +0000 (16:12 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Tue, 12 Mar 2024 22:11:43 +0000 (15:11 -0700)
commit38b0e6c120a8fff487745926b7a5e9146a06cb8f
treea3ec50f61709ffa412bfd9aae1dae14f5109141e
parentfa740c21b441e3f3828abe859444119dce2c9cab
tc: make action_util arg const

The callbacks in action_util should not be modifying underlying
qdisc operations structure.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
21 files changed:
tc/m_action.c
tc/m_bpf.c
tc/m_connmark.c
tc/m_csum.c
tc/m_ct.c
tc/m_ctinfo.c
tc/m_gact.c
tc/m_gate.c
tc/m_ife.c
tc/m_mirred.c
tc/m_mpls.c
tc/m_nat.c
tc/m_pedit.c
tc/m_police.c
tc/m_sample.c
tc/m_simple.c
tc/m_skbedit.c
tc/m_skbmod.c
tc/m_tunnel_key.c
tc/m_vlan.c
tc/tc_util.h