From 3bd8e0573221215978153ca2bd9ea25676b02aa2 Mon Sep 17 00:00:00 2001 From: Will Miller Date: Tue, 28 Aug 2018 12:22:18 +0000 Subject: [PATCH] Fix veth-pair role README typos --- ansible/roles/veth-pair/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ansible/roles/veth-pair/README.md b/ansible/roles/veth-pair/README.md index 20fa351..e9cd171 100644 --- a/ansible/roles/veth-pair/README.md +++ b/ansible/roles/veth-pair/README.md @@ -20,7 +20,7 @@ Role Variables - `veth_pair_source_link_name`: The name to give the veth link that plugs into the source device. - `veth_pair_source_bridge`: The name of the source Linux bridge to plug into. Must be - specified if and only if `plug_into_source` is enabled. -- `plug_into_source`: Whether or not to plug the source end of the veth pair - into a Linux bridge. If enabled, `source_bridge`, `source_bridge` must also - be specified. Default is `false`. + specified if and only if `veth_pair_plug_into_source` is enabled. +- `veth_pair_plug_into_source`: Whether or not to plug the source end of the + veth pair into a Linux bridge. If enabled, `veth_pair_source_bridge` must + also be specified. Default is `false`.