]> git.ipfire.org Git - thirdparty/iproute2.git/commit
tc/meta: make meta_table static and const
authorStephen Hemminger <stephen@networkplumber.org>
Thu, 15 Nov 2018 22:36:37 +0000 (14:36 -0800)
committerStephen Hemminger <stephen@networkplumber.org>
Mon, 19 Nov 2018 19:42:44 +0000 (11:42 -0800)
commit42d9eed45165e35911dd9ce63fbcffbcdde62b78
treebaaed6afb77324dfbc845a36682d7e7ec4f90162
parent9455bec52aa3e730cd58e5a73f1698040b61de12
tc/meta: make meta_table static and const

The mapping table is only used by em_meta.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
tc/em_meta.c