pkg-perl-maintainers team mailing list archive
-
pkg-perl-maintainers team
-
Mailing list archive
-
Message #05067
[Bug 2083236] Re: [SRU] Net::IP->intip return undef for IP 0.0.0.0 instead of 0
Oracular testing ... OK
root@Olibnet-ip-perl:~# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 24.10
Release: 24.10
Codename: oracular
root@Olibnet-ip-perl:~# dpkg -l | grep libnet-ip-perl
ii libnet-ip-perl 1.26-3ubuntu0.24.10.1 all Perl extension for manipulating IPv4/IPv6 addresses
Good case achieved:
root@Olibnet-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 verification-needed-oracular
** Tags added: verification-done verification-done-oracular
--
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