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

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) ===


According documentation supported types with virtual machines are physical, bridged, macvlan, p2p, sriov
From 936451038458d258775d67ff7bb2e8cf8defc0ef Mon Sep 17 00:00:00 2001
From: Denis Golovnev <golovnev.de...@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.
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to