ping with "RECORD ROUTE" option not working on 14.04 LTS trusty
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
iputils (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
LSB RELEASE INFO:
RELEASE 14.04
CODENAME trusty
DESCRIPTION 14.04.4 LTS
PACKAGE INFO:
iputils-ping 3:20121221-
Expectation :
Command ping -R 10.132.90.201 should in first place display all intermediate IP addresses from source to destination and also the way back.
ping -R 10.132.90.201
PING 10.132.90.201 (10.132.90.201) 56(124) bytes of data.
64 bytes from 10.132.90.201: icmp_req=1 ttl=254 time=5.09 ms
RR: 10.132.81.102
10.132.90.251
10.132.90.201
10.132.90.201
10.132.81.251
10.132.81.102
64 bytes from 10.132.90.201: icmp_req=2 ttl=254 time=0.982 ms (same route)
What happens with the relevant package is:
ping -R 10.132.90.201
PING 10.132.90.201 (10.132.90.201) 56(124) bytes of data.
64 bytes from 10.132.90.201: icmp_req=1 ttl=254 time=5.09 ms
RR: 10.132.81.102
10.132.81.102
10.132.81.102
10.132.81.102
10.132.81.102
10.132.81.102
After some investigation I believe this is a duplication of /bugs.launchpad .net/ubuntu/ +source/ iputils/ +bug/1354163
Bug #1354163 Record Route option broken in iputils-ping
https:/