[lxc-devel] [lxd/master] Remove incorrect statement about supported network devices with virtual machines

teur on Github lxc-bot at linuxcontainers.org
Wed Jun 3 14:01:56 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 409 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20200603/bace67e4/attachment.bin>
-------------- next part --------------
From 936451038458d258775d67ff7bb2e8cf8defc0ef Mon Sep 17 00:00:00 2001
From: Denis Golovnev <golovnev.denis at gmail.com>
Date: Wed, 3 Jun 2020 16:54:15 +0300
Subject: [PATCH] Remove incorrect statement about supported network devices
 with virtual machines According documentation supported types with virtual
 machines are physical, bridged, macvlan, p2p, sriov

---
 doc/instances.md | 2 --
 1 file changed, 2 deletions(-)

diff --git a/doc/instances.md b/doc/instances.md
index e256f208b4..8e8f80ff36 100644
--- a/doc/instances.md
+++ b/doc/instances.md
@@ -260,8 +260,6 @@ LXD supports different kind of network devices:
  - [sriov](#nictype-sriov): Passes a virtual function of an SR-IOV enabled physical network device into the instance.
  - [routed](#nictype-routed): Creates a virtual device pair to connect the host to the instance and sets up static routes and proxy ARP/NDP entries to allow the instance to join the network of a designated parent interface.
 
-Currently, only the `bridged` type is supported with virtual machines.
-
 Different network interface types have different additional properties.
 
 Each possible `nictype` value is documented below along with the relevant properties for nics of that type.


More information about the lxc-devel mailing list