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

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

From b56aae63738bb773a26fef247fff502e34011c33 Mon Sep 17 00:00:00 2001
From: s3rj1k <evasive.gy...@gmail.com>
Date: Wed, 13 May 2020 15:17:03 +0300
Subject: [PATCH] fix IPVLAN docs

---
 doc/instances.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/instances.md b/doc/instances.md
index 160464fe61..0991bd9c41 100644
--- a/doc/instances.md
+++ b/doc/instances.md
@@ -340,7 +340,7 @@ Supported instance types: container
 
 Sets up a new network device based on an existing one using the same MAC 
address but a different IP.
 
-LXD currently supports IPVLAN in L3S mode.
+LXD currently supports IPVLAN in L2 and L3S mode.
 
 In this mode, the gateway is automatically set by LXD, however IP addresses 
must be manually specified using either one or both of `ipv4.address` and 
`ipv6.address` settings before instance is started.
 
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to