public final class ClassifierGeniusIntegration extends Object
Modifier and Type | Method and Description |
---|---|
static short |
getClassifierTable()
Get the number of the openflow table used by the SFC classifier from
genius.
|
static short |
getTransportIngressTable()
Get the number of the openflow table used by SFC transport ingress from
genius.
|
static void |
performGeniusServiceBinding(org.opendaylight.controller.md.sal.binding.api.WriteTransaction theTx,
String ifName)
Bind a logical interface, which we want to classify, to genius.
|
static void |
performGeniusServiceUnbinding(org.opendaylight.controller.md.sal.binding.api.WriteTransaction theTx,
String ifName)
Unbind a logical interface from genius.
|
public static void performGeniusServiceBinding(org.opendaylight.controller.md.sal.binding.api.WriteTransaction theTx, String ifName)
theTx
- a transaction object, in which the service binding will be
attemptedifName
- the name of the logical interfacepublic static void performGeniusServiceUnbinding(org.opendaylight.controller.md.sal.binding.api.WriteTransaction theTx, String ifName)
theTx
- a transaction object, in which the service binding will be
attemptedifName
- the name of the logical interfacepublic static short getClassifierTable()
public static short getTransportIngressTable()
Copyright © 2017 OpenDaylight. All rights reserved.