Bug 1593630
Summary: | Incorrect example in tc-vlan man-page | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Nikola Forró <nforro> |
Component: | iproute | Assignee: | Andrea Claudi <aclaudi> |
Status: | CLOSED ERRATA | QA Contact: | Jaroslav Aster <jaster> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 7.5 | CC: | aclaudi, atragler, jaster, jmaxwell, nforro, psutter |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | iproute-4.11.0-19.el7 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-08-06 12:54:26 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: | 1543420 | ||
Bug Blocks: | 1654714, 1669129 |
Description
Nikola Forró
2018-06-21 09:23:37 UTC
Upstream commit to backport: commit 8ee38d833ccb1863f06634e12c5236b0ef7c2d76 Author: Phil Sutter <phil> Date: Fri Mar 23 21:18:56 2018 +0100 man: tc-vlan.8: Fix for incorrect example This has to be a second match statement to the same u32 filter, not a second one (which tc-filter doesn't support at all). Signed-off-by: Phil Sutter <phil> Signed-off-by: Stephen Hemminger <stephen> Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2019:2131 |