Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ipv6 ping failed to parse #11

Open
dpyrozhok opened this issue May 4, 2020 · 0 comments
Open

ipv6 ping failed to parse #11

dpyrozhok opened this issue May 4, 2020 · 0 comments

Comments

@dpyrozhok
Copy link

Executing next command on side: ping -6 fec0::2 -c 2
Stdout from host PING fec0::2(fec0::2) 56 data bytes
64 bytes from fec0::2: icmp_seq=1 ttl=64 time=0.025 ms
64 bytes from fec0::2: icmp_seq=2 ttl=64 time=0.034 ms

File "throughput.py", line 464, in ping_execute
parsed_ping_result = pingparser.parse(result)
File "build/bdist.linux-x86_64/egg/pingparser.py", line 76, in parse
File "build/bdist.linux-x86_64/egg/pingparser.py", line 55, in _get_match_groups
Exception: Invalid PING output:
PING fec0::2(fec0::2) 56 data bytes
64 bytes from fec0::2: icmp_seq=1 ttl=64 time=0.025 ms
64 bytes from fec0::2: icmp_seq=2 ttl=64 time=0.034 ms

--- fec0::2 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1009ms
rtt min/avg/max/mdev = 0.025/0.029/0.034/0.007 ms

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant