projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
befb4cb
)
When printing flow expired messages, we should end the line with "\n" instead of...
author
root
<root@salsa.nicira.com>
Thu, 8 May 2008 01:19:24 +0000
(18:19 -0700)
committer
root
<root@salsa.nicira.com>
Thu, 8 May 2008 01:20:13 +0000
(18:20 -0700)
lib/ofp-print.c
patch
|
blob
|
history
diff --git
a/lib/ofp-print.c
b/lib/ofp-print.c
index 142943fbae08f63a7483ff8ae5778b82d3dd17d9..6540419221750e0642b30b4f81d03daf525e3bbf 100644
(file)
--- a/
lib/ofp-print.c
+++ b/
lib/ofp-print.c
@@
-406,7
+406,7
@@
ofp_print_flow_expired(struct ds *string, const void *oh, size_t len,
ofp_print_match(string, &ofe->match);
ds_put_format(string,
- " pri%"PRIu16" secs%"PRIu32" pkts%"PRIu64" bytes%"PRIu64"n",
+ " pri%"PRIu16" secs%"PRIu32" pkts%"PRIu64" bytes%"PRIu64"
\
n",
ofe->match.wildcards ? ntohs(ofe->priority) : (uint16_t)-1,
ntohl(ofe->duration), ntohll(ofe->packet_count),
ntohll(ofe->byte_count));