@@ -49,9 +49,9 @@ Testing done included VRFs as well as non-VRF functionality with traps
49
49
snmplib/transports/snmpUDPBaseDomain.c | 39 ++++++++++++++++++------
50
50
snmplib/transports/snmpUDPDomain.c | 15 ++++-----
51
51
snmplib/transports/snmpUDPIPv4BaseDomain.c | 4 +--
52
- snmplib/transports/snmpUDPIPv6Domain.c | 13 ++++----
52
+ snmplib/transports/snmpUDPIPv6Domain.c | 19 ++++- ----
53
53
snmplib/transports/snmpUnixDomain.c | 5 +--
54
- 23 files changed, 141 insertions(+), 70 deletions(-)
54
+ 23 files changed, 141 insertions(+), 76 deletions(-)
55
55
56
56
diff --git a/agent/agent_trap.c b/agent/agent_trap.c
57
57
index 080b8bf..c488ac9 100644
@@ -706,6 +706,19 @@ diff --git a/snmplib/transports/snmpUDPIPv6Domain.c b/snmplib/transports/snmpUDP
706
706
index 18de876..6b44b22 100644
707
707
--- a/snmplib/transports/snmpUDPIPv6Domain.c
708
708
+++ b/snmplib/transports/snmpUDPIPv6Domain.c
709
+ @@ -74,12 +74,6 @@ oid netsnmp_UDPIPv6Domain[] = { TRANSPORT_DOMAIN_UDP_IPV6 };
710
+ static netsnmp_tdomain udp6Domain;
711
+
712
+ /*
713
+ - * from snmpUDPDomain. not static, but not public, either.
714
+ - * (ie don't put it in a public header.)
715
+ - */
716
+ - extern void _netsnmp_udp_sockopt_set(int fd, int server);
717
+ -
718
+ - /*
719
+ * Return a string representing the address in data, or else the "far end"
720
+ * address if data is NULL.
721
+ */
709
722
@@ -186,7 +186,7 @@ netsnmp_udp6_send(netsnmp_transport *t, void *buf, int size,
710
723
*/
711
724
0 commit comments