Ethernet Bridge development
 help / color / mirror / Atom feed
From: Stephen Hemminger <shemminger@linux-foundation.org>
To: Lou Steinberg <lspam5@operations.com>
Cc: bridge@lists.linux-foundation.org
Subject: Re: [Bridge] bridge-utils and ppp
Date: Mon, 10 Mar 2008 08:26:55 -0700	[thread overview]
Message-ID: <20080310082655.2f9cd485@extreme> (raw)
In-Reply-To: <47D3ED21.6050903@operations.com>

On Sun, 09 Mar 2008 09:58:57 -0400
Lou Steinberg <lspam5@operations.com> wrote:

> Hi Richard-
> 
> [snip]
> > 
> > Does a bridge "test" exist?  What is the output of brctl show?
> > 
> [snip]
> 
> Yes, the bridge exists.  brctl shows:
> 
>  > root@wan-bridge:~$ brctl addif test ppp0
>  > can't add ppp0 to bridge test: Invalid argument
>  > root@wan-bridge:~$ echo $?
>  > 1
>  > root@wan-bridge:~$ brctl show
>  > bridge name     bridge id               STP enabled     interfaces
>  > test            8000.000000000000       no
> 

The bridging code only works for devices that have Ethernet headers.
That is the way the bridging 802.2 standard works, it is a Layer 2 bridge
and it uses the address information from Ethernet to do routing.

PPP does not use Ethernet level framing so it can't be bridged.
What were you trying to do? there are plenty of other ways to get the
same effect.

  reply	other threads:[~2008-03-10 15:26 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-06 21:00 [Bridge] bridge-utils and ppp Lou Steinberg
2008-03-09  7:38 ` richardvoigt
2008-03-09 13:58   ` Lou Steinberg
2008-03-10 15:26     ` Stephen Hemminger [this message]
2008-03-10 16:18       ` Lou Steinberg
     [not found] <35768C4F0D45AD45BAB2832E96E079E30179BF@newposiserver.Positronics.local>
2008-08-22 23:50 ` Stephen Hemminger

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=20080310082655.2f9cd485@extreme \
    --to=shemminger@linux-foundation.org \
    --cc=bridge@lists.linux-foundation.org \
    --cc=lspam5@operations.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox