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

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) ===
fix incorrect key name and make description easy to understand

Signed-off-by: KATOH Yasufumi <ka...@jazz.email.ne.jp>
From d6487549bc0c922e2f79e1266bebd3d5e9eed7dc Mon Sep 17 00:00:00 2001
From: KATOH Yasufumi <ka...@jazz.email.ne.jp>
Date: Mon, 3 Sep 2018 18:14:50 +0900
Subject: [PATCH] doc: Fix and improve the description

fix incorrect key name and make description easy to understand

Signed-off-by: KATOH Yasufumi <ka...@jazz.email.ne.jp>
---
 doc/containers.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/containers.md b/doc/containers.md
index a7249dc68a..24842ba6a4 100644
--- a/doc/containers.md
+++ b/doc/containers.md
@@ -230,9 +230,9 @@ Different network interface types have different additional 
properties, the curr
 Key                     | Type      | Default           | Required  | Used by  
                         | API extension                          | Description
 :--                     | :--       | :--               | :--       | :--      
                         | :--                                    | :--
 nictype                 | string    | -                 | yes       | all      
                         | -                                      | The device 
type, one of "bridged", "macvlan", "p2p", "physical", or "sriov"
-limits.ingress          | string    | -                 | no        | bridged, 
p2p                      | -                                      | I/O limit 
in bit/s (supports kbit, Mbit, Gbit suffixes)
-limits.egress           | string    | -                 | no        | bridged, 
p2p                      | -                                      | I/O limit 
in bit/s (supports kbit, Mbit, Gbit suffixes)
-limits.max              | string    | -                 | no        | bridged, 
p2p                      | -                                      | Same as 
modifying both limits.read and limits.write
+limits.ingress          | string    | -                 | no        | bridged, 
p2p                      | -                                      | I/O limit 
in bit/s for incoming traffic (supports kbit, Mbit, Gbit suffixes)
+limits.egress           | string    | -                 | no        | bridged, 
p2p                      | -                                      | I/O limit 
in bit/s for outgoing traffic (supports kbit, Mbit, Gbit suffixes)
+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
 hwaddr                  | string    | randomly assigned | no        | all      
                         | -                                      | The MAC 
address of the new interface
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to