--- trunk/scripts/dump_isisdb.pl 2005/12/09 14:50:52 42 +++ trunk/scripts/dump_isisdb.pl 2006/06/29 23:20:14 43 @@ -23,6 +23,7 @@ my $min = 1; my $max = $isis->count; +$max = $opt{n} if ($opt{n}); for my $mfn ($min .. $max) { print STDERR Dumper($isis->to_hash($mfn)),"\n" if ($opt{'d'});