mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 06:15:47 +00:00
ovs-vsctl: Fix minor typo in error message
This commit is contained in:
@@ -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 brdige with fake bridge as parent");
|
||||
vsctl_fatal("cannot create bridge with fake bridge as parent");
|
||||
}
|
||||
if (!parent) {
|
||||
vsctl_fatal("parent bridge %s does not exist", parent_name);
|
||||
|
Reference in New Issue
Block a user