Re: [pve-devel] [PATCH common 2/2] INotify: map address/netmask to cidr while parsing interfaces

2019-04-17 Thread Wolfgang Bumiller
On Tue, Apr 16, 2019 at 11:05:36AM +0200, Dominik Csapak wrote: > this allows us to always show the 'address' the 'netmask' and the 'cidr' > both for ipv4 and ipv6 > > there is a small api change involved in one scenario: > if one manually changed the address to cidr format like > '10.0.0.4/24

[pve-devel] [PATCH common 2/2] INotify: map address/netmask to cidr while parsing interfaces

2019-04-16 Thread Dominik Csapak
this allows us to always show the 'address' the 'netmask' and the 'cidr' both for ipv4 and ipv6 there is a small api change involved in one scenario: if one manually changed the address to cidr format like '10.0.0.4/24' we now get from the api the parsed values addr => 10.0.0.4 netmas