We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db3248f commit ba5d447Copy full SHA for ba5d447
SOURCES/etc/xapi.d/plugins/sdncontroller.py
@@ -216,7 +216,7 @@ def run_vsctl_cmd(args):
216
217
218
def update_args_from_ovs(args):
219
- # get parent bridge to apply ruels to
+ # get parent bridge to apply rules to
220
args["parent-bridge"] = run_vsctl_cmd(["br-to-parent", args["bridge"]]).rstrip()
221
222
# get ports names for our actual bridge, be it fake (vlan) or real (no vlan)
0 commit comments