I pushed the series up to this point to master.

On Fri, Jul 27, 2012 at 1:34 PM, Ethan Jackson <[email protected]> wrote:
> Looks good, thanks.
>
> Ethan
>
> On Fri, Jul 20, 2012 at 4:25 PM, Ben Pfaff <[email protected]> wrote:
>> Signed-off-by: Ben Pfaff <[email protected]>
>> ---
>>  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
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to