From 313b05b67c59c316c0eff631598e0700e0fd3c8d Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Fri, 5 Jan 2018 17:13:25 +0100 Subject: [PATCH] Document that invitation files MUST always start with Name = ... --- doc/tinc.texi | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.20.1