Commit 8f2550ab authored by Rostislav Lisovy's avatar Rostislav Lisovy Committed by Stephen Hemminger

tc: add canid ematch to ematch_map

The canid ematch has been added in commit:

7b5f30e1 Ematch used to classify CAN frames according to their identifiers

But the corresponding entry in etc/iproute2/ematch_map was lost. This patch
adds the missing entry in ematch_map, otherweise tc would complain:

Error: Unable to find ematch "canid" in /etc/iproute2/ematch_map
Please assign a unique ID to the ematch kind the suggested entry is:
        7       canid
Signed-off-by: default avatarRostislav Lisovy <lisovy@gmail.com>
Signed-off-by: default avatarMarc Kleine-Budde <mkl@pengutronix.de>
parent df5574d0
......@@ -3,4 +3,5 @@
2 nbyte
3 u32
4 meta
7 canid
8 ipset
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment