From Fedora Project Wiki
< QA | Networking
(Created page with "== Operations == Requirements: * Support for both IPv4 and IPv6. * When applicable, IPv6 is preferred unless configured otherwise. * Explicit protocol selection. The most co...") |
|||
Line 4: | Line 4: | ||
* Support for both IPv4 and IPv6. | * Support for both IPv4 and IPv6. | ||
* | * Offer explicit protocol selection. The most common way for command-line tools is via <code>-4</code> and <code>-6</code> command line options. | ||
* When no protocol is selected, dual-stack behavior should be used. | |||
* When applicable, IPv6 should be preferred. |
Revision as of 12:47, 21 October 2015
Operations
Requirements:
- Support for both IPv4 and IPv6.
- Offer explicit protocol selection. The most common way for command-line tools is via
-4
and-6
command line options. - When no protocol is selected, dual-stack behavior should be used.
- When applicable, IPv6 should be preferred.