← Back to team overview

pkg-perl-maintainers team mailing list archive

[Bug 2083236] Re: [SRU] Net::IP->intip return undef for IP 0.0.0.0 instead of 0

 

Testing Jammy: OK

root@Jlibnet-ip-perl:~# lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 22.04.5 LTS
Release:	22.04
Codename:	jammy

root@Jlibnet-ip-perl:~# dpkg -l | grep ip-perl
ii  libnet-ip-perl                  1.26-2ubuntu0.22.04.1                   all          Perl extension for manipulating IPv4/IPv6 addresses


Good case achieved:

root@Jlibnet-ip-perl:~# perl ip_intip_method.pl 0.0.0.0
"IP   : 0.0.0.0"
"Int  : 0"

bless( {
  binip => "00000000000000000000000000000000",
  binmask => "11111111111111111111111111111111",
  intformat => bless( {
    sign => "+",
    value => bless( [
      0,
    ], 'Math::BigInt::Calc' ),
  }, 'Math::BigInt' ),
  ip => "0.0.0.0",
  ipversion => 4,
  is_prefix => 1,
  last_bin => "00000000000000000000000000000000",
  last_ip => "0.0.0.0",
  prefixlen => 32,
}, 'Net::IP' )


** Tags removed: verification-needed-jammy
** Tags added: verification-done-jammy

-- 
You received this bug notification because you are a member of Debian
Perl Group, which is subscribed to libnet-ip-perl in Ubuntu.
https://bugs.launchpad.net/bugs/2083236

Title:
  [SRU] Net::IP->intip return undef for IP 0.0.0.0 instead of 0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libnet-ip-perl/+bug/2083236/+subscriptions



References