similar to: [Bridge] help adding RSTP (802.1w) support

Displaying 20 results from an estimated 2000 matches similar to: "[Bridge] help adding RSTP (802.1w) support"

2007 Apr 18
2
[Bridge] how to configure RSTP (802.1w) on SUSE 10 (kernel 2.6.13-15)
Hi there, I am a student and working on a project where i need to configure RSTP (802.1w) on SUSE 10 kernel 2.6 so that i can able to analyse efficient link fail-over time, i have found STP configuration at ( http://linux-net.osdl.org/index.php/Bridge ) but coulnt find partticular RSTP configuration. i would appriciate if you could help me in this regard. cheers, was
2007 Apr 18
2
[Bridge] RSTP implementation
Hi, I'm a student in a trainning period and I have to implement a RSTP in a embedded Linux. I wonder if someone knows if it exists a version of bridge-utils who can made this or if it's possible to modify my actual version (bridge-utils-1.0.6) to do that and how ? Thanks in advance. PS : sorry for my english it's not my natural language ^^.
2009 Jan 23
2
[Bridge] RSTP user mode implementation
Hi, I am working on implementations of RSTP and MSTP. It would be of great help of me if you could provide me with a robust open source implementation of RSTP and MSTP which I can have a look upon and some guidelines on how to implement/configure on Linux. Looking for a positive response soon. Regards, Abhishek. DISCLAIMER:
2007 Apr 18
1
[Bridge] is there RSTP for 2.6 kernel available?
Hi all, Can someone tell me where to find source code for RSTP for linux 2.6 kernel? Thank you in advance. -Marc.
2007 Apr 18
3
[Bridge] 802.1D/Linux STP issue
On Wed, 13 Sep 2006 15:58:49 -0700 Brian Braunstein <brian@bristyle.com> wrote: > hi stephen and tony, > > i have been in contact with both of you and i figured it would make > sense to get you to in contact on this issue, so here's the story: > > stephen is the maintainer of the linux spanning tree bridging code, an > implementation of 802.1D-1998 that has very
2007 Apr 18
2
[Bridge] bridge+filter+failover+rules&state sync+traffic shaping
hi list! i'm trying to find a convenient way to build a redundant filtering bridge under linux i looked at carp project, but carp doesn't support bridge now i thing the most appropriate way is using stp or rstp it seems that 2.6 kernel supports stp but what about rstp? I read some docs about stp, but they are rather outdated (2001 and kernel 2.2) there are several problems indeed: *
2014 Oct 28
1
[Bridge] Antwort: RSTP daemon and Marvel switch
Hello Satya, > RSTP daemon runs in application and stops the kernel stp and informs > to pass the packets to application layer. > RSTP daemon waits in raw socket with stp filter. > You just need to change the a bit code for port wise that all. ok thanks, do I need the DSA (Distributed Switch Architecture) driver support to distinguish from which port a frame arrived?
2007 Apr 18
0
[Bridge] SoC - RSTP
What's the status of the RSTP - Summer of Code project? Is there code available for trying out and/or testing? I checked the website http://code.google.com/soc/osdl/appinfo.html?csaid=C0F61CA7F642B875 and couldn't find any recent information. Regards, Alan -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Apr 18
1
[Bridge] Google SoC proposal
Hello, I am a student considering participating in Google Summer of Code program. I came across Stephen Hemminger's idea of implementing a RSTP posted on http://developer.osdl.org/dev/soc/ and found it interesting. In attachment there's my proposal, which I just submitted to google. Please share your comments. -- tadeusz andrzej kad?ubowski -------------- next part --------------
2008 May 28
3
7-STABLE: bridge and em
Hello list! When em0 has an inet address while bridge0 doesn't, it seems to be OK: ----- bs1% uname -a FreeBSD bs1.sp34.ru 7.0-STABLE FreeBSD 7.0-STABLE #0: Sun May 25 20:15:26 MSD 2008 root@bs1.sp34.ru:/usr/obj/usr/src/sys/BSM i386 bs1% ifconfig em0; ifconfig tap0; ifconfig bridge0 em0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
2009 Jan 02
1
[Bridge] RSTPD user mode daemon segfaults with kernel 2.6.24
Hi, I have downloaded rstp from sourceforge and I get a segfaults when running the daemon. This is the line where the problem arises: TST(ifc->master->stp_up,); just at the beginning of function: void bridge_bpdu_rcv(int if_index, const unsigned char *data, int len) in file bridge_track.c -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Apr 18
1
[Bridge] Spanning Tree Protocol
As I start on STP enhancements, it is worth asking, how many users of bridge actually use STP, and if so how big a network is involved.
2004 Nov 15
5
Packet loss with htb+sfq+l7filter
Hi all! I''m trying to shape traffic in a dorm''s network (4 mbit symmetrical internet link, about 200 computers, heavy p2p usage). The router is a p4xeon running linux 2.6.9 with the qnet patches (http://kem.p.lodz.pl/~peter/qnet/). When I activate ip_forward I get >20% packet loss and a lot of duplicates. Any ideas? I attach my shaping script. Thank you very much in advance,
2010 May 05
12
puppet for switches
This might be a crazy idea, but it just popped into my head, and I wanted to know if it''s possible. Perhaps not possible right now, but possible in a theoretical sense. Is it possible that puppet could be modified to be used to manage switches that have a command line based interface? When I manage our Allied Telesis switches (which have a CLI similar to cisco IOS) I wonder if I could
2004 Sep 10
1
flac worse than shorten ON SOME FILES
had to fix the subject... was getting under my skin! yeah, could you put up the FLAC version of the worst track that is less than 20 megs compressed? (I'll have to grab it with a 56k modem). by worst I mean the one where shorten beats flac by the most. also: 1. what version of shorten are you using? 2. what command-line options for flac and shorten did you use on this track? thanks, Josh
2013 May 02
2
[LLVMdev] int to StringRed conversion
I think the better solution should be: LLVMContext& C = is->getContext(); Value *values[] = { ConstantInt::getSigned(Type::getInt64Ty(C), *scsr*), MDString::get(C, *"path"*) }; lnstr.setMetadata(*"your_analysis_name"*, MDNode::get(C, values)); So that you can take advantage of the type system of LLVM bitcode, and don't have to cast the integers from/to strings
2012 Sep 27
1
[Bridge] Questions about MSTP support.
Hi all. I need to use STP (ideally MST) on centos 6.3. I've read that it's supported in linux kernel as part of IEEE 802.1Q standard, but can't find any information on configuring miltiple spanning trees. So - help? suggestions? rtfm (as long as you point me to actual manual)? anything? Thank you, - V
2013 Aug 21
2
[LLVMdev] Broken PLT on ARM from R183966
Hi Anton and JF, Thanks for your review. After reading the source code more carefully, I have come up with a different way fix this issue. We can simply resolve this issue by adding ARMII::MO_PLT flags with MachineInstrBuilder in FastISel pass (without failing back to DAG lowering). The new patch is attached, and the test case is not changed. Sorry for your inconvenience. Please have a
2013 May 02
4
[LLVMdev] int to StringRed conversion
Hello everyone, I have an integer and I want to convert it to StringRef in order to set metadata. setMetadata->(StringRef, MDNode*); It is there a native LLVM way to do it? 1. In the llvm::APSInt Class is toString() method, which seems it is not for this purpose 2. itoa and string are not part of LLVM 3. stringstream is not part of LLVM 4. to_string is not part of LLVM 5. any casting method?
2013 May 02
0
[LLVMdev] int to StringRed conversion
Yes, it sounds good. I can try tomorrow. Thank you for your advice ! On Thu, May 2, 2013 at 5:43 PM, Logan Chien <tzuhsiang.chien at gmail.com>wrote: > I think the better solution should be: > > > LLVMContext& C = is->getContext(); > Value *values[] = { > ConstantInt::getSigned(Type::getInt64Ty(C), *scsr*), > MDString::get(C, *"path"*) > };