From 320061b34fea7d7f280b0a421dddeac7dac7f1bf Mon Sep 17 00:00:00 2001 From: Thomas Parrott Date: Mon, 29 Mar 2021 17:20:42 +0100 Subject: [PATCH] doc: Documented that net type field must come before other options on the net device Signed-off-by: Thomas Parrott --- doc/lxc.container.conf.sgml.in | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/lxc.container.conf.sgml.in b/doc/lxc.container.conf.sgml.in index 6e3103939..d7859b45c 100644 --- a/doc/lxc.container.conf.sgml.in +++ b/doc/lxc.container.conf.sgml.in @@ -412,6 +412,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA specify what kind of network virtualization to be used for the container. + Must be specified before any other option(s) on the net device. Multiple networks can be specified by using an additional index after all keys. For example, -- 2.47.2