From 8f2550ab5dd03cb999c517abb0622769f0b2c59c Mon Sep 17 00:00:00 2001 From: Rostislav Lisovy Date: Thu, 22 Nov 2012 09:53:44 +0000 Subject: [PATCH] tc: add canid ematch to ematch_map 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 Signed-off-by: Marc Kleine-Budde --- etc/iproute2/ematch_map | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/iproute2/ematch_map b/etc/iproute2/ematch_map index 69b007d0..18239837 100644 --- a/etc/iproute2/ematch_map +++ b/etc/iproute2/ematch_map @@ -3,4 +3,5 @@ 2 nbyte 3 u32 4 meta +7 canid 8 ipset