Bug 98005 - bridge-utils errors incorrectly when there are no ports on the bridge
|
Bug#:
98005
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: robbat2@gentoo.org
|
Reported By: uberlord@gentoo.org
|
|
Component: Applications
|
|
|
URL:
|
|
Summary: bridge-utils errors incorrectly when there are no ports on the bridge
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2005-07-05 07:03 0000
|
bridge-utils-1.0.4 and 1.0.6 error when there are no ports on the bridge when
compiled against libsysfs
Expected results
bridge name bridge id STP enabled interfaces
br0 8000.000000000000 no
Actual Results
bridge name bridge id STP enabled interfaces
br0 8000.000000000000 no can't get port info:
Function not implemented
Unfortuantely, the error is dumped to stderr - whick sucks when you're trying
to work out the ports on a bridge - or the bridge of a port using userspace
tools.
(of course I meant to say that the error is dumped to stdout and not stderr, so
I cannot filter it in bash)
in cvs now.
could you please send it upstream as well roy?