Page MenuHomeFreeBSD

net-mgmt/net-snmp: Fix the IPV6 MIB implementation
ClosedPublic

Authored by markj on Apr 30 2024, 8:25 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jun 8, 12:03 PM
Unknown Object (File)
Sat, Jun 6, 12:43 PM
Unknown Object (File)
Thu, Jun 4, 3:41 PM
Unknown Object (File)
Thu, May 21, 8:45 PM
Unknown Object (File)
Mon, May 18, 9:09 AM
Unknown Object (File)
Mon, May 11, 2:47 PM
Unknown Object (File)
May 6 2026, 10:06 PM
Unknown Object (File)
May 1 2026, 11:04 AM
Subscribers
None

Details

Summary

The implementations of var_tcp6() and var_udp6() on FreeBSD don't work
and fail to compile. var_tcp6() also makes uses of kmem access, which
I'm trying to disable in snmpd. Provide a patch to fix these problems.
Submitted upstream here: https://sourceforge.net/p/net-snmp/mailman/net-snmp-coders/thread/ZjEwNV5BiTOQ-Adi%40nuc/#msg58766857

Readd mibII/ipv6 since it now compiles and works in my manual testing.
Also, simply remove the IPV6 option. It has no effect, as --enable-ipv6
is the default.

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable