Tested with Luxoft's Twister framework, OpenFlow 1.3.1 module.
Topology:
Have only one controller connected to one LINC switch(main connection + 3 auxiliary connections, TCP protocol).
Test scenario:
Make sure the connections are alive.
Insert, on an auxiliary connection 3, a flow_mod that has as output:controller.
Generate packet_in message that is hitting the rule (is matching the flow_mod from step 2).
Expect the packet_in message, on controller, on the auxiliary connection number 3..
Result: The packet_in message is not received on the specific auxiliary connection(number 3); it is received on the auxiliary connection number 2.
No log on LINC's console.
Please refer to the Functional Specification paragraph:
- All Packet-In messages spread across the various auxiliary connection using a mechanism keeping the packets of a same flow mapped to the same connection. ```
Tested with Luxoft's Twister framework, OpenFlow 1.3.1 module. Topology: Have only one controller connected to one LINC switch(main connection + 3 auxiliary connections, TCP protocol). Test scenario:
Result: The packet_in message is not received on the specific auxiliary connection(number 3); it is received on the auxiliary connection number 2. No log on LINC's console.
Please refer to the Functional Specification paragraph: