Packet IPv6RouterSolicitation

File: src/networklayer/icmpv6/IPv6NDMessage.msg

Router Solicitation Message Format RFC 2461 Section 4.1

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.

Extends:

IPv6NDMessage (packet)

Neighbour Discovery for IPv6. RFC 2461

Fields:

Name Type Description
sourceLinkLayerAddress MACAddress

Possible Options

code int

customize=true;

type int

int code; //TODO: this should be specific to different ICMP types.

Source code:

//
// Router Solicitation Message Format
// RFC 2461 Section 4.1
//
packet IPv6RouterSolicitation extends IPv6NDMessage
{
    //Possible Options
    MACAddress sourceLinkLayerAddress;
}