rc-scripts/trunk/rc.d/init.d/network
    The Undefined 
    undefine at aramin.net
       
    Fri Jul 22 13:12:49 CEST 2005
    
    
  
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:
[root at frog 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
[root at frog undefine]#
next create bridge bridge:
[root at frog undefine]# brctl addbr testb
display bridges:
[root at frog 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:
[root at frog undefine]# brctl addif testb test
can't add test to bridge testb: Invalid argument
[root at frog 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: undefine at piastlan.net         e-mail: andrzej at dopierala.name
    
    
More information about the pld-devel-en
mailing list