Bug 446187 - netstat does not print interfaces when executed with "--interfaces" parameter
Summary: netstat does not print interfaces when executed with "--interfaces" parameter
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: net-tools
Version: 8
Hardware: All
OS: Linux
medium
low
Target Milestone: ---
Assignee: Radek Vokál
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-05-13 12:16 UTC by Milos Malik
Modified: 2008-07-15 12:42 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-07-15 12:42:22 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Milos Malik 2008-05-13 12:16:25 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; cs-CZ; rv:1.8.1.14) Gecko/20080416 Fedora/2.0.0.14-1.fc8 Firefox/2.0.0.14

Description of problem:
The man page and the usage message claim that "-i" is equivalent to "--interfaces", but the reality is different.

Version-Release number of selected component (if applicable):
net-tools-1.60-84

How reproducible:
Always


Steps to Reproduce:
1. netstat -i
2. echo $?
3. netstat --interfaces
4. echo $?

Actual Results:
1. List of interfaces.
2. Return code: 0.
3. Usage message.
4. Return code: 4.

Expected Results:
Both outputs of netstat are the same.
Both return codes are the same.

Additional info:


Note You need to log in before you can comment on or make changes to this bug.