diff options
author | Tony Ambardar <itugrok@yahoo.com> | 2018-11-21 05:03:12 -0800 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2019-01-22 08:19:57 +0100 |
commit | 0c8e8e2dc9ac10b077d814ce1ad84a8a4174fee1 (patch) | |
tree | 449478b0a32935a88fa2ac033dafe9d4bfe0a338 | |
parent | 484117b47830b6dcebcfc19177dad8fb460c7ebe (diff) | |
download | upstream-0c8e8e2dc9ac10b077d814ce1ad84a8a4174fee1.tar.gz upstream-0c8e8e2dc9ac10b077d814ce1ad84a8a4174fee1.tar.bz2 upstream-0c8e8e2dc9ac10b077d814ce1ad84a8a4174fee1.zip |
base-files: install missing /etc/iproute2/ematch_map
This file is needed to properly use the tc ematch modules present in
kmod-sched-core and kmod-sched. It is a read-only index file of ematch
methods used only by tc.
Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
[cherry picked from commit 10a2ccb7fceef3a6dea4ece14e6141a807292d5f]
-rw-r--r-- | package/base-files/files/etc/iproute2/ematch_map | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/base-files/files/etc/iproute2/ematch_map b/package/base-files/files/etc/iproute2/ematch_map new file mode 100644 index 0000000000..4d6bb2f039 --- /dev/null +++ b/package/base-files/files/etc/iproute2/ematch_map @@ -0,0 +1,8 @@ +# lookup table for ematch kinds +1 cmp +2 nbyte +3 u32 +4 meta +7 canid +8 ipset +9 ipt |