GithubHelp home page GithubHelp logo

Comments (3)

soniah avatar soniah commented on May 28, 2024

Thanks very much Geoff, IPv6 support is one of my open issues. Would you mind doing a packet dump of doing an IPv6 snmp call using netsnmp? (the Linux command line tool). Instructions are on the front page of the project.

This would help me enormously, as then I can write a test for gosnmp, keep the code quality high.

Thanks, Sonia.

from gosnmp.

geoffgarside avatar geoffgarside commented on May 28, 2024

Once the IPv6 connection is established, given the correctly joined Host and Port, the SNMP portions of the packets are the same as IPv4, only the UDP headers would be any different. Do you test into the UDP headers?

Golang is only really complaining because "2001:db8::7357" with port "161" should be formatted as "[2001:db8::7357]:161" rather than the IPv4 form of "198.51.100.15:161".

from gosnmp.

soniah avatar soniah commented on May 28, 2024

Duh! Of course. Thanks very much for your suggestion, I've added it as 6a71adf.

I didn't remove the call to Connect(), as they would change the GoSNMP API - does that look appropriate?

from gosnmp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.