X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=html%2Fadminmanual-1.html;h=9bcb2d0602dff3ec16637c9dfb838ae7157ab78e;hb=c6e056ae650966b299396ef464387dccf0d94075;hp=b3881f67277a1d5df7c0afb67fd77b70a7ed635e;hpb=f0b59af5985f155c108932be14840726be7cd1f5;p=spider.git diff --git a/html/adminmanual-1.html b/html/adminmanual-1.html index b3881f67..9bcb2d06 100644 --- a/html/adminmanual-1.html +++ b/html/adminmanual-1.html @@ -515,6 +515,24 @@ $def_hopcount = 5; series of PC frame types. PC11 for example is a DX spot. The figures here are not exhaustive but should give you a good idea of how the file works.

+

SHould any of the nodecalls include an ssid, it is important to wrap the +whole call in single quotes, like this ... +

+

+
+ 'DB0FHF-15' => {
+                        11 => 5,
+                        12 => 8,
+                        16 => 8,
+                        17 => 8,
+                        19 => 8,
+                        21 => 8,
+                   },
+
+
+

If you do not do this, you will get errors and the file will not work as +expected. +

You can alter this file at any time, including whilst the cluster is running. If you alter the file during runtime, the command load/hops will bring your changes into effect.