pub type Addresses = Vec<Ipv4Address>;
Expand description

A DHCP option field of IP addresses.

Per https://tools.ietf.org/html/rfc2132#section-2:

All other options are variable-length with a length octet following the tag octet.

The maximum length is given by 0xFF/sizeof([fuchsia.net.Ipv4Address]).

Aliased Type§

struct Addresses { /* private fields */ }