netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Marc Kleine-Budde <mkl@pengutronix.de>
To: netdev@vger.kernel.org
Cc: Rostislav Lisovy <lisovy@gmail.com>,
	Marc Kleine-Budde <mkl@pengutronix.de>
Subject: [PATCH] tc: add canid ematch to ematch_map
Date: Thu, 22 Nov 2012 20:53:44 +0100	[thread overview]
Message-ID: <1353614024-18248-1-git-send-email-mkl@pengutronix.de> (raw)

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

                 reply	other threads:[~2012-11-22 19:53 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1353614024-18248-1-git-send-email-mkl@pengutronix.de \
    --to=mkl@pengutronix.de \
    --cc=lisovy@gmail.com \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).