NdpHeader
NdpHeader
Neighbor discovery protocol header
JSON Example
{
"dst_ip": "string",
"msg_type": "string"
}
string As ipv6
As ipv6
dst_ip
Optional
The IP address of the destination of the solicitation. It MUST NOT be a multicast address.
string
msg_type
Optional
Constraints:
default: NEIGHBOR_SOLICITATION
This field specifies the type of the Neighbor discover message being sent. NEIGHBOR_SOLICITATION - Neighbor Solicitation message to discover the link-layer address of an on-link IPv6 node or to confirm a previously determined link-layer address. NEIGHBOR_ADVERTISEMENT - Neighbor Advertisement message in response to a Neighbor Solicitation message.
Possible values are :
NEIGHBOR_SOLICITATION,
NEIGHBOR_ADVERTISEMENT,