[Bug-tar] paxutils: unable to work over ipv6

2014-01-29 Thread Pavel Raiskup
Hi, $Subject is truth because of gethostbyname call from paxutils which works for ipv4 only. We should use getaddrinfo these days for checking for existing hostname/ip address. Steps to reproduce (linux): $ sudo ifconfig em1 inet6 add ::2:1:::1/64 $ sudo route -A inet6

Re: [Bug-tar] paxutils: unable to work over ipv6

2014-01-29 Thread Joerg Schilling
Pavel Raiskup pa...@raiskup.cz wrote: Hi, $Subject is truth because of gethostbyname call from paxutils which works for ipv4 only. We should use getaddrinfo these days for checking for existing hostname/ip address. not only this The gnu remote tape interface does not support the