[ovs-dev] [classifier-opt 08/28] ofp-util: Remove extra blank line.

Ethan Jackson ethan at nicira.com
Fri Jul 27 20:34:44 UTC 2012


Looks good, thanks.

Ethan

On Fri, Jul 20, 2012 at 4:25 PM, Ben Pfaff <blp at nicira.com> wrote:
> Signed-off-by: Ben Pfaff <blp at nicira.com>
> ---
>  lib/ofp-util.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/lib/ofp-util.c b/lib/ofp-util.c
> index 1c9763d..4d5dfbb 100644
> --- a/lib/ofp-util.c
> +++ b/lib/ofp-util.c
> @@ -443,7 +443,6 @@ ofputil_cls_rule_to_ofp11_match(const struct cls_rule *rule,
>          match->in_port = ofputil_port_to_ofp11(rule->flow.in_port);
>      }
>
> -
>      memcpy(match->dl_src, rule->flow.dl_src, ETH_ADDR_LEN);
>      for (i = 0; i < ETH_ADDR_LEN; i++) {
>          match->dl_src_mask[i] = ~rule->wc.dl_src_mask[i];
> --
> 1.7.2.5
>



More information about the dev mailing list