Message IPv6Redirect

File: Network/ICMPv6/IPv6NDMessage.msg

Redirect Message Format RFC 2461 Section 4.5

Inheritance diagram:

The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

Extends:

IPv6NDMessage

Neighbour Discovery for IPv6. RFC 2461

Properties:

Name Value Description
omitGetVerb true

Fields:

Name Type Description
targetAddress IPv6Address

Additional ICMP fields

destinationAddress IPv6Address
targetLinkLayerAddress MACAddress

Possible Options

Source code:

message IPv6Redirect extends IPv6NDMessage
{
    properties:
        omitGetVerb = true;
    fields:
        //Additional ICMP fields
        IPv6Address targetAddress;
        IPv6Address destinationAddress;

        //Possible Options
        MACAddress targetLinkLayerAddress;
        //Redirected Header Encapsulated Msg
};