Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Aug 2014 16:31:33 GMT
From:      shonali@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r272619 - soc2014/shonali/head/contrib/bsnmp/snmpd
Message-ID:  <201408181631.s7IGVX7g033371@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: shonali
Date: Mon Aug 18 16:31:33 2014
New Revision: 272619
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=272619

Log:
  Whitespace corrections
  

Modified:
  soc2014/shonali/head/contrib/bsnmp/snmpd/BEGEMOT-SNMPD.txt

Modified: soc2014/shonali/head/contrib/bsnmp/snmpd/BEGEMOT-SNMPD.txt
==============================================================================
--- soc2014/shonali/head/contrib/bsnmp/snmpd/BEGEMOT-SNMPD.txt	Mon Aug 18 16:19:10 2014	(r272618)
+++ soc2014/shonali/head/contrib/bsnmp/snmpd/BEGEMOT-SNMPD.txt	Mon Aug 18 16:31:33 2014	(r272619)
@@ -41,7 +41,7 @@
     MODULE-COMPLIANCE, OBJECT-GROUP
 	FROM SNMPv2-CONF
     InetAddress, InetAddressType, InetPortNumber
-        FROM INET-ADDRESS-MIB
+	FROM INET-ADDRESS-MIB
     begemot
 	FROM BEGEMOT-MIB;
 
@@ -125,7 +125,7 @@
     ::= { begemotSnmpdConfig 3 }
 
 begemotSnmpdTrap1Addr OBJECT-TYPE
-    SYNTAX      InetAddressIPv4	
+    SYNTAX	InetAddressIPv4	
     MAX-ACCESS	read-write
     STATUS	current
     DESCRIPTION
@@ -151,7 +151,7 @@
     MAX-ACCESS  read-write
     STATUS      current
     DESCRIPTION
-            "The IPv6 trap sink for v1 traps."
+	    "The IPv6 trap sink for v1 traps."
     ::= { begemotSnmpdConfig 6 }
 
 --
@@ -163,7 +163,7 @@
     STATUS	current
     DESCRIPTION
 	    "A table with destinations for standard traps."
-    INDEX	{ begemotTrapSinkAddrType begemotTrapSinkAddr, begemotTrapSinkPort }
+    INDEX	{ begemotTrapSinkAddrType, begemotTrapSinkAddr, begemotTrapSinkPort }
     ::= { begemotSnmpdObjects 2 }
 
 begemotTrapSinkEntry OBJECT-TYPE
@@ -172,18 +172,18 @@
     STATUS	current
     DESCRIPTION
 	    "Entry describes one trap destination."
-    INDEX	{ begemotTrapSinkAddrType begemotTrapSinkAddr, begemotTrapSinkPort }
+    INDEX	{ begemotTrapSinkAddrType, begemotTrapSinkAddr, begemotTrapSinkPort }
     ::= { begemotTrapSinkTable 1 }
 
 BegemotTrapSinkEntry ::= SEQUENCE {
     begemotTrapSinkAddr		InetAddress,
-    begemotTrapSinkAddrType     InetAddressType
+    begemotTrapSinkAddrType	InetAddressType
     begemotTrapSinkPort		INTEGER,
     begemotTrapSinkStatus	RowStatus
 }
 
 begemotTrapSinkAddr OBJECT-TYPE
-    SYNTAX      InetAddress	
+    SYNTAX	InetAddress	
     MAX-ACCESS	not-accessible
     STATUS	current
     DESCRIPTION
@@ -235,17 +235,17 @@
     DESCRIPTION
 	    "An entry in the table with descriptions of UDP ports to
 	    listen on for SNMP messages."
-    INDEX     { begemotSnmpdPortAddress, begemotSnmpdPortPort }
+    INDEX       { begemotSnmpdPortAddress, begemotSnmpdPortPort }
     ::= { begemotSnmpdPortTable 1 }
 
 BegemotSnmpdPortEntry ::= SEQUENCE {
-    begemotSnmpdPortAddress     InetAddressIPv4,
+    begemotSnmpdPortAddress	InetAddressIPv4,
     begemotSnmpdPortPort	INTEGER,
     begemotSnmpdPortStatus	INTEGER
 }
 
 begemotSnmpdPortAddress OBJECT-TYPE
-    SYNTAX      InetAddressIPv4 
+    SYNTAX	InetAddressIPv4 
     MAX-ACCESS	not-accessible
     STATUS	current
     DESCRIPTION
@@ -583,9 +583,9 @@
 --
 -- XXX These should go into their own MIB
 --
-begemotSnmpdTransUdp	OBJECT IDENTIFIER ::= { begemotSnmpdTransportMappings 2 }
-begemotSnmpdTransLsock	OBJECT IDENTIFIER ::= { begemotSnmpdTransportMappings 3 }
-begemotSnmpdTransIpv6Udp    OBJECT IDENTIFIER ::= { begemotSnmpdTransportMappings 4 }
+begemotSnmpdTransUdp		OBJECT IDENTIFIER ::= { begemotSnmpdTransportMappings 2 }
+begemotSnmpdTransLsock		OBJECT IDENTIFIER ::= { begemotSnmpdTransportMappings 3 }
+begemotSnmpdTransIpv6Udp	OBJECT IDENTIFIER ::= { begemotSnmpdTransportMappings 4 }
 
 --
 -- SNMP port table for IPv6



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408181631.s7IGVX7g033371>