Showing
1 changed file
with
0 additions
and
4 deletions
| ... | @@ -170,10 +170,6 @@ public class ReactiveForwarding { | ... | @@ -170,10 +170,6 @@ public class ReactiveForwarding { |
| 170 | // We don't yet support bufferids in the flowservice so packet out first. | 170 | // We don't yet support bufferids in the flowservice so packet out first. |
| 171 | packetOut(context, portNumber); | 171 | packetOut(context, portNumber); |
| 172 | 172 | ||
| 173 | - if (true) { | ||
| 174 | - return; | ||
| 175 | - } | ||
| 176 | - | ||
| 177 | // Install the flow rule to handle this type of message from now on. | 173 | // Install the flow rule to handle this type of message from now on. |
| 178 | Ethernet inPkt = context.inPacket().parsed(); | 174 | Ethernet inPkt = context.inPacket().parsed(); |
| 179 | TrafficSelector.Builder builder = DefaultTrafficSelector.builder(); | 175 | TrafficSelector.Builder builder = DefaultTrafficSelector.builder(); | ... | ... |
-
Please register or login to post a comment