Re: [PATCH v2] dumpcap: correctly disable promiscuous mode at exit

2024-03-17 Thread Thomas Monjalon
08/03/2024 08:09, Isaac Boukris: > On Fri, Mar 8, 2024 at 12:39 AM Stephen Hemminger > wrote: > > > > From: Isaac Boukris > > > > If request to set promiscious mode failed at startup, > > then it is not necessary to disable it when shutting down. > > > > This should only be issue if with a buggy

Re: [PATCH v2] dumpcap: correctly disable promiscuous mode at exit

2024-03-07 Thread Isaac Boukris
On Fri, Mar 8, 2024 at 12:39 AM Stephen Hemminger wrote: > > From: Isaac Boukris > > If request to set promiscious mode failed at startup, > then it is not necessary to disable it when shutting down. > > This should only be issue if with a buggy driver because if > driver does not support setting

[PATCH v2] dumpcap: correctly disable promiscuous mode at exit

2024-03-07 Thread Stephen Hemminger
From: Isaac Boukris If request to set promiscious mode failed at startup, then it is not necessary to disable it when shutting down. This should only be issue if with a buggy driver because if driver does not support setting promiscious it would just ignore request to disable it as well. Fixes: