On Sun, 09 Mar 2008 09:58:57 -0400
Lou Steinberg <[EMAIL PROTECTED]> wrote:

> Hi Richard-
> 
> [snip]
> > 
> > Does a bridge "test" exist?  What is the output of brctl show?
> > 
> [snip]
> 
> Yes, the bridge exists.  brctl shows:
> 
>  > [EMAIL PROTECTED]:~$ brctl addif test ppp0
>  > can't add ppp0 to bridge test: Invalid argument
>  > [EMAIL PROTECTED]:~$ echo $?
>  > 1
>  > [EMAIL PROTECTED]:~$ 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.
_______________________________________________
Bridge mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/bridge

Reply via email to