vconn: Distinguish between parse errors and other messages in rate-limiting.
authorBen Pfaff <blp@nicira.com>
Mon, 2 Mar 2009 19:07:53 +0000 (11:07 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 2 Mar 2009 21:42:06 +0000 (13:42 -0800)
commitebe4bb874c891e91070d1ffe2d72882c51b0f0a1
tree75d8329e048ff4c10a6b8132a19a35c25b346759
parent66295ac40745993355460c4cdb4125a2a9812274
vconn: Distinguish between parse errors and other messages in rate-limiting.

The vconn code wants to rate-limit errors, which there's not too much
point in reporting a lot of, from the log of all OpenFlow messages, which
are very important if we really want to log them at all.  So use a
different rate-limiter for each category.
lib/vconn.c