On Fri, Jul 22, 2005 at 10:12:45AM +0200, Jacek Konieczny wrote:
> >    rc-scripts/trunk/rc.d/init.d/network
> > Log:
> > - first up bridge, next tunnels (tunnels can be on bridges)
> > - first down tunnels, next bridge ;)
> 
> And tunnels may be bridged (IMHO that is even more usefull).
are you sure?
we have test tunnel:
[EMAIL PROTECTED] undefine]# ip t |grep test; brctl show
test: gre/ip  remote 192.168.2.202  local 192.168.2.205  ttl 64
bridge name     bridge id               STP enabled     interfaces
[EMAIL PROTECTED] undefine]#

next create bridge bridge:
[EMAIL PROTECTED] undefine]# brctl addbr testb
display bridges:
[EMAIL PROTECTED] undefine]# brctl show
bridge name     bridge id               STP enabled     interfaces
testb           8000.000000000000       no               can't get port info: 
Function not implemented

but try add test into testb:
[EMAIL PROTECTED] undefine]# brctl addif testb test
can't add test to bridge testb: Invalid argument
[EMAIL PROTECTED] undefine]# brctl show
bridge name     bridge id               STP enabled     interfaces
testb           8000.000000000000       no               can't get port info: 
Function not implemented

afair to bridge we can use only ethernet-type devices

-- 
Andrzej 'The Undefined' DopieraƂa
UNIX && Linux administrator,      Adam Mickiewicz University WMiI
PLD Linux Developer      HomePage: http://andrzej.dopierala.name/
JID: [EMAIL PROTECTED]         e-mail: [EMAIL PROTECTED]
_______________________________________________
pld-devel-en mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Reply via email to