Skip to content

Commit 6a91a50

Browse files
committed
M #-: Fix incorrect bond_mode example in README.md
Signed-off-by: Michal Opala <sk4zuzu@gmail.com>
1 parent e2f47b3 commit 6a91a50

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

roles/openvswitch/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ Example Playbook
7575
bond:
7676
bond0:
7777
ifaces: [dpdk-p1, dpdk-p2]
78-
mode: active-backup
78+
set:
79+
- bond_mode: active-backup
7980
br:
8081
ovsbr0:
8182
ports: [dpdk-p0, bond0]

0 commit comments

Comments
 (0)