You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The controller tries to send messages on FLOOD port that is an optional one and is NOT supported by OpenFlow-only switches. If a controller wants to use this port it should first make sure that the switch supports it. It can also use the ALL port that every OpenFlow-enabled switch is required to implement. See the OpenFlow 1.3.0 specification ch. 4.5.
The text was updated successfully, but these errors were encountered:
FLOOD port when used as an output port sends the packet out all standard
ports, but not the ingress port, nor ports that are in BLOCKED state
(OpenFlow spec. v1.3.2 ch. 4.5).
This behavior is required as NOX 1.3 controller uses this FLOOD port.
This commit should be reverted as soon as the issue
CPqD/nox13oflib#3 is fixed.
(Motivated by FlowForwarding#171).
The controller tries to send messages on FLOOD port that is an optional one and is NOT supported by OpenFlow-only switches. If a controller wants to use this port it should first make sure that the switch supports it. It can also use the ALL port that every OpenFlow-enabled switch is required to implement. See the OpenFlow 1.3.0 specification ch. 4.5.
The text was updated successfully, but these errors were encountered: