com.bigswitch.floodlight.vendor
Class OFNetmaskGetVendorDataRequest
java.lang.Object
com.bigswitch.floodlight.vendor.OFBigSwitchVendorData
com.bigswitch.floodlight.vendor.OFNetmaskVendorData
com.bigswitch.floodlight.vendor.OFNetmaskGetVendorDataRequest
- All Implemented Interfaces:
- OFVendorData
public class OFNetmaskGetVendorDataRequest
- extends OFNetmaskVendorData
Subclass of OFVendorData
- Author:
- munish_mehta
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
instantiable
protected static Instantiable<OFVendorData> instantiable
BSN_GET_IP_MASK_ENTRY_REQUEST
public static final int BSN_GET_IP_MASK_ENTRY_REQUEST
- Opcode/dataType to request an entry in the switch netmask table
- See Also:
- Constant Field Values
OFNetmaskGetVendorDataRequest
public OFNetmaskGetVendorDataRequest()
- Construct a get network mask vendor data
OFNetmaskGetVendorDataRequest
public OFNetmaskGetVendorDataRequest(byte tableIndex,
int netMask)
- Construct a get network mask vendor data for a specific table entry
getInstantiable
public static Instantiable<OFVendorData> getInstantiable()
- Returns:
- a subclass of Instantiable that instantiates
an instance of OFNetmaskGetVendorData.