Class: Pio::OpenFlow13::Match::DestinationMacAddress

Inherits:
OpenFlowBasicValue show all
Defined in:
lib/pio/open_flow13/match.rb

Overview

The value of OXM_OF_ETH_DST match field.

Constant Summary collapse

OXM_FIELD =
3

Constants inherited from OpenFlowBasicValue

OpenFlowBasicValue::OXM_CLASS

Instance Method Summary collapse

Instance Method Details

#lengthObject



84
85
86
# File 'lib/pio/open_flow13/match.rb', line 84

def length
  6
end