com.bigswitch.floodlight.vendor
Class OFNetmaskSetVendorData

java.lang.Object
  extended by com.bigswitch.floodlight.vendor.OFBigSwitchVendorData
      extended by com.bigswitch.floodlight.vendor.OFNetmaskVendorData
          extended by com.bigswitch.floodlight.vendor.OFNetmaskSetVendorData
All Implemented Interfaces:
OFVendorData

public class OFNetmaskSetVendorData
extends OFNetmaskVendorData


Field Summary
static int BSN_SET_IP_MASK_ENTRY
          Opcode/dataType to set an entry in the switch netmask table
protected static Instantiable<OFVendorData> instantiable
           
 
Fields inherited from class com.bigswitch.floodlight.vendor.OFNetmaskVendorData
netMask, pad1, pad2, pad3, tableIndex
 
Fields inherited from class com.bigswitch.floodlight.vendor.OFBigSwitchVendorData
BSN_VENDOR_ID, dataType
 
Constructor Summary
OFNetmaskSetVendorData()
          Construct a get network mask vendor data
OFNetmaskSetVendorData(byte tableIndex, int netMask)
          Construct a get network mask vendor data for a specific table entry
 
Method Summary
static Instantiable<OFVendorData> getInstantiable()
           
 
Methods inherited from class com.bigswitch.floodlight.vendor.OFNetmaskVendorData
getLength, getNetMask, getTableIndex, readFrom, setNetMask, setTableIndex, writeTo
 
Methods inherited from class com.bigswitch.floodlight.vendor.OFBigSwitchVendorData
equals, getDataType, hashCode, setDataType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instantiable

protected static Instantiable<OFVendorData> instantiable

BSN_SET_IP_MASK_ENTRY

public static final int BSN_SET_IP_MASK_ENTRY
Opcode/dataType to set an entry in the switch netmask table

See Also:
Constant Field Values
Constructor Detail

OFNetmaskSetVendorData

public OFNetmaskSetVendorData()
Construct a get network mask vendor data


OFNetmaskSetVendorData

public OFNetmaskSetVendorData(byte tableIndex,
                              int netMask)
Construct a get network mask vendor data for a specific table entry

Method Detail

getInstantiable

public static Instantiable<OFVendorData> getInstantiable()
Returns:
a subclass of Instantiable that instantiates an instance of OFNetmaskSetVendorData.