[Touch-packages] [Bug 1892108] Re: ping prints ip address octets backwards on host redirect

2023-11-11 Thread Åge Strand
Maybe time to close this one if all is well? I have not had any issues with this after upgrading to Impish. It's been a while :-) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to iputils in Ubuntu.

[Touch-packages] [Bug 1892108] Re: ping prints ip address octets backwards on host redirect

2022-03-05 Thread Steve Dodd
Fixed by https://github.com/iputils/iputils/commit/e2e9a2dd4639924614bdbee43907a49134e8da19 it seems. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to iputils in Ubuntu. https://bugs.launchpad.net/bugs/1892108 Title: ping

[Touch-packages] [Bug 1892108] Re: ping prints ip address octets backwards on host redirect

2021-08-04 Thread Richard Laager
I was able to verify this is fixed in iputils-ping 20210202-1. That is, I saw this same problem, grabbed those sources from Debian, built them, and tested again. Accordingly, this should already be fixed in Ubuntu impish. -- You received this bug notification because you are a member of Ubuntu

[Touch-packages] [Bug 1892108] Re: ping prints ip address octets backwards on host redirect

2021-07-09 Thread Silvan Diem
Please fix it asap. We have the same issue. We have migrated our Nagios to Ubuntu 20.04. Now we have flapping hosts, because of this issue! Is there a timeline when you will able to fix it ? Thanks Silvan -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1892108] Re: ping prints ip address octets backwards on host redirect

2020-11-09 Thread Mike Bergeron
I'm afraid it likely runs a bit deeper than just being "printed in reverse order". I had a Redirect Host of 192.168.107.65 print backwards and actually name resolve w192.z065107168.sea-wa.dsl.cnc.net (65.107.168.192) and thereafter ping returns ceased, ostensibly because it tried to route my

[Touch-packages] [Bug 1892108] Re: ping prints ip address octets backwards on host redirect

2020-08-31 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: iputils (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to iputils in Ubuntu.

[Touch-packages] [Bug 1892108] Re: ping prints ip address octets backwards on host redirect

2020-08-18 Thread Åge Strand
Possible culprit might be the pr_icmph function in ping.c, lines 1250 - 1259: { struct sockaddr_in sin = { .sin_family = AF_INET, .sin_addr = { icp ?