Nettle.OpenFlow.Switch
- data SwitchFeatures = SwitchFeatures {}
- type SwitchID = Word64
- data SwitchCapability
- maxNumberPorts :: PortID
Documentation
data SwitchFeatures Source
The switch features record, summarizes information about a switch
Constructors
SwitchFeatures | |
Fields
|
Instances
data SwitchCapability Source
The switch capabilities are denoted with these symbols
Constructors
HasFlowStats | can provide flow statistics |
HasTableStats | can provide table statistics |
HasPortStats | can provide port statistics |
SpanningTree | supports the 802.1d spanning tree protocol |
HasQueueStatistics | can provide queue statistics |
CanMatchIPAddressesInARPPackets | match IP addresses in ARP packets |
CanReassembleIPFragments | can reassemble IP fragments |
maxNumberPorts :: PortIDSource
Maximum number of ports on a switch