ofproto-dpif: Rate-limit all messages output by facet_check_consistency().
authorBen Pfaff <blp@nicira.com>
Wed, 18 Jan 2012 22:27:10 +0000 (14:27 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 24 Jan 2012 00:09:15 +0000 (16:09 -0800)
commitc53e113278dcce37186d451c022f803d7f13d62a
tree65bcbb8ae6c070168abbdef95fd242fcf4adc4ea
parent8210113e95b679acc5e08ac81c1b8580b7912ab6
ofproto-dpif: Rate-limit all messages output by facet_check_consistency().

Some but not all of the log messages were rate-limited here.  Rate-limit
all of them to avoid filling up logs if an inconsistency persists.

Bug #9345.
Reported-by: Ethan Jackson <ethan@nicira.com>
Reported-by: Michael Hu <mhu@nicira.com>
Reported-by: Alan Shieh <ashieh@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto-dpif.c