Bug 1250290

Summary: ipv6 support for link-local addresses
Product: Red Hat Enterprise Linux 7 Reporter: Minfei Huang <mhuang>
Component: kexec-toolsAssignee: Pingfan Liu <piliu>
Status: CLOSED WONTFIX QA Contact: Qiao Zhao <qzhao>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.3CC: lilu, ruyang
Target Milestone: rcKeywords: FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-03-30 02:22:06 UTC Type: Bug
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: 1548445, 1549423    

Description Minfei Huang 2015-08-05 03:25:53 UTC
Description of problem:
Now we only support the non-local scope ipv6 protocol. Track the ipv6 new feature to support local scope ipv6 protocol. 

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


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 4 Ziyue Yang 2017-07-18 04:44:50 UTC
When dumping to ssh via local ipv6 address, the ssh parameter
in kdump.conf is supposed to have the form like

ssh user@fe80::cc1:8bff:fe90:b95f%eth0

where "%eth0" is an existing network interface supporting ipv6.

However, the get_remote_host function in kdump-lib.sh currently
doesn't remove the network interface in the ipv6 address,
causing the ip command in kdump_install_net function to fail,
leading to a "Bad kdump location" message.