projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70d1966
)
ofp-util: Remove extra blank line.
author
Ben Pfaff
<blp@nicira.com>
Mon, 18 Jun 2012 16:56:54 +0000
(09:56 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Fri, 3 Aug 2012 20:33:14 +0000
(13:33 -0700)
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/ofp-util.c
patch
|
blob
|
history
diff --git
a/lib/ofp-util.c
b/lib/ofp-util.c
index bcfab7d49681c72f29f5f95335cd6cf8ae81bdee..8a2f3fdaf91a680899ab010bfc9404ec34d437db 100644
(file)
--- a/
lib/ofp-util.c
+++ b/
lib/ofp-util.c
@@
-469,7
+469,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];