Displaying 20 results from an estimated 4000 matches similar to: "[Bridge] Adding same physical port to multiple bridges"
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
1
[Bridge] SIOCDEVPRIVATE
The bridge module uses this ioctl - but in the comment in
include/linux/sockios.h where it is defined says that the device private
IOCTL are "deprecated" and will disappear in 2.5.X (comment by DaveM).
I still see it being used in the 2.6.X bridge code - what's the story
behind this? Will SIOCDEVPRIVATE disappear or its just an invalid
comment because too many people/modules are
2007 Apr 18
1
[Bridge] Network seperation and ethernet bridge...
Hello all,
I would like to know if it is possible to have 2 bridge instances
running - one for the internal network and the other for the external
network.
What I need to explain is that I need the internal bridge to go though
the Linux Kernel and pass its packets to the external network bridge.
I am also hopeful that the internal network bridge will not need an IP
address as I am hoping to
2006 May 26
1
Not able to make any calls
Hi All,
I have registered "abhijit" for SIP in asterisk Server.
I am able to register my softphone (SJPhone) to the server using the
name "abhijit".
But whenever I try to make any calls I am gettinh the following error
message:-
*CLI>
-- Registered SIP 'abhijit' at 172.20.28.85 port 5060 expires 120
May 26 07:34:52 NOTICE[2761]: pbx.c:1738 pbx_extension_helper:
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
2
[Bridge] [RFC] bridge kernel API change
Here is the proposed revision to the bridge utilities
interface to the kernel. The driving force is that the
existing interface can't easily be converted to 32/64 bit
compat. Right now, the bridge-utils (brctl) tries to handle
32bit command on 64 bit kernel, but the code is limited to sparc
and wrong.
Here is what I am thinking.
get version - not needed?
get bridges -
2004 Aug 06
2
libshout2, ices0-3 and ices2 on Win32. Announce
Hi Abhijit
I can't answer your questions but I would be very interested in a fully
working binary of Ices2 for Win32 once it's ready. Thanks for the
effort.
Best regards,
Ross Levis
====================================
StationPlaylist.com
http://www.stationplaylist.com
Low-cost music scheduling, live assist & automation software.
====================================
Abhijit
2007 Apr 18
1
[Bridge] Some Questions
I am battling an issue with use of bridging with xen.
For some yet undetermined reason supposedly relating to stp, they assign
a mac address of fe:ff:ff:ff:ff:ff to the bridge.
Was hoping someone here may be able to elaborate on that.
If I enslave a bridge to an ethernet, and than restart that network
interface, should the bridge operation behave the same after the ip
interface is restarted?
2007 Apr 18
6
[Bridge] No UDP NFS over bridges in Linux 2.6.16.x?
Hi,
I have 2 servers which are connected to a gateway machine. The gateway and one server are running
Linux 2.6.16.2, while the third machine is running 2.6.16.5. The two ethernet ports on the gateway
which are connected to the servers are combined into a single ethernet bridge device.
Ever since 2.6.16, I have noticed that I can no longer cross-mount the two servers' /home
directories via
2007 Jun 26
1
R data set size limit
Hi -
What is the limit (rows and columns) on the size of a data set that R
will process?
Thanks.
Abhijit
Dr. Abhijit Roy
Citi - Global Consumer Group - Business Analytics and Methods
O: 91 80 4041 6398
Fax: 91 80 2211 0827
[[alternative HTML version deleted]]
2005 Sep 30
4
[ANNOUNCE] iproute2 version (050929)
There is an new minor update to iproute2 utilities available:
http://developer.osdl.org/dev/iproute2/download/iproute2-050929.tar.gz
Also, this (and future) releases are now signed, for key info read:
http://developer.osdl.org/dev/iproute2/signature.html
[Stephen Hemminger]
Fix uninitialized memory and leaks
Add -batch option to ip.
Update to 2.6.14 headers
[Arnaldo]
Integrate
2007 Apr 18
1
[Bridge] STP Loop not blocking
Recently ran into a problem with the 2.6.18 kernel on Xscale arch when a br=
idge, with multiple interfaces on it, is configured with a redundant loop. =
All interfaces are left on forwarding and nexer switch to block when the lo=
op is introduced. This was tested against a 2.6.16 kernel and the problem d=
id not occur, interfaces forwared and blocked correctly. Any help would be =
appreciated.
2007 Apr 18
1
[Bridge] Backport
Hell everyone,
I am wondering if any of you had backported bridge driver to kernel 2.4.x?
Thanks!
Hai
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.linux-foundation.org/pipermail/bridge/attachments/2005110=
7/b0e0c092/attachment.htm
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
2010 Sep 07
3
Something similar to layout in lattice or ggplot
Hi,
Is there a function similar to the layout function in base graphics in
either lattice or ggplot? I'm hoping someone has written a function
wrapper to the appropriate commands in grid that would make this easier :)
Abhijit
[[alternative HTML version deleted]]
2005 Oct 07
1
[ANNOUNCE] iproute2 (051007)
Fix one serious bug (in libnetlink), and a couple of other minor
patches.
http://developer.osdl.org/dev/iproute2/download/iproute2-051007.tar.gz
Stephen Hemminger
Reenable ip mroute
Mike Frysinger
Handle pfifo_fast that has no qopt without segfaulting
Mads Martin Joergensen
Trivial netem ccopts
Jerome Borsboom
Fix regression in ip addr (libnetlink) handling
--
Stephen Hemminger
2004 Oct 05
3
[LLVMdev] help with llvm.
I am interested in implementing a compiler very much like llvm but
with very very modest goals.
I just want to have a intermediate format(machine independent) which
can be used as input/output by different passes.( much like the
bytecode of llvm).
The only thing is I want it to be much simpler compared LLVM, say only
a very few basic optimizations. Other optimizations could be written
and
2009 Oct 29
2
Help with lang4
Hi
I seem to have run into a situation where I have more than 3 arguments to
pass to a function from C.
the following functions help me build an expression for evaluation:
lang
lang2
lang3
lang4
What should one do if there are more arguments than lang4 can handle?
Regards
Abhijit Bera
[[alternative HTML version deleted]]
2006 Dec 23
1
bug in odfWeave
Hi,
I think there is a minor bug in odfWeave. In the function odfStyleGen,
the following line has an extra "=":
if(length(grep("italic", thisStyle$fontType)))
fontText <- c(fontText, tagattr("fo:font-style=", "italic"))
This is creating an error if some text needs to be formatted as italic,
since the corresponding entry in
2007 Aug 23
3
[Bridge] bridge problem when one interface is in blocking mode
Hi,
We have a simple bridge setup but the ping (and other
network traffic) does not work reliably. After tracing
the code, it looks like a software bug. Since bridge
software is been running by thousands of people. I
guess I am wrong. Anyway, here is the problem.
There are 2 boxes and each one has 2 interfaces, 1
ethernet and 1 wifi. STP is enabled for the bridge to
avoid the loop. So the box 1