diff options
author | Stef Walter <stef@memberwebs.com> | 2008-03-07 21:35:59 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2008-03-07 21:35:59 +0000 |
commit | 547aeee7e2ea193546d184d9b7d3426542b71a0f (patch) | |
tree | 7b14549828c418b34722aa7e0a28d63f72561c44 /doc/REGEX-MIB.txt | |
parent | b33612c01ed05b9495e495d63c567da75f9a6d5a (diff) |
Update docs, and clarify usage of counter
Diffstat (limited to 'doc/REGEX-MIB.txt')
-rw-r--r-- | doc/REGEX-MIB.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/REGEX-MIB.txt b/doc/REGEX-MIB.txt index 3357f56..06cd2f0 100644 --- a/doc/REGEX-MIB.txt +++ b/doc/REGEX-MIB.txt @@ -105,4 +105,12 @@ regexString OBJECT-TYPE DESCRIPTION "String value of this regexEntry object." ::= { regexEntry 5 } +regexCounter OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Counter value for this regexEntry object." + ::= { regexEntry 6 } + END + |