--------------------- PatchSet 11783 Date: 2007/11/26 11:08:30 Author: adrian Branch: SQUID_2_6 Tag: (none) Log: Author: hno Patchset 11763 (HEAD): Update cachePeerEntry description to mention what is used as index key Members: src/mib.txt:1.30.2.1->1.30.2.2 Index: squid/src/mib.txt =================================================================== RCS file: /cvsroot/squid/squid/src/mib.txt,v retrieving revision 1.30.2.1 retrieving revision 1.30.2.2 diff -u -r1.30.2.1 -r1.30.2.2 --- squid/src/mib.txt 31 Aug 2007 14:08:52 -0000 1.30.2.1 +++ squid/src/mib.txt 26 Nov 2007 11:08:30 -0000 1.30.2.2 @@ -2,7 +2,7 @@ SQUID-MIB DEFINITIONS ::= BEGIN -- --- $Id: mib.txt,v 1.30.2.1 2007/08/31 14:08:52 hno Exp $ +-- $Id: mib.txt,v 1.30.2.2 2007/11/26 11:08:30 adrian 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 }