The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/6653

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
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.
From 92e2e195391c56a35ba3701a3ad35f6cb81f27fb Mon Sep 17 00:00:00 2001
From: Marcos Dione <39350726+mdone-cloud...@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
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to