NAME

RackTables::Schema::Result::viewIPv4AddressNetwork

DESCRIPTION

This view is a query to find the smallest network containing the given IP address.

PARAMETERS

The query expects the following parameter:

  • the IP address in dot-quad form

ACCESSORS

id

integer, network ID

ip

integer, IP address in numeric form

addr

string, IP address in dot-quad form

mask

integer, network mask length

name

string, network name

comment

string, comment or description, if any

AUTHOR

Sebastien Aperghis-Tramoni