--------------------- PatchSet 11763 Date: 2007/11/25 23:32:39 Author: hno Branch: HEAD Tag: (none) Log: Update cachePeerEntry description to mention what is used as index key Members: src/mib.txt:1.31->1.32 Index: squid/src/mib.txt =================================================================== RCS file: /cvsroot/squid/squid/src/mib.txt,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- squid/src/mib.txt 27 Aug 2007 12:51:41 -0000 1.31 +++ squid/src/mib.txt 25 Nov 2007 23:32:39 -0000 1.32 @@ -2,7 +2,7 @@ SQUID-MIB DEFINITIONS ::= BEGIN -- --- $Id: mib.txt,v 1.31 2007/08/27 12:51:41 hno Exp $ +-- $Id: mib.txt,v 1.32 2007/11/25 23:32:39 hno Exp $ -- IMPORTS @@ -715,7 +715,7 @@ MAX-ACCESS not-accessible STATUS current DESCRIPTION - " An entry in cachePeerTable " + " cache_peer indexed by IP address " INDEX { cachePeerAddr } ::= { cachePeerTable 1 } @@ -724,7 +724,7 @@ MAX-ACCESS not-accessible STATUS current DESCRIPTION - " An entry in cachePeerTable " + " cache_peer indexed by position in squid.conf " INDEX { cachePeerIndex } ::= { cachePeerTable 2 }