From 48d34ad982546e3a3e528d2992afe5483248439d Mon Sep 17 00:00:00 2001 From: Alex Wang Date: Tue, 29 Jul 2014 11:10:21 -0700 Subject: [PATCH] connmgr: Fix a typo. Signed-off-by: Alex Wang Acked-by: Andy Zhou --- ofproto/connmgr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ofproto/connmgr.c b/ofproto/connmgr.c index 489ca149f..5861627b6 100644 --- a/ofproto/connmgr.c +++ b/ofproto/connmgr.c @@ -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. -- 2.20.1