Re: [libvirt] [PATCH] vz: change printing format specifier for network statistics

2017-01-31 Thread Maxim Nestratov
31-Jan-17 15:24, Nikolay Shirokovskiy пишет: On 31.01.2017 14:01, Maxim Nestratov wrote: This is necessary to be able to get statistics for venet0 or "host-routed" adapter, which has -1 index and thus, its statistics is shown as "net.nic4294967295". Signed-off-by: Maxim Nestratov --- src/v

Re: [libvirt] [PATCH] vz: change printing format specifier for network statistics

2017-01-31 Thread Nikolay Shirokovskiy
On 31.01.2017 14:01, Maxim Nestratov wrote: > This is necessary to be able to get statistics for venet0 or > "host-routed" adapter, which has -1 index and thus, its statistics > is shown as "net.nic4294967295". > > Signed-off-by: Maxim Nestratov > --- > src/vz/vz_sdk.c | 2 +- > 1 file changed

[libvirt] [PATCH] vz: change printing format specifier for network statistics

2017-01-31 Thread Maxim Nestratov
This is necessary to be able to get statistics for venet0 or "host-routed" adapter, which has -1 index and thus, its statistics is shown as "net.nic4294967295". Signed-off-by: Maxim Nestratov --- src/vz/vz_sdk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vz/vz_sdk.c