From bb228e2f058c1274dca29ba255714e6fa2be494f Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Mon, 14 Jan 2013 12:56:54 +0100 Subject: [PATCH] Note that node Names are case sensitive. --- doc/tinc.conf.5.in | 2 +- doc/tinc.texi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/tinc.conf.5.in b/doc/tinc.conf.5.in index 77b42c2a..da2cc302 100644 --- a/doc/tinc.conf.5.in +++ b/doc/tinc.conf.5.in @@ -361,7 +361,7 @@ while no routing table is managed. .It Va Name Li = Ar name Bq required This is the name which identifies this tinc daemon. It must be unique for the virtual private network this daemon will connect to. -The Name may only consist of alphanumeric and underscore characters. +The Name may only consist of alphanumeric and underscore characters (a-z, A-Z, 0-9 and _), and is case sensitive. If .Va Name starts with a diff --git a/doc/tinc.texi b/doc/tinc.texi index 6301388b..70045df0 100644 --- a/doc/tinc.texi +++ b/doc/tinc.texi @@ -1098,7 +1098,7 @@ This only has effect when Mode is set to "switch". @cindex Name @item Name = <@var{name}> [required] This is a symbolic name for this connection. -The name should consist only of alfanumeric and underscore characters (a-z, A-Z, 0-9 and _). +The name should consist only of alfanumeric and underscore characters (a-z, A-Z, 0-9 and _), and is case sensitive. If Name starts with a $, then the contents of the environment variable that follows will be used. In that case, invalid characters will be converted to underscores. -- 2.20.1