[lxc-devel] [lxd/master] Correct device type name

fieryvova on Github lxc-bot at linuxcontainers.org
Thu May 4 10:07:20 UTC 2017


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 351 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20170504/4128cd43/attachment.bin>
-------------- next part --------------
From 8126c14e11393bda89c32fd614ca3e5450c5feba Mon Sep 17 00:00:00 2001
From: fieryvova <v.kozyrev.sa at gmail.com>
Date: Thu, 4 May 2017 13:06:49 +0300
Subject: [PATCH] Correct device type name

At line #140 device type _nic_ is written as _ic_.
---
 doc/containers.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/containers.md b/doc/containers.md
index af2f354..d9ad43f 100644
--- a/doc/containers.md
+++ b/doc/containers.md
@@ -137,7 +137,7 @@ LXD supports the following device types:
 ID (database)   | Name          | Description
 :--             | :--           | :--
 0               | none          | Inheritance blocker
-1               | ic            | Network interface
+1               | nic           | Network interface
 2               | disk          | Mountpoint inside the container
 3               | unix-char     | Unix character device
 4               | unix-block    | Unix block device


More information about the lxc-devel mailing list