Skip to content

Commit ba5d447

Browse files
committed
fixup! Rework traffic-rules
1 parent db3248f commit ba5d447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SOURCES/etc/xapi.d/plugins/sdncontroller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def run_vsctl_cmd(args):
216216

217217

218218
def update_args_from_ovs(args):
219-
# get parent bridge to apply ruels to
219+
# get parent bridge to apply rules to
220220
args["parent-bridge"] = run_vsctl_cmd(["br-to-parent", args["bridge"]]).rstrip()
221221

222222
# get ports names for our actual bridge, be it fake (vlan) or real (no vlan)

0 commit comments

Comments
 (0)