Package | Description |
---|---|
etri.sdn.controller.module.firewall | |
etri.sdn.controller.module.forwarding | |
etri.sdn.controller.module.routing |
Modifier and Type | Method and Description |
---|---|
private boolean |
OFMFirewall.processPacketInMessage(IOFSwitch sw,
org.openflow.protocol.interfaces.OFPacketIn pi,
IRoutingDecision decision,
MessageContext cntx)
Checks the incoming packet with the firewall policy and create
a decision to handle the packet.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Forwarding.doDropFlow(IOFSwitch sw,
org.openflow.protocol.interfaces.OFPacketIn pi,
IRoutingDecision decision,
MessageContext cntx)
Creates a
OFPacketOut with packetin that is dropped. |
abstract boolean |
ForwardingBase.processPacketInMessage(Connection conn,
org.openflow.protocol.interfaces.OFPacketIn pi,
IRoutingDecision decision,
MessageContext cntx)
All subclasses must define this function if they want any specific
forwarding action.
|
boolean |
Forwarding.processPacketInMessage(Connection conn,
org.openflow.protocol.interfaces.OFPacketIn pi,
IRoutingDecision decision,
MessageContext cntx)
Calls an appropriate method to process packetin according to the routing decision.
|
Modifier and Type | Class and Description |
---|---|
class |
RoutingDecision |