[ovs-dev] [PATCH] ofproto-dpif: Correct typo in documentation of rule_dpif_lookup()

Andy Zhou azhou at nicira.com
Mon Apr 14 20:26:13 UTC 2014


Thanks for fixing this! Pushed to master.

On Sun, Apr 13, 2014 at 5:03 PM, Simon Horman <horms at verge.net.au> wrote:
> This corrects a typo that was added by adcf00ba35a0ce9c
> ("ofproto/bond: Implement bond megaflow using recirculation").
>
> Cc: Andy Zhou <azhou at nicira.com>
> Signed-off-by: Simon Horman <horms at verge.net.au>
> ---
>  ofproto/ofproto-dpif.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c
> index a92fe81..66cc2f9 100644
> --- a/ofproto/ofproto-dpif.c
> +++ b/ofproto/ofproto-dpif.c
> @@ -3218,7 +3218,7 @@ rule_dpif_lookup__ (struct ofproto_dpif *ofproto, const struct flow *flow,
>   * the lookup. Returns the table_id where a match or miss occurred.
>   *
>   * The return value will be zero unless there was a miss and
> - * O!-TC_TABLE_MISS_CONTINUE is in effect for the sequence of tables
> + * OFPTC11_TABLE_MISS_CONTINUE is in effect for the sequence of tables
>   * where misses occur. */
>  uint8_t
>  rule_dpif_lookup(struct ofproto_dpif *ofproto, struct flow *flow,
> --
> 1.8.5.2
>



More information about the dev mailing list