Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^3: Net::Ping IPv6 Support

by VinsWorldcom (Prior)
on Nov 27, 2012 at 20:23 UTC ( [id://1005911]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Net::Ping IPv6 Support
in thread Net::Ping IPv6 Support

I must admit I'm a casual Perl user despite having a few CPAN modules and writing a (perhaps questionable) patch. I'm not familiar with the bug reporting other than CPAN RT. I do appreciate your advice and I did get a BitCard account and report the "wishlist" with 'perlbug'. We'll see what comes from that.

Thanks again for the direction!

Replies are listed 'Best First'.
Re^4: Net::Ping IPv6 Support
by tlhackque (Beadle) on Feb 11, 2013 at 12:14 UTC

    Sorry to see no progress. Perhaps this will help (I added it to the CPAN bug report):

    With respect to the questions about the patch:

    A quick search turns up the source for ping6 at http://cvsweb.netbsd.org/bsdweb.cgi/src/sbin/ping6/ping6.c?rev=1.81&content-type=text/x-cvsweb-markup&only_with_tag=MAIN

    Checksum:

    The header checksum field is initialized to zero, but not computed - I assume (but haven't dug in) that sendmsg computes.

    Source address:

    When no explicit interface is bound, the source address is determined by indirectly consulting the routing tables - a UDP socket is connect()ed and getsockname() called. Look for the code under if (!(options & F_SRCADDR))

    Hope this helps.

    This communication may not represent my employer's views, if any, on the matters discussed.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1005911]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (7)
As of 2024-04-19 08:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found