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
F171464601: D45030.id138304.diff
Fri, Sep 11, 6:26 AM
Unknown Object (File)
Thu, Sep 10, 5:17 AM
Unknown Object (File)
Thu, Sep 10, 5:12 AM
Unknown Object (File)
Tue, Sep 8, 1:12 PM
Unknown Object (File)
Thu, Sep 3, 10:51 PM
Unknown Object (File)
Thu, Sep 3, 6:41 PM
Unknown Object (File)
Thu, Sep 3, 4:22 PM
Unknown Object (File)
Thu, Sep 3, 4:08 PM
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

Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 57473
Build 54361: arc lint + arc unit