iana_ipv6 {ipaddress}R Documentation

IPv6 address space allocation

Description

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

Usage

iana_ipv6

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

Note

Last updated 2020-08-18

Source

https://www.iana.org/assignments/ipv6-address-space

https://www.iana.org/assignments/ipv6-unicast-address-assignments

See Also

is_reserved()

Examples

iana_ipv6

[Package ipaddress version 1.0.2 Index]