[BACK]Return to OPENBSD-PF-MIB.txt CVS log [TXT][DIR] Up to [local] / src / share / snmp

Diff for /src/share/snmp/OPENBSD-PF-MIB.txt between version 1.1 and 1.2

version 1.1, 2012/02/23 03:54:38 version 1.2, 2013/03/11 19:49:37
Line 33 
Line 33 
                 FROM SNMPv2-CONF;                  FROM SNMPv2-CONF;
   
 pfMIBObjects MODULE-IDENTITY  pfMIBObjects MODULE-IDENTITY
     LAST-UPDATED "201201260000Z"      LAST-UPDATED "201302242033Z"
     ORGANIZATION "OpenBSD"      ORGANIZATION "OpenBSD"
     CONTACT-INFO "      CONTACT-INFO "
                   Author:     Joel Knight                    Author:     Joel Knight
Line 43 
Line 43 
     DESCRIPTION "The MIB module for gathering information from      DESCRIPTION "The MIB module for gathering information from
                 OpenBSD's packet filter.                  OpenBSD's packet filter.
                 "                  "
       REVISION "201302242033Z"
       DESCRIPTION "Add separate counter for failed translations"
     REVISION "201201260000Z"      REVISION "201201260000Z"
     DESCRIPTION "Add OPENBSD-PF-MIB to OpenBSD's snmpd"      DESCRIPTION "Add OPENBSD-PF-MIB to OpenBSD's snmpd"
     ::= { openBSD 1 }      ::= { openBSD 1 }
Line 237 
Line 239 
     DESCRIPTION      DESCRIPTION
         "The number of packets that were dropped during the TCP synproxy process."          "The number of packets that were dropped during the TCP synproxy process."
     ::= { pfCounters 15 }      ::= { pfCounters 15 }
   
   pfCntTranslate OBJECT-TYPE
       SYNTAX      Counter64
       MAX-ACCESS  read-only
       STATUS      current
       DESCRIPTION
           "The number of packets that were dropped because network address
           translation was requested and no unused port was available."
       ::= { pfCounters 16 }
   
   
 -- pfStateTable  -- pfStateTable

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2