Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Aug 2005 15:01:03 GMT
From:      Victor Cruceru <soc-victor@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 82715 for review
Message-ID:  <200508281501.j7SF13uW013883@repoman.freebsd.org>

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

Change 82715 by soc-victor@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
 };
 



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