From 918a16586628cd1113cb3ce0dc03951f5569e662 Mon Sep 17 00:00:00 2001 From: HZHgagaga Date: Tue, 27 Jul 2021 11:24:34 +0800 Subject: [PATCH] Update client.mdx Missing "-" symbol, "bridge_ Network name" should be "bridge_ network_name". --- website/content/docs/configuration/client.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/configuration/client.mdx b/website/content/docs/configuration/client.mdx index 4cac5eaa3..a7cb7a134 100644 --- a/website/content/docs/configuration/client.mdx +++ b/website/content/docs/configuration/client.mdx @@ -127,7 +127,7 @@ client { network configuration is located. The client will use this path when fingerprinting CNI networks. Filenames should use the `.conflist` extension. -- `bridge_network name` `(string: "nomad")` - Sets the name of the bridge to be +- `bridge_network_name` `(string: "nomad")` - Sets the name of the bridge to be created by nomad for allocations running with bridge networking mode on the client.