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

Ben Pfaff blp at nicira.com
Fri Aug 3 22:23:53 UTC 2012


I pushed the series up to this point to master.

On Fri, Jul 27, 2012 at 1:34 PM, Ethan Jackson <ethan at nicira.com> wrote:
> 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
>>



-- 
"I don't normally do acked-by's.  I think it's my way of avoiding
getting blamed when it all blows up."               Andrew Morton



More information about the dev mailing list