[ovs-dev] [PATCH 1/2] connmgr: Fix a typo.

Andy Zhou azhou at nicira.com
Tue Jul 29 20:12:53 UTC 2014


Acked-by: Andy Zhou <azhou at nicira.com>

On Tue, Jul 29, 2014 at 11:20 AM, Alex Wang <alexw at nicira.com> wrote:
> Signed-off-by: Alex Wang <alexw at nicira.com>
> ---
>  ofproto/connmgr.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/ofproto/connmgr.c b/ofproto/connmgr.c
> index b7d5d3b..c6432bf 100644
> --- a/ofproto/connmgr.c
> +++ b/ofproto/connmgr.c
> @@ -1496,7 +1496,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.
> --
> 1.7.9.5
>
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev



More information about the dev mailing list