Learn R Programming

ipaddress (version 0.5.0)

iana_ipv6: IPv6 address space allocation

Description

A dataset containing the registry of allocated blocks in IPv6 address space.

Usage

iana_ipv6

Arguments

Format

A data frame with 47 rows and 3 variables:

network

Address block (an ip_network vector)

allocation

There are two types of allocation:

  • reserved

  • managed by regional Internet registry (RIR)

label

The RIR or purpose for reservation

See Also

is_reserved()

Examples

Run this code
# NOT RUN {
iana_ipv6
# }

Run the code above in your browser using DataLab