Bug 199145

Summary: Multihome patch does not support IPv6
Product: [Fedora] Fedora Reporter: Ludek Smid <lsmid>
Component: ftpAssignee: Marcela Mašláňová <mmaslano>
Status: CLOSED RAWHIDE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-08-02 13:21:16 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 171621, 195271    
Attachments:
Description Flags
fix none

Description Ludek Smid 2006-07-17 15:23:54 UTC
Description of problem:

The IPv6 is not correctly supported on multihome machines because of ftp
multihome patch is not IPv6 compliant.

Version-Release number of selected component (if applicable):
0.17-32.1.2.1

How reproducible:
Always.

Steps to Reproduce:
1. Connect to ftp server using IPv6 protocol from multihome host
2. Login
3. Execute command 'dir'
  
Actual results:
$ /usr/bin/ftp ipv6srot6.ipv6.redhat.usu
Connected to ipv6srot6.ipv6.redhat.usu (fec0::f101:210:5aff:fed5:7e33).
220 (vsFTPd 2.0.4)
Name (ipv6srot6.ipv6.redhat.usu:lsmid): anonymous
331 Please specify the password.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> dir
use of scoped address can be troublesome
ftp multihome bind: Invalid argument
ftp>

Expected results:
The content of the directory

Additional info:
N/A

Comment 1 Peter Vrabec 2006-07-28 14:52:26 UTC
Created attachment 133239 [details]
fix