NAME
App::Manoc::DB::Result::IPNetwork - A model object for IP network addresses
VERSION
version 2.99.2
METHODS
address
Set/get network address
prefix
Set/get network prefix
broadcast
Get network broadcast address
label
Return a string describing the object
is_outside_parent
Check if the network is not contained in its parent
is_inside_children
Check if there is the network is contain in of its children
arp_entries
Return a resultset for all entries in Arp with IP addresses in this network
ip_entries
Return a resultset for all entries IP contained in this network
ipblock_entries
Return a resultset for all IPBlock entries contained in this network
supernets
Contain all supernets of this network.
supernets_ordered
supernets ordered by address
subnets
Contain all subnets of this network.
first_supernet
children_ordered
Return children ordered by ascending network address
AUTHORS
Gabriele Mambrini <gmambro@cpan.org>
Enrico Liguori
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by Gabriele Mambrini.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.