similar to: [Bridge] Multicast

Displaying 20 results from an estimated 9000 matches similar to: "[Bridge] Multicast"

2007 Apr 18
1
[Bridge] D-Link cards unable to receive multicast traffic
Hi, I got problem while receiving multicast traffic on to my D-Link DFE-520TX PCI Fast Ethernet Adapter. Created bridge interface and attached the eth0 interface (D-link) to the bridge. H1------------------------eth0[LX-Bridge] Started Multicast traffic from H1 to Bridges eth0 port and the "tcpdump" doesn't who any packets If the eth0 interface is detached
2013 Sep 04
6
[Bridge] bride: IPv6 multicast snooping enhancements
Hi, Here are two, small feature changes I would like to submit to increase the usefulness of the multicast snooping of the bridge code. The first patch is an unaltered one I had submitted before, but since it got no feedback I'm resubmitting it here for net-next. With the recently added patch to disable snooping if there is no querier (b00589af + 248ba8ec05 + 8d50af4fb), it should be a safe
2007 Apr 18
1
[Bridge] [PATCH] fix 802.3ad multicast
Hi Stephen, there was a bug in bridging bonds. multicast packets needed for 802.3ad netif_carrier_ok() were dropped. attached patch works for me. Cheers, Vlad. -------------- next part -------------- A non-text attachment was scrubbed... Name: fix_br_multicast.patch Type: text/x-patch Size: 1344 bytes Desc: not available Url :
2023 Mar 20
1
[Bridge] Multicast: handling of STA disconnect
Hi Nikolay, I have some query on multicast. When streams running on an STA and STA disconnected due to some reason. So, until the MDB is timed out the stream will be forwarded to the port and in turn to the driver and dropps there as no such STA. So, is the multicast_eht handling this scenario to take any action immediately? If not, can we do this to take quick action to reduce overhead of
2023 Mar 20
1
[Bridge] Multicast: handling of STA disconnect
On 20/03/2023 13:45, Ujjal Roy wrote: > Hi Nikolay, > > I have some query on multicast. When streams running on an STA and STA > disconnected due to some reason. So, until the MDB is timed out the > stream will be forwarded to the port and in turn to the driver and > dropps there as no such STA. > > So, is the multicast_eht handling this scenario to take any action >
2006 Oct 18
2
Digium on Dell PowerEdge 1850
Does anybody have Digium TE212P interface card on Dell PowerEdge 1850? I'm planning to install * on that configuration so I'm looking for any positive/negative experience. Best regards, -- Tomislav Par?ina Lama Computers Split Stinice 12, 21000 Split Tel.: +385(21)270248 Mob.: +385(91)1212148 SIP: tomo@sip.lama.hr e-mail: tparcina#lama.hr http://www.lama.hr
2006 Jun 07
1
Hot to get Applications to run
Firstly, I aint no computer whizzkid, I'm a designer. Sick to the back teeth of Windows so I'm wishing to convert to Linux. I've installed WINE on Mandriva, I can't install the applications I wish to. When I try to installed Adobe Photoshop 8.0 it says Error -6600 Could somebody please explain a step by step how I can just install the following applications.... Adobe Photoshop
2012 Jun 15
3
Puntos suspensivos
Hola, ¿qué tal?: Antes de empezar a programar como novata de R consulté unos cuantos manuales, pero ahora, todavía novata, releo esos manuales y tomo todavía más consciencia de mi propia ignorancia... En una palabra, que mi código necesita un cambio de look. En particular, me gustaría consultaros acerca del uso de los puntos suspensivos en el paso de parámetros. ¿Podríais ilustrarme con un
2006 May 03
3
Huawei EP201S
Has anybody used Huawei EP201S IP phone? I need 9 SIP phones that cost around 100USD, and those phones are one of options. Can anybody suggest anything else that costs around 100USD? -- Tomislav Par?ina Lama Computers Split Stinice 12, 21000 Split Tel.: +385(21)495148 SIP: tomo@pbx.lama.hr e-mail: tparcina#lama.hr http://www.lama.hr
2006 Nov 15
2
T38 problem
I have problem with fax machine Panasonic DX600. It's connected to Grandstream Handy Tone 386 which is connected to Asterisk. Asterisk is connected to my SIP provider. To some numbers I can't send FAX, and I get following error on CLI. WARNING[2237] chan_sip.c: Unknown SDP media type in offer: image 31358 udptl t38 I believe that Panasonic DX600 machine supports T38. And when I have
2023 Mar 20
2
[Bridge] Multicast: handling of STA disconnect
Hi Nik, Flushing MDB can only be done when we are managing it per station not per port. For that we need to have MCAST_TO_UCAST, EHT and FAST_LEAVE. Here one more point is - some vendors may offload MCAST_TO_UCAST conversion in their own FW to reduce CPU. So, the best way is to have MCAST_TO_UCAST enabled and MDB will become per station, so we can delete MDB on disconnect. Shall, I create one
2016 Sep 01
4
Microsoft R Open 3.3.1 problema
Estimados Microsoft R Open 3.3.1 me está dando problemas, por ejemplo rbind. Los resultados son extraños, por ejemplo muchas columnas cuándo debería ser una sola sonde tomo solamente la primer columna de varios data.frames, como un arreglo de n x n donde los n son números ?grandes?, cuándo debería ser solo 1 x n . ¿Alguno tiene problemas? Está imposible para trabajar. Javier Rubén Marcuzzi
2023 Apr 05
0
[Bridge] VLAN-aware multicast querier after if link up
Hi Nikolay, I'd like your input on an issue I'm running into at the moment. I setup a bridge to do multicast querying for some vid. This then does not work for ports that come up later. It works only for those ports that were already up when I set the global vlan options. Debugging through the kernel I can see that the timers are simply never started. Unless I disable and re-enable
2006 Apr 21
2
Modem connection
I have asterisk connected to E1 interface with Digium TE110P. I have Cisco ATA 186 and fax pass thru well. I have tried to establish modem connection (from computer connected to ATA => SIP => * => E1 => Telco => pstn => another modem) and I do connect (at 14,400) but connection end after a minute. How to establish successfully modem connection? Has anybody tried innovaphone IP21
2006 Apr 27
2
Transfer - context/priority
Hi list! When I'm doing transfer, to what context/priority does that call goes? Can it be changed? Is it the same for blind_tr/att_tr/and for transfer that appears when phone replies with - 302 "Moved Temporarily"? The thing is that I'm trying to transfer incoming call from E1 interface back to E1 interface. Transfers will occur when user is going out and sets up all call
2012 Dec 07
3
[Bridge] [PATCH net-next v5] bridge: export multicast database via netlink
From: Cong Wang <amwang at redhat.com> V5: fix two bugs pointed out by Thomas remove seq check for now, mark it as TODO V4: remove some useless #include some coding style fix V3: drop debugging printk's update selinux perm table as well V2: drop patch 1/2, export ifindex directly Redesign netlink attributes Improve netlink seq check Handle IPv6 addr as well
2007 Apr 18
2
[Bridge] ARP weirdness
All I have the following setup: 4 VLAN interfaces enslaved in a bridge interface. All VLAN interfaces don't have IP address. The bridge interface has 192.168.1.1/24. Now, when I try to ping from one of the VLAN interfaces, through a host connected to a VLAN switch, while dumping the traffic, the following happens: - Host sends ARP who-has broadcast to the VLAN interface (tagged correctly,
2011 Oct 10
2
tapply
Hola Estoy cometiendo un error con tapply (lógicamente acepto cualquier otra forma para mi problema). Prepare el siguiente código para copiar y pegar, donde describo los datos y mi problema, creo que es la forma más fácil de explicarme. # primero cargo los datos para explicar el problema individuo <- c(''a'', ''b'', ''c'',
2006 Nov 16
2
T.38 - make conclusion
This is one long letter about T.38 and Asterisk. I hope it will help me, and lots of other Asterisk users to understand some T.38 problems with Asterisk. This is my situation: I have Panasonic DX600 FAX machine. It's connected to Asterisk 1.2.13 thru ATA adapter (I have used both, Cisco 186 and Grandstream HandyTone 386). Asterisk is connected with my SIP provider. That link that my provider
2023 May 19
2
[Bridge] [PATCH net-next 1/5] skbuff: bridge: Add layer 2 miss indication
On Thu, May 18, 2023 at 07:08:47PM +0300, Nikolay Aleksandrov wrote: > On 18/05/2023 14:33, Ido Schimmel wrote: > > diff --git a/net/bridge/br_input.c b/net/bridge/br_input.c > > index fc17b9fd93e6..d8ab5890cbe6 100644 > > --- a/net/bridge/br_input.c > > +++ b/net/bridge/br_input.c > > @@ -334,6 +334,7 @@ static rx_handler_result_t br_handle_frame(struct sk_buff