[pve-devel] applied: [PATCH common] inotify: fix compatibillity with address + netmask separate passed
Thomas Lamprecht
t.lamprecht at proxmox.com
Thu Mar 12 16:19:57 CET 2020
On 3/12/20 4:09 PM, Stoiko Ivanov wrote:
> Hi,
>
> Thanks for hunting this down so fast (and for sending a second version)!
>
> applied it locally - did some rough testing (also the part with specifying
> a netmask as dotted quad) (I could reproduce the issue on my network config
> before)
> Talked the code through with Dominik - seems sensible.
>
> FWIW:
> Reviewed-By: Stoiko Ivanov <s.ivanov at proxmox.com>
> Tested-By: Stoiko Ivanov <s.ivanov at proxmox.com>
much thanks for looking at this so quickly, with those tags: applied
>
> On Thu, 12 Mar 2020 15:49:07 +0100
> Thomas Lamprecht <t.lamprecht at proxmox.com> wrote:
>
>> On 3/12/20 3:24 PM, Thomas Lamprecht wrote:
>>> + } elsif (my $mask = PVE::JSONSchema::get_netmask_bits("netmask$suffix")) {
>>
>> Obviously should be:
>>
>>> + } elsif (my $mask = PVE::JSONSchema::get_netmask_bits($d->{"netmask$suffix"})) {
>>
More information about the pve-devel
mailing list