Skip to content

issues Search Results · repo:inetaf/netaddr language:Go

Filter by

0 results
 (60 ms)

0 results

ininetaf/netaddr (press backspace or delete to remove)

Is there a method to merge ip list?
  • douloveppt
  • 2
  • Opened 
    on Aug 11, 2022
  • #221

There is Unmap to turn a 4in6 IPv6 into an IPv4, but there is no way to do the other way around. This showed up when I was developing a library that has to accept both as the same, but the only way I ...
  • Fryuni
  • 3
  • Opened 
    on Aug 8, 2022
  • #220

Hello, I think it would be useful to be able to get the number of IP addresses in ranges, prefixes and sets. That could take the form of Count() or Len() methods, I think. For prefixes, the number of ...
  • ortolot
  • Opened 
    on Jan 17, 2022
  • #218

@terinjokes brought up a good point today on my Twitch stream (hi chat!): Will package netaddr be updated to use type aliases for net/netip as of Go 1.18? Perhaps we use build tags or similar to ease ...
  • mdlayher
  • 3
  • Opened 
    on Jan 12, 2022
  • #217

I m using PostgreSQL to store IP address information and would like to be able to use these types with database/sql. Would you be open to implementing the Scanner and Valuer interfaces for IP and IPPrefix ...
  • ccakes
  • 7
  • Opened 
    on Sep 23, 2021
  • #216

We serialize a lot of IP addresses, and rather than converting the internal uint64 pair to byte arrays and then back to uint64s, it would be great if we could get access to the uint64 pair values directly ...
  • brycekahle
  • 5
  • Opened 
    on Aug 23, 2021
  • #214

A small handful of errors start netaddr: . Let s remove those prefixes. cc @schultz-is
  • josharian
  • 1
  • Opened 
    on Jul 28, 2021
  • #211

#204 says it fixes the fuzz build by removing a duplicate type detection. But on my machine, #204 breaks the fuzz build. As main at f6a6f43734d14ccc7fdd7e0d65ef52ecd43cde34, I see: $ go-fuzz-build /Users/josh/x/netaddr/fuzz.go:133:40: ...
  • josharian
  • 4
  • Opened 
    on Jul 21, 2021
  • #208

The IPRange lack some functions and methods that consistently exist onIP, IPPort, and IPPrefix. See the following table. | func | IP | IPPort | IPPrefix | IPRange | | --- | --- | --- | --- | --- | | func ...
  • dsnet
  • 2
  • Opened 
    on Jul 16, 2021
  • #201

Hi I make go get -u github.com/inetaf/netaddr, and receive: go get -u github.com/inetaf/netaddr go get: github.com/inetaf/netaddr@none updating to github.com/inetaf/netaddr@v0.0.0-20210707202901-70468d781e6c: ...
  • mclaut
  • 1
  • Opened 
    on Jul 8, 2021
  • #200
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub