summaryrefslogtreecommitdiff
path: root/pysnmp/debug.py
diff options
context:
space:
mode:
authorelie <elie>2006-09-29 13:14:00 +0000
committerelie <elie>2006-09-29 13:14:00 +0000
commit97103d6f87be54c8ca28652f2515a0382d867880 (patch)
tree574339407e565bbdc1792fdebcd886d8cced83bd /pysnmp/debug.py
parent4fcfa69c6c1123ccebcf948d76694928a1fa540e (diff)
downloadpysnmp-git-97103d6f87be54c8ca28652f2515a0382d867880.tar.gz
proxy debug category added
Diffstat (limited to 'pysnmp/debug.py')
-rw-r--r--pysnmp/debug.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pysnmp/debug.py b/pysnmp/debug.py
index 970c4a12..4ebe0046 100644
--- a/pysnmp/debug.py
+++ b/pysnmp/debug.py
@@ -10,6 +10,7 @@ flagBld = 0x0010
flagMIB = 0x0020
flagIns = 0x0040
flagACL = 0x0080
+flagPrx = 0x0100
flagAll = 0xffff
flagMap = {
@@ -21,6 +22,7 @@ flagMap = {
'mibview': flagMIB,
'mibinstrum': flagIns,
'acl': flagACL,
+ 'proxy': flagPrx,
'all': flagAll
}