ipv6toolkit icon indicating copy to clipboard operation
ipv6toolkit copied to clipboard

SI6 Networks' IPv6 Toolkit

Results 18 ipv6toolkit issues
Sort by recently updated
recently updated
newest added

It would be great if the tools had switches for ordering the fragments, if fragmentation is enabled. I need to test both “first fragment is received first” and “nōn-first fragment...

Hi, There is inconsistent version information in multiple IPv6 Toolkit sources, and thus, lack of an official versioning and release scheme. This makes it more difficult to identify supported versions...

According to the Internet, there is ipv6toolkit v2.0, but the download URL (http://www.si6networks.com/tools/ipv6toolkit/ipv6toolkit-v2.0.tar.gz) doesn't exist anymore (#70 claims this, too) - and there are also no git tags for any...

Downstream bugtracker link: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1016129 I have a virtual machine on a host-only network. The configuration is thus: ``` host$ ip a show dev virbr1 23: virbr1: mtu 1500 qdisc noqueue...

After compiling WSL Ubuntu scan6 errors out with: `pcap_open_live(wifi0): socket for SIOCETHTOOL(ETHTOOL_GET_TS_INFO): Socket type not supported` It's not ipv6toolkits fault, there's still much todo at MS on WSL, just thought...

https://github.com/fgont/ipv6toolkit/blob/babee5e172f680ff18354d9d9918c3f7356d48d3/tools/libipv6.h#L602 https://github.com/fgont/ipv6toolkit/blob/babee5e172f680ff18354d9d9918c3f7356d48d3/tools/libipv6.h#L613 ```python #define IID_EMBEDDEDIPV4_32 8192 #define IID_UNSPECIFIED 8192 ``` maybe, the `IID_UNSPECIFIED` should be `16384`, which is `1

https://github.com/fgont/ipv6toolkit/blob/babee5e172f680ff18354d9d9918c3f7356d48d3/tools/libipv6.h#L602 https://github.com/fgont/ipv6toolkit/blob/babee5e172f680ff18354d9d9918c3f7356d48d3/tools/libipv6.h#L613 ```python #define IID_EMBEDDEDIPV4_32 8192 #define IID_UNSPECIFIED 8192 ``` maybe, the `IID_UNSPECIFIED` should be `16384`, which is `1

This option is used to specify the Reachable Time but the paragraph where it is explained falsely used the term "Router Lifetime".

Hi, On Linux 5.7.19 / Debian Sid I created a pair of veth interfaces and disabled IPv6 on them: ``` ip link add vethx type veth peer name vethy ip...

It looks like the tarball URL disappeared before (#38) It seems to have happened again. ``` $ curl -v https://www.si6networks.com/tools/ipv6toolkit/ipv6toolkit-v2.0.tar.gz | head [...] < HTTP/1.1 404 Not Found < Date:...