Interface DhcpMConstants
-
public interface DhcpMConstants
-
-
Field Summary
Fields Modifier and Type Field Description static intARP_FLOW_PRIORITYstatic java.lang.StringBCAST_DEST_IPstatic intBCAST_IPstatic org.opendaylight.yangtools.yang.common.Uint64COOKIE_DHCP_BASEstatic org.opendaylight.yangtools.yang.common.Uint64COOKIE_VM_INGRESS_TABLEstatic intDEFAULT_DHCP_ALLOCATION_POOL_FLOW_PRIORITYstatic intDEFAULT_DHCP_ARP_FLOW_PRIORITYstatic intDEFAULT_DHCP_FLOW_PRIORITYstatic java.lang.StringDEFAULT_DOMAIN_NAMEstatic shortDEFAULT_FLOW_PRIORITYstatic intDEFAULT_LEASE_TIMEstatic shortDHCP_CLIENT_PORTstatic java.lang.StringDHCP_JOB_KEY_PREFIXstatic shortDHCP_SERVER_PORTstatic longDHCP_TABLE_MAX_ENTRYstatic java.lang.StringFLOWID_PREFIXstatic org.opendaylight.yangtools.yang.common.Uint64INVALID_DPIDstatic org.opendaylight.yangtools.yang.common.Uint64METADATA_ALL_CLEAR_MASKstatic org.opendaylight.yangtools.yang.common.Uint64METADATA_ALL_SET_MASKstatic intRETRY_COUNTstatic java.lang.StringVMFLOWID_PREFIX
-
-
-
Field Detail
-
DHCP_TABLE_MAX_ENTRY
static final long DHCP_TABLE_MAX_ENTRY
- See Also:
- Constant Field Values
-
DEFAULT_DHCP_FLOW_PRIORITY
static final int DEFAULT_DHCP_FLOW_PRIORITY
- See Also:
- Constant Field Values
-
DEFAULT_DHCP_ALLOCATION_POOL_FLOW_PRIORITY
static final int DEFAULT_DHCP_ALLOCATION_POOL_FLOW_PRIORITY
- See Also:
- Constant Field Values
-
DEFAULT_DHCP_ARP_FLOW_PRIORITY
static final int DEFAULT_DHCP_ARP_FLOW_PRIORITY
- See Also:
- Constant Field Values
-
ARP_FLOW_PRIORITY
static final int ARP_FLOW_PRIORITY
- See Also:
- Constant Field Values
-
DEFAULT_FLOW_PRIORITY
static final short DEFAULT_FLOW_PRIORITY
- See Also:
- Constant Field Values
-
COOKIE_DHCP_BASE
static final org.opendaylight.yangtools.yang.common.Uint64 COOKIE_DHCP_BASE
-
METADATA_ALL_CLEAR_MASK
static final org.opendaylight.yangtools.yang.common.Uint64 METADATA_ALL_CLEAR_MASK
-
METADATA_ALL_SET_MASK
static final org.opendaylight.yangtools.yang.common.Uint64 METADATA_ALL_SET_MASK
-
FLOWID_PREFIX
static final java.lang.String FLOWID_PREFIX
- See Also:
- Constant Field Values
-
VMFLOWID_PREFIX
static final java.lang.String VMFLOWID_PREFIX
- See Also:
- Constant Field Values
-
BCAST_DEST_IP
static final java.lang.String BCAST_DEST_IP
- See Also:
- Constant Field Values
-
BCAST_IP
static final int BCAST_IP
- See Also:
- Constant Field Values
-
DHCP_CLIENT_PORT
static final short DHCP_CLIENT_PORT
- See Also:
- Constant Field Values
-
DHCP_SERVER_PORT
static final short DHCP_SERVER_PORT
- See Also:
- Constant Field Values
-
DEFAULT_LEASE_TIME
static final int DEFAULT_LEASE_TIME
- See Also:
- Constant Field Values
-
DEFAULT_DOMAIN_NAME
static final java.lang.String DEFAULT_DOMAIN_NAME
- See Also:
- Constant Field Values
-
COOKIE_VM_INGRESS_TABLE
static final org.opendaylight.yangtools.yang.common.Uint64 COOKIE_VM_INGRESS_TABLE
-
INVALID_DPID
static final org.opendaylight.yangtools.yang.common.Uint64 INVALID_DPID
-
DHCP_JOB_KEY_PREFIX
static final java.lang.String DHCP_JOB_KEY_PREFIX
- See Also:
- Constant Field Values
-
RETRY_COUNT
static final int RETRY_COUNT
- See Also:
- Constant Field Values
-
-