X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=html%2Fadminmanual-1.html;h=9bcb2d0602dff3ec16637c9dfb838ae7157ab78e;hb=8e862ce4b386889bc91c34ec788df0bd1a062c6c;hp=0a7924945ad3124ab4bcd84e69dffa0421ff1eb8;hpb=7e7c5eedb4cccbb363db142d29438261b1c804da;p=spider.git diff --git a/html/adminmanual-1.html b/html/adminmanual-1.html index 0a792494..9bcb2d06 100644 --- a/html/adminmanual-1.html +++ b/html/adminmanual-1.html @@ -2,7 +2,7 @@ - The DXSpider Administration Manual v1.48: Routing and Filtering + The DXSpider Administration Manual v1.49: Routing and Filtering @@ -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.