[PATCH 09/15] Tools: hv: Represent the ipv6 mask using CIDR notation

2012-07-14 Thread K. Y. Srinivasan
Transfor ipv6 subnet information to CIDR notation. Signed-off-by: K. Y. Srinivasan Reviewed-by: Haiyang Zhang --- tools/hv/hv_kvp_daemon.c | 45 +++-- 1 files changed, 35 insertions(+), 10 deletions(-) diff --git a/tools/hv/hv_kvp_daemon.c

[PATCH 09/15] Tools: hv: Represent the ipv6 mask using CIDR notation

2012-07-14 Thread K. Y. Srinivasan
Transfor ipv6 subnet information to CIDR notation. Signed-off-by: K. Y. Srinivasan k...@microsoft.com Reviewed-by: Haiyang Zhang haiya...@microsoft.com --- tools/hv/hv_kvp_daemon.c | 45 +++-- 1 files changed, 35 insertions(+), 10 deletions(-) diff