Re: [ovs-dev] [PATCH] netdev-bsd: Use UINT64_MAX for unsupported stats.

2013-05-03 Thread Ben Pfaff
On Fri, May 03, 2013 at 04:57:38PM -0400, Ed Maste wrote: > As documented in netdev-provider.h for the get_stats method. > > Signed-off-by: Ed Maste Thanks, applied to master, branch-1.11, and branch-1.10. ___ dev mailing list dev@openvswitch.org http:

[ovs-dev] [PATCH] netdev-bsd: Use UINT64_MAX for unsupported stats.

2013-05-03 Thread Ed Maste
As documented in netdev-provider.h for the get_stats method. Signed-off-by: Ed Maste --- lib/netdev-bsd.c | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/lib/netdev-bsd.c b/lib/netdev-bsd.c index e3461b8..7ab9d3e 100644 --- a/lib/netdev-bsd.c +++