minor changes to the admin manual
[spider.git] / html / adminmanual-1.html
index b3881f67277a1d5df7c0afb67fd77b70a7ed635e..9bcb2d0602dff3ec16637c9dfb838ae7157ab78e 100644 (file)
@@ -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.
 <P>
+<P>SHould any of the nodecalls include an ssid, it is important to wrap the
+whole call in single quotes, like this ...
+<P>
+<BLOCKQUOTE><CODE>
+<PRE>
+ 'DB0FHF-15' => {
+                        11 => 5,
+                        12 => 8,
+                        16 => 8,
+                        17 => 8,
+                        19 => 8,
+                        21 => 8,
+                   },
+</PRE>
+</CODE></BLOCKQUOTE>
+<P>If you do not do this, you will get errors and the file will not work as
+expected.
+<P>
 <P>You can alter this file at any time, including whilst the cluster is running.  
 If you alter the file during runtime, the command <EM>load/hops</EM> will 
 bring your changes into effect.