| Summary: | backport: ip -d monitor link is not as verbose as ip -d link | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Antoni Segura Puimedon <asegurap> |
| Component: | iproute | Assignee: | Pavel Šimerda (pavlix) <psimerda> |
| Status: | CLOSED ERRATA | QA Contact: | Jaroslav Aster <jaster> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.0 | CC: | bazulay, danken, ebenes, jaster, thozza |
| Target Milestone: | rc | Keywords: | FutureFeature |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | iproute-3.10.0-40.el7 | Doc Type: | Enhancement |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1042799 | Environment: | |
| Last Closed: | 2015-11-19 14:40:57 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: | |
| Bug Depends On: | 1042804 | ||
| Bug Blocks: | |||
|
Description
Antoni Segura Puimedon
2013-12-13 12:22:06 UTC
Reproduced it with upstream git:
Terminal #1:
# ip monitor
Terminal #2:
# ip link add d1 type dummy
# ip link add link d1 v1 type vlan id 13
Output (terminal #1):
13: d1: <BROADCAST,NOARP> mtu 1500 qdisc noop state DOWN group default
link/ether 9a:ca:f9:40:76:13 brd ff:ff:ff:ff:ff:ff
13: d1: <BROADCAST,NOARP> mtu 1500 qdisc noop state DOWN group default
link/ether 9a:ca:f9:40:76:13 brd ff:ff:ff:ff:ff:ff
14: v1@d1: <BROADCAST,NOARP,M-DOWN> mtu 1500 qdisc noop state DOWN group default
link/ether 9a:ca:f9:40:76:13 brd ff:ff:ff:ff:ff:ff
Additional info:
Neither "-d" nor "-o" seem to be documented in the manual pages.
Upstream works for me. 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://rhn.redhat.com/errata/RHBA-2015-2117.html |