From: Guus Sliepen Date: Fri, 5 Jan 2018 16:13:25 +0000 (+0100) Subject: Document that invitation files MUST always start with Name = ... X-Git-Tag: release-1.1pre16~46 X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=313b05b67c59c316c0eff631598e0700e0fd3c8d Document that invitation files MUST always start with Name = ... --- diff --git a/doc/tinc.texi b/doc/tinc.texi index 6dcc349b..c0508fac 100644 --- a/doc/tinc.texi +++ b/doc/tinc.texi @@ -2709,6 +2709,8 @@ Address = server.example.com The file is basically a concatenation of several host config blocks. Each host config block starts with @code{Name = ...}. Lines that look like @code{#---#} are not important, it just makes it easier for humans to read the file. +However, the first line of an invitation file @emph{must} always start with +@code{Name = ...}. The first host config block is always the one representing the invitee. So the first Name statement determines the name that the invitee will get. From the