[lxc-devel] [lxd/master] doc/networks: Clarify raw.dnsmasq

stgraber on Github lxc-bot at linuxcontainers.org
Wed Jan 1 11:06:36 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 398 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20200101/d3fe760d/attachment.bin>
-------------- next part --------------
From 929f74c774bf8daa355068d2939931e9ee232cd9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Wed, 1 Jan 2020 06:05:09 -0500
Subject: [PATCH] doc/networks: Clarify raw.dnsmasq
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Closes #6653

Suggested-by: Marcos Dione
Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 doc/networks.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/networks.md b/doc/networks.md
index 4f18dced1b..51143a42d5 100644
--- a/doc/networks.md
+++ b/doc/networks.md
@@ -85,7 +85,7 @@ ipv6.nat.order                  | string    | ipv6 address          | before
 ipv6.nat.address                | string    | ipv6 address          | -                         | The source address used for outbound traffic from the bridge
 ipv6.routes                     | string    | ipv6 address          | -                         | Comma separated list of additional IPv6 CIDR subnets to route to the bridge
 ipv6.routing                    | boolean   | ipv6 address          | true                      | Whether to route traffic in and out of the bridge
-raw.dnsmasq                     | string    | -                     | -                         | Additional dnsmasq configuration to append to the configuration
+raw.dnsmasq                     | string    | -                     | -                         | Additional dnsmasq configuration to append to the configuration file
 tunnel.NAME.group               | string    | vxlan                 | 239.0.0.1                 | Multicast address for vxlan (used if local and remote aren't set)
 tunnel.NAME.id                  | integer   | vxlan                 | 0                         | Specific tunnel ID to use for the vxlan tunnel
 tunnel.NAME.interface           | string    | vxlan                 | -                         | Specific host interface to use for the tunnel


More information about the lxc-devel mailing list