[ovs-dev] [PATCH] ofproto-dpif: Correct documentation of rule_dpif_lookup_from_table()

Andy Zhou azhou at nicira.com
Mon Apr 14 20:25:34 UTC 2014


LGTM.  pushed to master. Thanks!

On Sun, Apr 13, 2014 at 5:03 PM, Simon Horman <horms at verge.net.au> wrote:
> This corrects an editing error that was added by 6b83a3c5c37a0711
> ("ofproto: Support OF version-specific table-miss behaviours").
>
> Signed-off-by: Simon Horman <horms at verge.net.au>
> ---
>  ofproto/ofproto-dpif.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c
> index 66cc2f9..3648dd7 100644
> --- a/ofproto/ofproto-dpif.c
> +++ b/ofproto/ofproto-dpif.c
> @@ -3293,6 +3293,7 @@ rule_dpif_lookup_in_table(struct ofproto_dpif *ofproto, uint8_t table_id,
>   *    - RULE_OFPTC_TABLE_MISS_CONTROLLER if no rule was found and either:
>   *      + 'honor_table_miss' is false
>   *      + a table miss configuration specified that the packet should be
> + *        sent to the controller in this case.
>   *
>   *    - RULE_DPIF_LOOKUP_VERDICT_DROP if no rule was found, 'honor_table_miss'
>   *      is true and a table miss configuration specified that the packet
> --
> 1.8.5.2
>
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev



More information about the dev mailing list