secchan: Update byte, packet counts for packets switched by hand.
authorBen Pfaff <blp@nicira.com>
Wed, 29 Apr 2009 22:27:46 +0000 (15:27 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 1 May 2009 17:55:28 +0000 (10:55 -0700)
commitf41a6212c948e179b26ad6ec5053ff94ece3683a
treed092812cc4731b370a60d112e2debd9e23277a53
parent08343b78a89a16c3ac387d64900d2dc390a74414
secchan: Update byte, packet counts for packets switched by hand.

Sometimes packets can get passed down to userspace, in which case secchan
has to send them using dpif_execute().  When this happened we weren't
updating the packet or byte counters.  Fix this.
secchan/ofproto.c