From Fedora Project Wiki

< Changes

Revision as of 08:29, 22 January 2016 by Nmav (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Change Proposal Name

Summary

ping is 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

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