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

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) ===
Signed-off-by: KATOH Yasufumi <ka...@jazz.email.ne.jp>
From 70780f22b1be8372bbf7922b48f8af9a7d625604 Mon Sep 17 00:00:00 2001
From: KATOH Yasufumi <ka...@jazz.email.ne.jp>
Date: Fri, 17 May 2019 17:08:34 +0900
Subject: [PATCH] doc: Fix typo in networks.md

Signed-off-by: KATOH Yasufumi <ka...@jazz.email.ne.jp>
---
 doc/networks.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/networks.md b/doc/networks.md
index 69fa409eb7..0e971d35b2 100644
--- a/doc/networks.md
+++ b/doc/networks.md
@@ -50,7 +50,7 @@ ipv6.dhcp.stateful              | boolean   | ipv6 dhcp       
      | false
 ipv6.firewall                   | boolean   | ipv6 address          | true     
                 | Whether to generate filtering firewall rules for this network
 ipv6.nat                        | boolean   | ipv6 address          | false    
                 | Whether to NAT (will default to true if unset and a random 
ipv6.address is generated)
 ipv6.nat.order                  | string    | ipv6 address          | before   
                 | Whether to add the required NAT rules before or after any 
pre-existing rules
-ipv4.nat.address                | string    | ipv6 address          | -        
                 | The source address used for outbound traffic from the bridge
+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
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to