[lxc-devel] [lxd/master] doc: Fix typo in networks.md

tenforward on Github lxc-bot at linuxcontainers.org
Fri May 17 08:09:15 UTC 2019


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 355 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20190517/a91025d4/attachment.bin>
-------------- next part --------------
From 70780f22b1be8372bbf7922b48f8af9a7d625604 Mon Sep 17 00:00:00 2001
From: KATOH Yasufumi <karma at 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 <karma at 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


More information about the lxc-devel mailing list