mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2025-10-11 16:52:42 +00:00

The canid ematch has been added in commit:
7b5f30e
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: Rostislav Lisovy <lisovy@gmail.com>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
8 lines
75 B
Plaintext
8 lines
75 B
Plaintext
# lookup table for ematch kinds
|
|
1 cmp
|
|
2 nbyte
|
|
3 u32
|
|
4 meta
|
|
7 canid
|
|
8 ipset
|