1. added $actiondata to filter line to allow per action data such as no of hops
[spider.git] / filter / spots / K1XX.pl.issue
index 3f226ef15c4e74999fb11c3a12f49e59bb71be5c..e116564ff8518508a04fef881ad54244d8fd1533 100644 (file)
 #   10 = spotter's itu
 #   11 = spotter's cq
 #
+# The spot data (in this case '15') is the used as the hop count
+# if this is missing then the normal default applies
+#
 
 $in = [
-          [ 1, 5, 'n', [ 226 ] ],         # dxcc country 226 is the US
-          [ 1, 6, 'a', [ 226 ] ],
+          [ 1, 5, 'n', [ 226 ], 15 ],         # dxcc country 226 is the US
+          [ 1, 6, 'a', [ 226 ], 15 ],
        [ 0, 0, 'd' ],                  # default action (don't forward)
 ];