summaryrefslogtreecommitdiff
path: root/doc/REGEX-MIB.txt
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2008-03-07 21:35:59 +0000
committerStef Walter <stef@memberwebs.com>2008-03-07 21:35:59 +0000
commit547aeee7e2ea193546d184d9b7d3426542b71a0f (patch)
tree7b14549828c418b34722aa7e0a28d63f72561c44 /doc/REGEX-MIB.txt
parentb33612c01ed05b9495e495d63c567da75f9a6d5a (diff)
Update docs, and clarify usage of counter
Diffstat (limited to 'doc/REGEX-MIB.txt')
-rw-r--r--doc/REGEX-MIB.txt8
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
+