projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10e0588
)
Remove extraneous debug message.
author
Justin Pettit
<jpettit@nicira.com>
Tue, 17 Mar 2009 23:14:11 +0000
(16:14 -0700)
committer
Justin Pettit
<jpettit@nicira.com>
Wed, 18 Mar 2009 00:39:23 +0000
(17:39 -0700)
vswitchd/bridge.c
patch
|
blob
|
history
diff --git
a/vswitchd/bridge.c
b/vswitchd/bridge.c
index eb7e92b533da143337f4ecafe639115d97ce5e4f..5f2c3e088ce99171f752d8f9a0a0dd3c55919254 100644
(file)
--- a/
vswitchd/bridge.c
+++ b/
vswitchd/bridge.c
@@
-482,7
+482,6
@@
bridge_reconfigure(void)
/* Set NetFlow configuration on this bridge. */
svec_init(&nf_hosts);
cfg_get_all_keys(&nf_hosts, "netflow.%s.host", br->name);
- svec_print(&nf_hosts, "Netflow");
if (ofproto_set_netflow(br->ofproto, &nf_hosts)) {
VLOG_ERR("bridge %s: problem setting netflow collectors",
br->name);