Re: [ovs-dev] [PATCH v1 5/6] ovs-dpctl: Make 'show_dpif' more general.
On Fri, Nov 01, 2013 at 02:15:16AM -0700, Gurucharan Shetty wrote: > Currently, with 'ovs-dpctl show', we call show_dpif(). > Move this functionality to lib/dpif.c so that it can > be used by an upcoming commit. > > Signed-off-by: Gurucharan Shetty Acked-by: Ben Pfaff __
[ovs-dev] [PATCH v1 5/6] ovs-dpctl: Make 'show_dpif' more general.
Currently, with 'ovs-dpctl show', we call show_dpif(). Move this functionality to lib/dpif.c so that it can be used by an upcoming commit. Signed-off-by: Gurucharan Shetty --- lib/dpif.c| 136 +++ lib/dpif.h|1 + utilities/