ns-3
ns3::ofi::SwitchPacketMetadata Struct Reference

Packet Metadata, allows us to track the packet's metadata as it passes through the switch. More...

#include <openflow-interface.h>

Collaboration diagram for ns3::ofi::SwitchPacketMetadata:

List of all members.

Public Attributes

Ptr< Packetpacket
 The Packet itself.
ofpbuf * buffer
 The OpenFlow buffer as created from the Packet, with its data and headers.
uint16_t protocolNumber
 Protocol type of the Packet when the Packet is received.
Address src
 Source Address of the Packet when the Packet is received.
Address dst
 Destination Address of the Packet when the Packet is received.

Detailed Description

Packet Metadata, allows us to track the packet's metadata as it passes through the switch.


The documentation for this struct was generated from the following file: