All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Hemminger <shemminger@linux-foundation.org>
To: "jharvell+lists.bridge@dogpad.net" <jharvell+lists.bridge@dogpad.net>
Cc: "Bridge@lists.linux-foundation.org" <Bridge@lists.linux-foundation.org>
Subject: Re: [Bridge] no wireless interfaces?
Date: Fri, 29 Apr 2011 09:48:54 -0700	[thread overview]
Message-ID: <20110429094854.360b9746@nehalam> (raw)
In-Reply-To: <4DBAE90C.8030808@dogpad.net>

On Fri, 29 Apr 2011 11:36:28 -0500
"jharvell+lists.bridge@dogpad.net" <jharvell+lists.bridge@dogpad.net> wrote:

> 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.

See discussion on netdev. Basically without some form of MAC spoofing
(NAT at level 2); it is not possible to bridge in station mode.

-- 

  reply	other threads:[~2011-04-29 16:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-29 16:36 [Bridge] no wireless interfaces? jharvell+lists.bridge
2011-04-29 16:48 ` Stephen Hemminger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-04-29 16:33 Joe Harvell
2011-04-30  3:26 ` Joel Wiramu Pauling

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110429094854.360b9746@nehalam \
    --to=shemminger@linux-foundation.org \
    --cc=Bridge@lists.linux-foundation.org \
    --cc=jharvell+lists.bridge@dogpad.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.