similar to: [Bridge] Multicast: handling of STA disconnect

Displaying 20 results from an estimated 400 matches similar to: "[Bridge] Multicast: handling of STA disconnect"

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
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 >
2018 Jan 10
1
soft lockup after set multicast_router of bridge and it's port to 2
OS: CentOS 6.5. After I set multicast_router of bridge and it's port to 2, like following: echo 2 > /sys/devices/virtual/net/eth81/bridge/multicast_router echo 2 > /sys/devices/virtual/net/bond2/brport/multicast_router Then soft lockup occured: Message from syslogd at node-0 at Jan 9 15:47:12 ... kernel:BUG: soft lockup - CPU#0 stuck for 61s! [swapper:0] And the call
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
2004 Jan 18
1
Public switches (AXE10) not capable of handling sustained call setup bursts on E100P
Hi, I'm running a simple test from asterisk towards a public telco switch (AXE10) over E100P. Here is the test case: 1) 30 calls are setup simultainously, 20 sec ringing time. 2) no calls answers (just calling a vacant public tax office :=) 3) Each channel will continue on its own with the same proceedure: ring for 20 sec, then hangup, ring for 20 sec, and so on. Of course this leads to
2006 Mar 21
5
HFSC and default qdisc backlog
I don''t understand the following: root@jmnrouter:~# tc -s class ls dev vlan1 && tc -s qdisc ls dev vlan1 class hfsc 1: root Sent 0 bytes 0 pkts (dropped 0, overlimits 0) period 0 level 2 class hfsc 1:1 parent 1: sc m1 0bit d 0us m2 220000bit ul m1 0bit d 0us m2 220000bit Sent 0 bytes 0 pkts (dropped 0, overlimits 0) period 31304 work 7533852 bytes level 1 class hfsc 1:10
2012 Mar 16
0
How to know if packet is dropped by kernel for udp checksum mismatch
Hi all, I have a netfilter_queue app which de-obfuscates a already obfuscated udp packets. de-obfuscation process ends successfully but somehow packet is not reaching to the udp daemon. i'm suspecting this is happening because of a udp checksum mismatch. so i'm wondering how can i get logs of packets which are dropped because of udp checksum mismatch? i've heard linux by default
2004 Apr 01
1
wireless sta MAC NAT
Hi all, not sure this should be post here.... but i hope some one could help me. :> I''m newbie in the ebtables MAC address NAT and filtering stuff... i want to bridge a wireless client to a wired network, problem is AP would not accept frame not initiate from associated STA... so i guess i could solve it by natting mac with ebtables stuff.. question goes below.... 1.
2010 Mar 24
0
Export R dataframe to STA with Variable Labels
I've successfully imported a Stata file (dta) into R with the read.dta (function) (i.e., data, variable labels, and value labels import correctly). After working in R, I use write.dta to export the data frame back to a *.dta file. The data and value labels convert fine, but the variable labels do not - the variable labels are written as the variable name(e.g., the variable label for f1sn1 is
2014 Dec 14
0
Broadcom wireless card: installation script for Linux-STA driver
Did you try the drivers provided by elrepo? http://elrepo.org/tiki/wl-kmod On December 14, 2014 5:32:34 AM EST, Niki Kovacs <info at microlinux.fr> wrote: >Hi, > >I just installed CentOS 6.6 on my HP Pavilion DM1 laptop. The wireless >card is only poorly supported in the default setup, so I decided to >write an installation script for the Linux-STA driver, which works
2014 Dec 14
2
Broadcom wireless card: installation script for Linux-STA driver
Le 14/12/2014 15:02, Jonathan Billings a ?crit : > Did you try the drivers provided by elrepo? > > http://elrepo.org/tiki/wl-kmod No. I read the CentOS wiki page here, which states that ELRepo doesn't provide these drivers due to licence restrictions, and that the user has to build them manually. http://wiki.centos.org/HowTos/Laptops/Wireless/Broadcom?action=show :o) Niki --
2014 Dec 14
3
Broadcom wireless card: installation script for Linux-STA driver
Hi, I just installed CentOS 6.6 on my HP Pavilion DM1 laptop. The wireless card is only poorly supported in the default setup, so I decided to write an installation script for the Linux-STA driver, which works perfectly. https://github.com/kikinovak/centos/blob/master/6.x/broadcom-sta/broadcom-sta.sh Grab the files: # git clone https://github.com/kikinovak/centos Run the script: # cd
2013 Nov 28
1
puppet-users-br err: Could not retrieve catalog from remote server: SSL_connect returned=1 errno=0 state=unknown sta
Just installed the puppet master server in and the client just installed the puppet I managed to sign the certificates root@Puppetmaster:/etc/puppet# puppet cert --list --all + "puppetclient" (96:9A:C3:8D:B6:72:A4:5F:01:AA:40:A9:95:3E:FB:D2) + "puppetmaster" (12:92:DF:EB:72:E5:DF:99:D8:22:CA:5F:22:3A:1D:61) at the time I create the file site.pp in / etc / puppet / manifests
2005 Jan 06
1
Using the Rprofile file to automatically plot data on Sta rtup of R version 2.0.1.
Dear John, I belive your problem has to do with the sequence of startup. I think that .Rprofile is called before the required libraries are attached. You might like to try putting your code into a .First() function and run it that way. Cheers, Andreas Dr Andreas Kiermeier Statistician SARDI FOOD SAFETY PROGRAM 33 Flemington Street Glenside SA 5065 Phone: +61 8 8207 7884 Fax: +61 8
2013 Apr 27
1
Dynamic dns updat­es fail for (most) xp, vi­sta and win7 clients
Hi Lucas ? Thanks, but the time is in sync on all clients and is updated on login by a login script. There's is no discrepancy in this regard between those clients that work and those that don't. :) ? On Wed 24-04-2013 10:47:?icro MEGAS <micromegas at mail333.com> wrote Check your time sync between clients and server. If the time is not in sync, it can result to Kerberos errors
2008 Jan 11
5
domUloader Vs pygrub
Hi I have been using pygrub for most of the needs. Was trying out some stuff on SLES 10 SP1. It seems that it does not have pygrub!! On the other hand,they have domUloader.py which requires bootargs="--entry=hda:/boot/vmlinuz...., path to ramdisk. It is quite strange to be asking for the path of the kernel and the ramdisk to be supplied in the conf file!!. Am I missing something
2008 Jan 11
5
domUloader Vs pygrub
Hi I have been using pygrub for most of the needs. Was trying out some stuff on SLES 10 SP1. It seems that it does not have pygrub!! On the other hand,they have domUloader.py which requires bootargs="--entry=hda:/boot/vmlinuz...., path to ramdisk. It is quite strange to be asking for the path of the kernel and the ramdisk to be supplied in the conf file!!. Am I missing something
2008 May 02
2
making an element draggable after it's been dropped in a drop zone
Hi, I have this code which allows me to drop a draggable item in to a droppable zone. It works fine but what i want to happen is once the item ( droppable) has been dropped in to the drop zone (dropp) for the item to be draggable again. At the moment once ive dropped the item in the drop zone i can''t make it draggable again.....even if i repeat this line: new
2000 Mar 18
6
Login Scripts
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Everybody, I would like to run a login script that maps out the different shares on a RH 6.1 server running SAMBA 2.06. I have several Win98 and NT workstation clients that log into an NT domain and use my server for file and print services. The Samba server is not part of the domain. The clients currently have access to a share common to us
2007 Jul 02
0
Multicast routing problem
Hi, I''m trying to route multicast between 2 LANs using a GRE tunnel. The setup is: B to C is a GRE tunnel running over PPPoE. B is the multicast router. A is on the same LAN as B. The same ethernet adapter is used for both the LAN and PPPoE connections. I''ve setup smcroute since I only need static routing. Multicasts sent from C (the remote machine) to B over the