bridge.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [Bridge] no wireless interfaces?
@ 2011-04-29 16:36 jharvell+lists.bridge
  2011-04-29 16:48 ` Stephen Hemminger
  0 siblings, 1 reply; 4+ messages in thread
From: jharvell+lists.bridge @ 2011-04-29 16:36 UTC (permalink / raw)
  To: Bridge@lists.linux-foundation.org

I tried to bridge a wireless interface to a wired Ethernet interface,
and it failed with "Operation not supported."

Looking at the kernel code, it seems like this is intentional.  I
noticed the following in br_add_if:

        /* No bridging devices that dislike that (e.g. wireless) */
        if (dev->priv_flags & IFF_DONT_BRIDGE)
                return -EOPNOTSUPP;

I'm curious to know why this is not supported.

-- 
---
Joe

^ permalink raw reply	[flat|nested] 4+ messages in thread
* [Bridge] no wireless interfaces?
@ 2011-04-29 16:33 Joe Harvell
  2011-04-30  3:26 ` Joel Wiramu Pauling
  0 siblings, 1 reply; 4+ messages in thread
From: Joe Harvell @ 2011-04-29 16:33 UTC (permalink / raw)
  To: Bridge

I tried to bridge a wireless interface to a wired Ethernet interface,
and it failed with "Operation not supported."

Looking at the kernel code, it seems like this is intentional.  I
noticed the following in br_add_if:

        /* No bridging devices that dislike that (e.g. wireless) */
        if (dev->priv_flags & IFF_DONT_BRIDGE)
                return -EOPNOTSUPP;

I'm curious to know why this is not supported.

---
Joe


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-04-30  3:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-29 16:36 [Bridge] no wireless interfaces? jharvell+lists.bridge
2011-04-29 16:48 ` Stephen Hemminger
  -- strict thread matches above, loose matches on Subject: below --
2011-04-29 16:33 Joe Harvell
2011-04-30  3:26 ` Joel Wiramu Pauling

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).