svn commit: r310564 - stable/10/usr.sbin/bsnmpd/modules/snmp_bridge
Ngie Cooper
ngie at FreeBSD.org
Mon Dec 26 06:06:56 UTC 2016
Author: ngie
Date: Mon Dec 26 06:06:55 2016
New Revision: 310564
URL: https://svnweb.freebsd.org/changeset/base/310564
Log:
MFstable/11 r310563:
MFC r310196:
Fix some minor typos with begemotBridgeTpLearnedEntryDiscards and
begemotBridgeTpMaxAddresses
Bump LAST-UPDATED for the MIB, per the change
Modified:
stable/10/usr.sbin/bsnmpd/modules/snmp_bridge/BEGEMOT-BRIDGE-MIB.txt
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/usr.sbin/bsnmpd/modules/snmp_bridge/BEGEMOT-BRIDGE-MIB.txt
==============================================================================
--- stable/10/usr.sbin/bsnmpd/modules/snmp_bridge/BEGEMOT-BRIDGE-MIB.txt Mon Dec 26 06:05:47 2016 (r310563)
+++ stable/10/usr.sbin/bsnmpd/modules/snmp_bridge/BEGEMOT-BRIDGE-MIB.txt Mon Dec 26 06:06:55 2016 (r310564)
@@ -41,7 +41,7 @@ IMPORTS
FROM BEGEMOT-MIB;
begemotBridge MODULE-IDENTITY
- LAST-UPDATED "200708060000Z"
+ LAST-UPDATED "201612170000Z"
ORGANIZATION "Sofia University St. Kliment Ohridski"
CONTACT-INFO
" Shteryana Shopova
@@ -56,6 +56,9 @@ begemotBridge MODULE-IDENTITY
E-Mail: syrinx at FreeBSD.org"
DESCRIPTION
"The Begemot MIB for managing bridge interfaces."
+ REVISION "201612170000Z"
+ DESCRIPTION
+ "Address some minor typos and grammar mistakes."
REVISION "200708060000Z"
DESCRIPTION
"Third revision adds begemotBridgeBasePortPrivate
@@ -856,7 +859,7 @@ begemotBridgeTpLearnedEntryDiscards OBJE
DESCRIPTION
"The total number of Forwarding Database entries that would
have been learnt, but have been discarded due to Forwarding
- Address Table having reached it's maximum entries limit."
+ Address Table having reached its maximum entries limit."
::= { begemotBridgeTpEntry 1 }
begemotBridgeTpAgingTime OBJECT-TYPE
@@ -874,7 +877,7 @@ begemotBridgeTpMaxAddresses OBJECT-TYPE
MAX-ACCESS read-write
STATUS current
DESCRIPTION
- "The maximum number of entires that this bridge can
+ "The maximum number of entries that this bridge can
learn in it's Forwarding Address Table and use for
making forwarding decisions."
::= { begemotBridgeTpEntry 3 }
More information about the svn-src-stable-10
mailing list