Ipv6Header

Ipv6Header
Ipv6Header
JSON Example
{
    "dst_ip": "string",
    "hop_limit": 0,
    "next_header": 0,
    "src_ip": "string"
}
string As ipv6 As ipv6
dst_ip
Optional

The destination ip address.

integer As int64 As int64
hop_limit
Optional
Constraints: minimum: 0 maximum: 255 default: 64

Decremented by 1 by each node that forwards the packets. The packet is discarded if Hop Limit is decremented to zero.

integer As int64 As int64
next_header
Optional
Constraints: minimum: 0 maximum: 255 default: 58

Identifies the type of header immediately following the IPv6 header.

string As ipv6 As ipv6
src_ip
Optional

The source ip address.