netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] tc: add canid ematch to ematch_map
@ 2012-11-22 19:53 Marc Kleine-Budde
  0 siblings, 0 replies; only message in thread
From: Marc Kleine-Budde @ 2012-11-22 19:53 UTC (permalink / raw)
  To: netdev; +Cc: Rostislav Lisovy, Marc Kleine-Budde

From: Rostislav Lisovy <lisovy@gmail.com>

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>
---
 etc/iproute2/ematch_map |    1 +
 1 file changed, 1 insertion(+)

diff --git a/etc/iproute2/ematch_map b/etc/iproute2/ematch_map
index 69b007d..1823983 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
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-11-22 19:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-22 19:53 [PATCH] tc: add canid ematch to ematch_map Marc Kleine-Budde

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).