diff options
author | Peter Palfrader <peter@palfrader.org> | 2003-02-14 05:03:15 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2003-02-14 05:03:15 +0000 |
commit | 86e4945b49ea8ae7625729e1b774c26e3861ebcb (patch) | |
tree | deb2f7235c480c3d89169f98876090c870d7ebb6 /Echolot/Config.pm | |
parent | 1f87ea3feafbdca9e08b3495ba5a1c3ccb49f2eb (diff) |
Chain Pinging Part I -
Storage and testing still missing
Diffstat (limited to 'Echolot/Config.pm')
-rw-r--r-- | Echolot/Config.pm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Echolot/Config.pm b/Echolot/Config.pm index 385d1d4..cd5412c 100644 --- a/Echolot/Config.pm +++ b/Echolot/Config.pm @@ -1,7 +1,7 @@ package Echolot::Config; # (c) 2002 Peter Palfrader <peter@palfrader.org> -# $Id: Config.pm,v 1.46 2003/01/14 06:40:24 weasel Exp $ +# $Id: Config.pm,v 1.47 2003/02/14 05:03:15 weasel Exp $ # =pod @@ -150,6 +150,11 @@ sub init($) { 'cpunk-clear' => 1, 'mix' => 1 }, + # ping types + do_chainpings => { + 'cpunk' => [ qw{cpunk-dsa cpunk-rsa cpunk-clear} ], + 'mix' => [ qw{mix} ] + }, # templates templates => { |