PERFORCE change 82715 for review

Victor Cruceru soc-victor at FreeBSD.org
Sun Aug 28 15:01:04 GMT 2005


http://perforce.freebsd.org/chv.cgi?CH=82715

Change 82715 by soc-victor at soc-victor_82.76.158.176 on 2005/08/28 15:00:11

	Preparations for adding UDP-MIB under the same BSNMP module

Affected files ...

.. //depot/projects/soc2005/bsnmp/usr.sbin/bsnmpd/modules/snmp_tcp_udp46/Makefile#2 edit
.. //depot/projects/soc2005/bsnmp/usr.sbin/bsnmpd/modules/snmp_tcp_udp46/UDP-MIB.txt#1 add
.. //depot/projects/soc2005/bsnmp/usr.sbin/bsnmpd/modules/snmp_tcp_udp46/tcp46_snmp.c#2 edit
.. //depot/projects/soc2005/bsnmp/usr.sbin/bsnmpd/modules/snmp_tcp_udp46/tcp46_tree.def#2 delete
.. //depot/projects/soc2005/bsnmp/usr.sbin/bsnmpd/modules/snmp_tcp_udp46/tcp_udp46_tree.def#1 branch

Differences ...

==== //depot/projects/soc2005/bsnmp/usr.sbin/bsnmpd/modules/snmp_tcp_udp46/Makefile#2 (text+ko) ====

@@ -28,7 +28,7 @@
 
 CONTRIB=${.CURDIR}/../../../../contrib/bsnmp
 
-MOD=	tcp46
+MOD=	tcp_udp46
 
 SRCS=	tcp46_snmp.c 
 	

==== //depot/projects/soc2005/bsnmp/usr.sbin/bsnmpd/modules/snmp_tcp_udp46/tcp46_snmp.c#2 (text+ko) ====

@@ -88,8 +88,8 @@
 #include "asn1.h"
 #include "snmp.h"
 #include "snmpmod.h"
-#include "tcp46_oid.h"
-#include "tcp46_tree.h"
+#include "tcp_udp46_oid.h"
+#include "tcp_udp46_tree.h"
 #include <stdio.h>
 #include <syslog.h>
 #include <sys/socketvar.h>
@@ -360,8 +360,8 @@
 	tcp46_config_v,		
 	tcp46_start_v,
 	NULL,                   /* proxy a PDU */
-	tcp46_ctree,          	/* see the generated tcp46_tree.h */
-	tcp46_CTREE_SIZE,     	/* see the generated tcp46_tree.h */ 
+	tcp_udp46_ctree,          	/* see the generated tcp46_tree.h */
+	tcp_udp46_CTREE_SIZE,     	/* see the generated tcp46_tree.h */ 
 	tcp46_loading_v
 };
 


More information about the p4-projects mailing list