Re: [ovs-dev] [flow-stats 07/14] netdev-dummy: Allow injecting traffic.

2011-12-19 Thread Ethan Jackson
Looks good. Ethan On Thu, Dec 8, 2011 at 14:01, Ben Pfaff wrote: > This paves the way to allow unit tests to test the whole switch > on an end-to-end basis. > --- >  lib/dummy.c        |    3 +- >  lib/netdev-dummy.c |  161 > >  2 files chang

[ovs-dev] [flow-stats 07/14] netdev-dummy: Allow injecting traffic.

2011-12-08 Thread Ben Pfaff
This paves the way to allow unit tests to test the whole switch on an end-to-end basis. --- lib/dummy.c|3 +- lib/netdev-dummy.c | 161 2 files changed, 152 insertions(+), 12 deletions(-) diff --git a/lib/dummy.c b/lib/dummy.c inde