com.bigswitch.floodlight.vendor
Class OFNetmaskSetVendorData
java.lang.Object
com.bigswitch.floodlight.vendor.OFBigSwitchVendorData
com.bigswitch.floodlight.vendor.OFNetmaskVendorData
com.bigswitch.floodlight.vendor.OFNetmaskSetVendorData
- All Implemented Interfaces:
- OFVendorData
public class OFNetmaskSetVendorData
- extends OFNetmaskVendorData
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
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
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
getInstantiable
public static Instantiable<OFVendorData> getInstantiable()
- Returns:
- a subclass of Instantiable that instantiates
an instance of OFNetmaskSetVendorData.