connmgr: Fix a typo.
authorAlex Wang <alexw@nicira.com>
Tue, 29 Jul 2014 18:10:21 +0000 (11:10 -0700)
committerAlex Wang <alexw@nicira.com>
Tue, 29 Jul 2014 21:45:21 +0000 (14:45 -0700)
Signed-off-by: Alex Wang <alexw@nicira.com>
Acked-by: Andy Zhou <azhou@nicira.com>
ofproto/connmgr.c

index 489ca14..5861627 100644 (file)
@@ -1558,7 +1558,7 @@ ofconn_wants_packet_in_on_miss(struct ofconn *ofconn,
 /* The default "table-miss" behaviour for OpenFlow1.3+ is to drop the
  * packet rather than to send the packet to the controller.
  *
- * This function returns false to indicate that a packet_in message
+ * This function returns true to indicate that a packet_in message
  * for a "table-miss" should be sent to at least one controller.
  * That is there is at least one controller with controller_id 0
  * which connected using an OpenFlow version earlier than OpenFlow1.3.