From Fedora Project Wiki
(Created page with "<!-- Self Contained or System Wide Change Proposal? Use this guide to determine to which category your proposed change belongs to. Self Contained Changes are: * changes to is...")
 
No edit summary
Line 24: Line 24:


== Summary ==
== Summary ==
ping is able to work with IPv6 and IPv4 addresses, eliminating the need for multiple tools.
ping should be able to work with IPv6 and IPv4 addresses, eliminating the need for multiple tools.


== Owner ==
== Owner ==
Line 90: Line 90:


== How To Test ==
== How To Test ==
<!-- This does not need to be a full-fledged document. Describe the dimensions of tests that this change implementation is expected to pass when it is done.  If it needs to be tested with different hardware or software configurations, indicate them.  The more specific you can be, the better the community testing can be.  
The following commands should work by default.
 
<pre>
Remember that you are writing this how to for interested testers to use to check out your change implementation - documenting what you do for testing is OK, but it's much better to document what *I* can do to test your change.
$ ping ::1
 
$ ping www.v6.facebook.com
A good "how to test" should answer these four questions:
</pre>
 
0. What special hardware / data / etc. is needed (if any)?
1. How do I prepare my system to test this change? What packages
need to be installed, config files edited, etc.?
2. What specific actions do I perform to check that the change is
working like it's supposed to?
3. What are the expected results of those actions?
-->


<!-- REQUIRED FOR SYSTEM WIDE CHANGES -->
<!-- REQUIRED FOR SYSTEM WIDE CHANGES -->

Revision as of 08:32, 22 January 2016


Change Proposal Name

Summary

ping should be able to work with IPv6 and IPv4 addresses, eliminating the need for multiple tools.

Owner

Current status

  • Targeted release: Fedora 24
  • Last updated: 2016-01-22
  • Tracker bug: <will be assigned by the Wrangler>

Detailed Description

The current system of using different software (ping vs ping6) for different versions of the IP stack is broken. As the IPv6 transition moves ahead its unreasonable to expect users to know in advance the IP version of a peer referenced using a DNS name, nor expect them to switch tools based on the types of IPs they are testing.

ping must work with both protocol versions by default.

Benefit to Fedora

Administrators and users of Fedora will be able to use a single tool (ping) to test any type of address (IPv6 or IPv4).

The system gets closer to being IPv6-ready. While ping by itself is a minor tool, is a very popular tool for debugging networks. By supporting inherently IPv6 in that tool, we provide an example of the type of IPv6 support we expect from our included programs.

Scope

  • Proposal owners:

The ping tool should be able to test any address provided on command line, being IPv6 or IPv4. That means that the ping tool from iputils as we include it in Fedora needs to be modified.

  • Other developers: N/A (not a System Wide Change)
  • Release engineering: N/A (not a System Wide Change)
  • Policies and guidelines: N/A (not a System Wide Change)
  • Trademark approval: N/A (not needed for this Change)

Upgrade/compatibility impact

The new ping command will be backwards compatible with the old one, and the legacy ping6 command will also be provided (as a link to the new ping command).

N/A (not a System Wide Change)

How To Test

The following commands should work by default.

$ ping ::1
$ ping www.v6.facebook.com

N/A (not a System Wide Change)

User Experience

N/A (not a System Wide Change)

Dependencies

N/A (not a System Wide Change)

Contingency Plan

  • Contingency mechanism: (What to do? Who will do it?) N/A (not a System Wide Change)
  • Contingency deadline: N/A (not a System Wide Change)
  • Blocks release? N/A (not a System Wide Change), Yes/No
  • Blocks product? product

Documentation

N/A (not a System Wide Change)

Release Notes