Skip to content

Commit

Permalink
tc: add canid ematch to ematch_map
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Marc Kleine-Budde <[email protected]>
  • Loading branch information
lisovy authored and Stephen Hemminger committed Nov 30, 2012
1 parent df5574d commit 8f2550a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etc/iproute2/ematch_map
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
2 nbyte
3 u32
4 meta
7 canid
8 ipset

0 comments on commit 8f2550a

Please sign in to comment.