Displaying 20 results from an estimated 100 matches similar to: "[Bridge] BR2684-rt and brctl"
2007 Apr 18
1
[Bridge] Problem with Routed mode using br2684ctl tool
Hi,
I am writing this email in sincere hope that somebody
experienced similar/same problem and found solution to
it.
The classical bridge setup could be achieved using
brctl tool, which could be found at:
http://home.regit.org/br2684.html
I have an ADSL CO line card Linux based [2.4.24
kernel] with 8 nas interfaces and eth0. Rather than
having bridge, the decision was to have a router,
which
2007 Apr 18
1
[Bridge] When I add br0 (brctl addbr br0), and I show bridge list (brctl show) it's eth0 which is in the list. It's a bug ?
All is in subject.
Example :
root@harobed:~ # brctl show
bridge name bridge id STP enabled interfaces
root@harobed:~ # ifconfig
lo Lien encap:Boucle locale
inet adr:127.0.0.1 Masque:255.0.0.0
adr inet6: ::1/128 Scope:H?te
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:16510 errors:0 dropped:0 overruns:0 frame:0
2006 Dec 16
1
where can I find source code of bridge control utility (brctl).(bridge-utils-0.9.5.tar.gz)
Hi All,
Can anybody suggests where can I find source code of bridge control utility
(brctl).(bridge-utils-0.9.5.tar.gz)
Regards
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
2007 Apr 18
1
[Bridge] why ./brctl showmacs br0 display nothing?
hi:
my box use eth0 connect my pc. but I type command "./brctl showmacs br0", no mac addr display and the" brctl showmacs program" not exit,always exec
# ./brctl show
bridge name bridge id STP enabled interfaces
br0 8000.000123456789 no eth0
hdlc0
# ./brctl showmacs br0
2007 Apr 18
1
[Bridge] two fields are missing in brctl output when using /sys
I've noticed for a while that
# brctl showstp
output is showing 0 for port_no and port_id
It seems that somewhere in 2.6 sysfs land the following items got
printed in hexadecimal, and brctl code was parsing for decimal only
doug:/sys/class/net/eth0/brport# cat port_id
0x8001
doug:/sys/class/net/eth0/brport# cat port_no
0x1
The following patch to bridge-utils (git and 1.2 release) lets
2007 Apr 18
0
[Bridge] Re: brctl, Ethernet Bridging, openvpn, Universal TUN/TAP devices
On Thu, 2 Dec 2004 14:13:33 +0100
ncrfgs <ncrfgs@tin.it> wrote:
> Hi,
>
> I'm using the great 802.1d Ethernet Bridging support via
> brctl along with Universal TUN/TAP devices created with
> openvpn on a GNU system with a vanilla 2.6.8.1 Linux
> kernel.
>
>
> To start it:
>
> /usr/sbin/brctl addbr br${X}
> /sbin/ifconfig brX
2007 Apr 18
0
[Bridge] setting STP values via brctl
I have been playing around with the STP settings of brctl and saw
something strange.
I was setting the hello time, so I executed the following:
# brctl sethello br0 30
Then I had a look at the value that was set:
# cat /sys/class/net/br0/bridge/hello_time
2999
Much bigger than expected.
I started looking at the source. In the libbridge/libbridge_devif.c
file of brctl, we have the following
2007 Apr 18
0
[Bridge] swithing trunk (tagged 802.1q traffic) with brctl
Hello,
My name is Ferm?n Gal?n and I work as Research Engineer at CTTC, Spain. I'm
trying to configure a bridge with brctl to switch VLAN tagged traffic
(802.1q), but I'm getting some problems.
In particular, I've a physical interface (eth2) connected to a Cisco trunk
port (so, the traffic to/from eth2 is tagged). I've added eth2 to a bridge
('brctl addif somebrige
2009 Feb 28
0
[Bridge] core dump in latest brctl
Here's a simple way to crash brctl (Fedora 8's brctl and tonight's git
tree):
[root at grok2 brctl]# ./brctl addbr bridge
[root at grok2 brctl]# ./brctl show
bridge name bridge id STP enabled interfaces
. Segmentation fault (core dumped)
Take it easy,
Ben
--
Ben Greear <greearb at candelatech.com>
Candela Technologies Inc
2007 Apr 18
0
[Bridge] Need help: brctl and isis packets
Hello all,
First thanks to all for helping me. I have an issue to bring up bridging
isis packets using BRCTL.
As i am quite a newbie, maybe this is not possible or maybe I forget to
load modules so that the bridging I am trying to put in place work
properly.
Here is the configuration I used:
I1 ------ eth1 (physical interface of my linux machine)
----------- BRIDGE ----------- n1-eth0 (tuntap
2011 Nov 15
1
Bug#648816: xen-utils-common: scripts/network-bridge requires brctl but bridge-utils is neither Depends nor Recommends
Package: xen-utils-common
Severity: normal
When setting
(network-script network-bridge)
in the xen config, restarting xen will result in error messages like:
/etc/xen/scripts/network-bridge: line 219: brctl: command not found
/etc/xen/scripts/network-bridge is part of xen-utils-common which doesnt
depend or recommend the bridge-utils package which contains brctl.
2007 Apr 18
1
[Bridge] brctl returns 0 on error
Hi,
"brctl" returns 0 when trying to delete non-existent bridge. If it
returns 0, scripting will be an headache. It should return different than 0.
# brctl delbr geek
bridge geek doesn't exist; can't delete it
# echo $?
0
Thanks.
--
Aycan iRiCAN
Core Computer Security Group
http://www.core.gen.tr
2007 Apr 18
1
[Bridge] brctl insmod
I noticed that when I type brctl - it does insmod when the bridge module
is not loaded. Where can I find the code (in the brctl or libbridge
code) which does that?
Thanks,
Abhijit
2007 Apr 18
0
[Bridge] [PATCH] Crash on "brctl stp br0"
Hello!
"brctl stp br0" would crash brctl provided that br0 is a bridge. This is
caused by incorrect number of arguments in the commands table. "stp" needs
at least 2 arguments after "stp". The patch against version 1.0.4 is
attached.
--
Regards,
Pavel Roskin
-------------- next part --------------
--- brctl/brctl_cmd.c
+++ brctl/brctl_cmd.c
@@ -394,7 +394,7 @@
2007 Apr 18
0
[Bridge] Want to incorporate IGMPSnoop to "brctl" command...
Hi All,
I am implementing IGMPv3Snoop and want to add its control to "brctl command"
just like "brctl stp ...". Please guide how can I do so.
Also, it would be of great help is anyone suggests me where should I get
source code of "brctl" utility from. One of the links (
http://bridge.sourceforge.net/bridge-utils/bridge-utils-0.9.5.tar.gz) I got
after extensive on
2007 Apr 18
0
[Bridge] Re: Re: a problem about brctl
Stephen Hemminger,
Thank You.I will modify my kernel referencing the Kernel V2.6.
======= =======
>On Fri, 6 Jan 2006 09:20:25 +0800
>"Haisen.Zhang" <zhs@cybertan.com.cn> wrote:
>
>> Stephen Hemminger,
>>
>>
>> Yes,I use V2.4.17.
>> Which patch can I use?
>> Or can you tell me the reason,so that i
2009 Apr 01
1
[Bridge] "#brctl show" command output need to be modified
This command output should be modified " aligned " to fit the text
processing tool
to can understand what I mean please try to cut the interfaces column with
any text processing tool
"awk , cut or even python script"
but make sure that you have some bridges with some interfaces
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Apr 18
1
[Bridge] Re: Re: a problem about brctl
Stephen Hemminger,
Yes,I use V2.4.17.
Which patch can I use?
Or can you tell me the reason,so that i can modify my Kernel.I use this kernel at the embeded system.
>Haisen.Zhang wrote:
>
>>shemminger?
>>
>> I have a problem with brctl application,following is my operations:
>>
>> vconfig add eth0 3
>>
>> brctl addbr br0
>>
>>
2004 Oct 12
2
brctl troubles - more info
Just did a quick scan for that error message in the kernel source. Turns
out it''s triggered in net/bridge/br_fdb.c:289.
if (!is_valid_ether_addr(addr))
return -EADDRNOTAVAIL;
Interestingly enough, it''s claiming that the mac addy isn''t any good!
8-(
I''ll go add a printk line to that to see if I can determine what kind of
data
2009 Mar 20
1
[Bridge] BRCTL is displaying only 32 bridge interfaces even /proc/net/dev is showing more then that
Hi All,
I am using Linux 2.6.15 kernel. I want to create 4094 bridge interface but I am able to see only 32 bridge interfaces with the help of "brctl show". I am able see other interfaces into /proc/net/dev but brctl is not showing more then 32. It is also not allowing any operations (add/del) over those interfaces. Is it correct behaviour or I have do some changes in some settings.?