ofproto: Guarantee uninstalled facets have no dp_packet_count.
authorEthan Jackson <ethan@nicira.com>
Thu, 24 Feb 2011 21:53:02 +0000 (13:53 -0800)
committerEthan Jackson <ethan@nicira.com>
Thu, 24 Feb 2011 22:33:16 +0000 (14:33 -0800)
facet_push_stats() implicitly assumes that uninstalled facets have
no dp_[packet|byte]_count.  This commit guarantees and enforces
this invariant.

Bug #4732.


No differences found