added cisco_comm_indexing() method for clarification/customization purposed.

This commit is contained in:
Max Baker
2004-03-02 05:46:14 +00:00
parent 094c2d548d
commit d78e5d6656
7 changed files with 43 additions and 2 deletions

View File

@@ -93,6 +93,11 @@ sub vendor {
return 'cisco';
}
sub cisco_comm_indexing {
1;
}
1;
__END__