projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9544028
)
ovs-vsctl: Fix minor typo in error message
author
Justin Pettit
<jpettit@nicira.com>
Fri, 18 Dec 2009 00:07:14 +0000
(16:07 -0800)
committer
Justin Pettit
<jpettit@nicira.com>
Fri, 18 Dec 2009 22:46:02 +0000
(14:46 -0800)
utilities/ovs-vsctl.c
patch
|
blob
|
history
diff --git
a/utilities/ovs-vsctl.c
b/utilities/ovs-vsctl.c
index c60fd43398a227a252b965b833b18c726ba4aacf..db7f5ec47e1d581e86b89787d2661e905a33eb0b 100644
(file)
--- a/
utilities/ovs-vsctl.c
+++ b/
utilities/ovs-vsctl.c
@@
-723,7
+723,7
@@
cmd_add_br(struct vsctl_context *ctx)
parent = find_bridge(&info, parent_name, false);
if (parent && parent->vlan) {
- vsctl_fatal("cannot create br
di
ge with fake bridge as parent");
+ vsctl_fatal("cannot create br
id
ge with fake bridge as parent");
}
if (!parent) {
vsctl_fatal("parent bridge %s does not exist", parent_name);