Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Sep 2005 12:06:21 GMT
From:      Victor Cruceru <soc-victor@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 83393 for review
Message-ID:  <200509111206.j8BC6LNN032680@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=83393

Change 83393 by soc-victor@soc-victor_82.76.158.176 on 2005/09/11 12:06:06

	Updated the snmpd configuration file ( let the people see how the new modules can be loaded)

Affected files ...

.. //depot/projects/soc2005/bsnmp/contrib/bsnmp/snmpd/snmpd.config#3 edit

Differences ...

==== //depot/projects/soc2005/bsnmp/contrib/bsnmp/snmpd/snmpd.config#3 (text+ko) ====

@@ -78,7 +78,7 @@
 #
 # Load MIB-2 module
 #
-begemotSnmpdModulePath."mibII"	= "/usr/local/lib/snmp_mibII.so"
+begemotSnmpdModulePath."mibII"	= "/usr/lib/snmp_mibII.so"
 
 
 #
@@ -86,11 +86,16 @@
 #
 begemotSnmpdModulePath."hostres"  = "/usr/lib/snmp_hostres.so"
 
+#
+# Load TCP-MIB and UDP-MIB module (combined IPv4 & IPv6)
+#
+begemotSnmpdModulePath."ipL4"  = "/usr/lib/snmp_tcp_udp46.so"
+
 
 #
 # Netgraph module
 #
-begemotSnmpdModulePath."netgraph" = "/usr/local/lib/snmp_netgraph.so"
+begemotSnmpdModulePath."netgraph" = "/usr/lib/snmp_netgraph.so"
 
 %netgraph
 begemotNgControlNodeName = "snmpd"



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