Namespace inet
IPv6Redirect
packetRedirect Message Format RFC 2461 Section 4.5
Extends
Name | Type | Description |
---|---|---|
IPv6NDMessage | (unknown -- not in documented files) |
Fields
Name | Type | Description |
---|---|---|
targetAddress | IPv6Address |
Additional ICMP fields |
destinationAddress | IPv6Address | |
targetLinkLayerAddress | MACAddress |
Possible Options |
Source code
// // Redirect Message Format // RFC 2461 Section 4.5 // packet IPv6Redirect extends IPv6NDMessage { //Additional ICMP fields IPv6Address targetAddress; IPv6Address destinationAddress; //Possible Options MACAddress targetLinkLayerAddress; //Redirected Header Encapsulated Msg }File: src/inet/networklayer/icmpv6/IPv6NDMessage.msg