[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.7 and 1.8

version 1.7, 2021/03/23 19:37:51 version 1.8, 2022/10/25 09:54:24
Line 36 
Line 36 
                 FROM SNMPv2-CONF;                  FROM SNMPv2-CONF;
   
 pfMIBObjects MODULE-IDENTITY  pfMIBObjects MODULE-IDENTITY
     LAST-UPDATED "202103231933Z"      LAST-UPDATED "202210190830Z"
     ORGANIZATION "OpenBSD"      ORGANIZATION "OpenBSD"
     CONTACT-INFO "      CONTACT-INFO "
                   Author:     Joel Knight                    Author:     Joel Knight
Line 46 
Line 46 
     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 "202210190830Z"
       DESCRIPTION "Fix description of several objects from bytes to the obviously intended packets"
     REVISION "202103231933Z"      REVISION "202103231933Z"
     DESCRIPTION "Use DisplayString/SnmpAdminString not OCTET STRING where appropriate"      DESCRIPTION "Use DisplayString/SnmpAdminString not OCTET STRING where appropriate"
     REVISION "201506091728Z"      REVISION "201506091728Z"
Line 794 
Line 796 
         MAX-ACCESS      read-only          MAX-ACCESS      read-only
         STATUS          current          STATUS          current
         DESCRIPTION          DESCRIPTION
         "The number of IPv4 bytes passed out."          "The number of IPv4 packets passed out."
         ::= { pfIfEntry 10 }          ::= { pfIfEntry 10 }
   
 pfIfOut4PassBytes OBJECT-TYPE  pfIfOut4PassBytes OBJECT-TYPE
Line 810 
Line 812 
         MAX-ACCESS      read-only          MAX-ACCESS      read-only
         STATUS          current          STATUS          current
         DESCRIPTION          DESCRIPTION
         "The number of outgoing IPv4 bytes blocked."          "The number of outgoing IPv4 packets blocked."
         ::= { pfIfEntry 12 }          ::= { pfIfEntry 12 }
   
 pfIfOut4BlockBytes OBJECT-TYPE  pfIfOut4BlockBytes OBJECT-TYPE
Line 858 
Line 860 
         MAX-ACCESS      read-only          MAX-ACCESS      read-only
         STATUS          current          STATUS          current
         DESCRIPTION          DESCRIPTION
         "The number of IPv6 bytes passed out."          "The number of IPv6 packets passed out."
         ::= { pfIfEntry 18 }          ::= { pfIfEntry 18 }
   
 pfIfOut6PassBytes OBJECT-TYPE  pfIfOut6PassBytes OBJECT-TYPE
Line 874 
Line 876 
         MAX-ACCESS      read-only          MAX-ACCESS      read-only
         STATUS          current          STATUS          current
         DESCRIPTION          DESCRIPTION
         "The number of outgoing IPv6 bytes blocked."          "The number of outgoing IPv6 packets blocked."
         ::= { pfIfEntry 20 }          ::= { pfIfEntry 20 }
   
 pfIfOut6BlockBytes OBJECT-TYPE  pfIfOut6BlockBytes OBJECT-TYPE

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8