projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eeb569b
)
netflow: Remove stray debug printf().
author
Ben Pfaff
<blp@nicira.com>
Fri, 21 Aug 2009 20:46:47 +0000
(13:46 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Fri, 21 Aug 2009 20:46:47 +0000
(13:46 -0700)
secchan/netflow.c
patch
|
blob
|
history
diff --git
a/secchan/netflow.c
b/secchan/netflow.c
index 0162c45ab16249342d17b01930593ac725a5f3b9..7dd2e043136b8e80d4079fc16cc3a7c36ba3c694 100644
(file)
--- a/
secchan/netflow.c
+++ b/
secchan/netflow.c
@@
-197,7
+197,6
@@
netflow_expire(struct netflow *nf, const struct ofexpired *expired)
uint16_t iface = (nf->engine_id & 0x7f) << 9;
nf_rec->input = htons(iface | (expired->flow.in_port & 0x1ff));
nf_rec->output = htons(iface);
- printf("input: %x\n", ntohs(nf_rec->input));
} else {
nf_rec->input = htons(expired->flow.in_port);
nf_rec->output = htons(0);