From 15c1ee06ebbbd41fb314e350ed3213753b036c46 Mon Sep 17 00:00:00 2001 From: Anthony Date: Thu, 13 Jan 2022 16:22:57 -0500 Subject: [PATCH] Missed CodeBlockConfig tag. --- website/content/docs/agent/options.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/content/docs/agent/options.mdx b/website/content/docs/agent/options.mdx index 3e047e39f1..dcbf96ddba 100644 --- a/website/content/docs/agent/options.mdx +++ b/website/content/docs/agent/options.mdx @@ -66,10 +66,9 @@ The options below are all specified on the command-line. state as other nodes will treat the non-routability as a failure. In Consul 1.1.0 and later this can be dynamically defined with a [go-sockaddr] template that is resolved at runtime. - + ```shell - # Using a static network interface name $ consul agent -advertise '{{ GetInterfaceIP "eth0" }}' ```