[lxc-devel] [lxd/master] Doc fix.

mdone-cloudian on Github lxc-bot at linuxcontainers.org
Fri Dec 20 18:10:53 UTC 2019


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 443 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20191220/123c8071/attachment.bin>
-------------- next part --------------
From 92e2e195391c56a35ba3701a3ad35f6cb81f27fb Mon Sep 17 00:00:00 2001
From: Marcos Dione <39350726+mdone-cloudian at users.noreply.github.com>
Date: Fri, 20 Dec 2019 15:10:36 -0300
Subject: [PATCH] Doc fix.

For me it was not clear whether `raw.dnsmasq`'s contents was used as part of a configuration file or a CLI option. I just made it plain clear.
---
 doc/networks.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/networks.md b/doc/networks.md
index 4f18dced1b..d940ab52ad 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