Bug 694755 - wireshark fails to get interface list in the presence of bonded interfaces
Summary: wireshark fails to get interface list in the presence of bonded interfaces
Keywords:
Status: CLOSED DUPLICATE of bug 693943
Alias: None
Product: Fedora
Classification: Fedora
Component: libpcap
Version: 14
Hardware: x86_64
OS: Linux
unspecified
urgent
Target Milestone: ---
Assignee: Miroslav Lichvar
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-04-08 09:51 UTC by Ferry Huberts
Modified: 2011-04-22 09:47 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-04-22 09:47:54 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Ferry Huberts 2011-04-08 09:51:20 UTC
Description of problem:
wireshark fails to get interface list in the presence of bonded interfaces, thereby becoming non-functional

Version-Release number of selected component (if applicable):
wireshark-1.4.4-1.fc14.x86_64

How reproducible:
always

Steps to Reproduce:
1. configure a bonded interface
2. start wireshark
3.
  
Actual results:
fail: dialog with
"Can't get list of interfaces: SIOCGIFFLAGS: bonding_masters: No such device"

Expected results:
success

Additional info:

network configuration:
eth0 & eth1 bonded into bond0,
bond0 member of bridge br0


eth0
====
DEVICE=eth0
ONBOOT=yes
MASTER=bond0
SLAVE=yes
BOOTPROTO=none

HWADDR=00:1F:D0:21:12:3F

IPV6INIT=yes
IPV6_AUTOCONF=no
IPV6_DEFROUTE=yes

USERCTL=no
NM_CONTROLLED=no



eth1
====
DEVICE=eth1
ONBOOT=yes
MASTER=bond0
SLAVE=yes
BOOTPROTO=none

HWADDR=00:1F:D0:21:12:3D

IPV6INIT=yes
IPV6_AUTOCONF=no
IPV6_DEFROUTE=yes

USERCTL=no
NM_CONTROLLED=no


bond0
=====
DEVICE=bond0
ONBOOT=yes
BRIDGE=br0
BOOTPROTO=none

BONDING_OPTS="mode=4 miimon=1000"

IPV6INIT=yes
IPV6_AUTOCONF=no
IPV6_DEFROUTE=yes

USERCTL=no
NM_CONTROLLED=no


br0
===
DEVICE=br0
ONBOOT=yes
TYPE=Bridge
BOOTPROTO=dhcp

STP=on
DELAY=0

IPV6INIT=yes
IPV6_AUTOCONF=no
IPV6_DEFROUTE=yes

USERCTL=no
NM_CONTROLLED=no

Comment 1 Ferry Huberts 2011-04-12 14:53:44 UTC
ping

Comment 2 Jan Safranek 2011-04-13 10:58:06 UTC
This is libpcap problem, see https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4884

Comment 4 Miroslav Lichvar 2011-04-22 09:47:54 UTC

*** This bug has been marked as a duplicate of bug 693943 ***


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