projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f486678
)
ovs-ofctl: Remove stray printf.
author
Ben Pfaff
<blp@nicira.com>
Mon, 15 Nov 2010 20:56:29 +0000
(12:56 -0800)
committer
Ben Pfaff
<blp@nicira.com>
Tue, 30 Nov 2010 00:29:11 +0000
(16:29 -0800)
utilities/ovs-ofctl.c
patch
|
blob
|
history
diff --git
a/utilities/ovs-ofctl.c
b/utilities/ovs-ofctl.c
index d39e187b57ffbbf3629352f775cd5d190f978ca9..82e135abd1d6d629bf535addd191fed67a8a867e 100644
(file)
--- a/
utilities/ovs-ofctl.c
+++ b/
utilities/ovs-ofctl.c
@@
-684,8
+684,6
@@
do_mod_port(int argc OVS_UNUSED, char *argv[])
opm->mask = htonl(0);
opm->advertise = htonl(0);
- printf("modifying port: %s\n", osf->ports[port_idx].name);
-
if (!strcasecmp(argv[3], "up")) {
opm->mask |= htonl(OFPPC_PORT_DOWN);
} else if (!strcasecmp(argv[3], "down")) {