[lxc-devel] [lxd/master] doc: Correct host_name property

stgraber on Github lxc-bot at linuxcontainers.org
Tue Apr 30 22:59:36 UTC 2019


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 354 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20190430/8be5dedc/attachment.bin>
-------------- next part --------------
From f15a9944a8d3edad807724a78870060031922d21 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Tue, 30 Apr 2019 18:59:13 -0400
Subject: [PATCH] doc: Correct host_name property
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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

diff --git a/doc/containers.md b/doc/containers.md
index 05470c9f30..9824d41839 100644
--- a/doc/containers.md
+++ b/doc/containers.md
@@ -243,7 +243,7 @@ limits.ingress          | string    | -                 | no        | bridged, p
 limits.egress           | string    | -                 | no        | bridged, p2p                      | -                                      | I/O limit in bit/s for outgoing traffic (various suffixes supported, see below)
 limits.max              | string    | -                 | no        | bridged, p2p                      | -                                      | Same as modifying both limits.ingress and limits.egress
 name                    | string    | kernel assigned   | no        | all                               | -                                      | The name of the interface inside the container
-host\_name              | string    | randomly assigned | no        | bridged, macvlan, p2p, sriov      | -                                      | The name of the interface inside the host
+host\_name              | string    | randomly assigned | no        | bridged, p2p                      | -                                      | The name of the interface inside the host
 hwaddr                  | string    | randomly assigned | no        | all                               | -                                      | The MAC address of the new interface
 mtu                     | integer   | parent MTU        | no        | all                               | -                                      | The MTU of the new interface
 parent                  | string    | -                 | yes       | bridged, macvlan, physical, sriov | -                                      | The name of the host device or bridge


More information about the lxc-devel mailing list