[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.4 and 1.5

version 1.4, 2013/09/07 04:39:30 version 1.5, 2015/06/10 10:03:59
Line 33 
Line 33 
                 FROM SNMPv2-CONF;                  FROM SNMPv2-CONF;
   
 pfMIBObjects MODULE-IDENTITY  pfMIBObjects MODULE-IDENTITY
     LAST-UPDATED "201308310446Z"      LAST-UPDATED "201506091728Z"
     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 "201506091728Z"
       DESCRIPTION "Add separate counter for failed 'route-to' applications"
     REVISION "201308310446Z"      REVISION "201308310446Z"
     DESCRIPTION "Add pf(4) table byte/packet counters for 'match' rules"      DESCRIPTION "Add pf(4) table byte/packet counters for 'match' rules"
     REVISION "201302242033Z"      REVISION "201302242033Z"
Line 251 
Line 253 
         translation was requested and no unused port was available."          translation was requested and no unused port was available."
     ::= { pfCounters 16 }      ::= { pfCounters 16 }
   
   pfCntNoRoute OBJECT-TYPE
       SYNTAX      Counter64
       MAX-ACCESS  read-only
       STATUS      current
       DESCRIPTION
           "The number of packets that were dropped because policy based routing
           was requested but no target addresses were available."
       ::= { pfCounters 17 }
   
 -- pfStateTable  -- pfStateTable
   

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5