diff options
author | 2018-06-19 10:08:45 +0000 | |
---|---|---|
committer | 2018-06-19 10:08:45 +0000 | |
commit | 3d851062ddea24fc6c1254adbf9b0aff3dc1300f (patch) | |
tree | 3fa59419eed17293b52bdcc19e056729ae4d2e0a | |
parent | tidy. no actual behavior change (diff) | |
download | wireguard-openbsd-3d851062ddea24fc6c1254adbf9b0aff3dc1300f.tar.xz wireguard-openbsd-3d851062ddea24fc6c1254adbf9b0aff3dc1300f.zip |
Correct pfCntProtoCksum description.
From joel@
-rw-r--r-- | share/snmp/OPENBSD-PF-MIB.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/snmp/OPENBSD-PF-MIB.txt b/share/snmp/OPENBSD-PF-MIB.txt index 00ebef92250..8c7795ddf1c 100644 --- a/share/snmp/OPENBSD-PF-MIB.txt +++ b/share/snmp/OPENBSD-PF-MIB.txt @@ -1,4 +1,4 @@ --- $OpenBSD: OPENBSD-PF-MIB.txt,v 1.5 2015/06/10 10:03:59 mikeb Exp $ +-- $OpenBSD: OPENBSD-PF-MIB.txt,v 1.6 2018/06/19 10:08:45 mpi Exp $ -- -- Copyright (c) 2004-2013 Joel Knight <knight.joel@gmail.com> -- @@ -197,7 +197,7 @@ pfCntProtoCksum OBJECT-TYPE MAX-ACCESS read-only STATUS current DESCRIPTION - "The number of packets that were dropped due to memory limitations." + "The number of packets that were dropped due to TCP checksum failures." ::= { pfCounters 10 } pfCntStateMismatch OBJECT-TYPE |