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

2024-03-06 Thread Thomas Monjalon
27/02/2024 19:07, Stephen Hemminger: > On Tue, 27 Feb 2024 11:23:26 +0200 > Isaac Boukris wrote: > > > Signed-off-by: Isaac Boukris > > Reviewed-by: Stephen Hemminger Please could you help providing a message for the commit log?

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

2024-02-27 Thread Stephen Hemminger
On Tue, 27 Feb 2024 11:23:26 +0200 Isaac Boukris wrote: > Signed-off-by: Isaac Boukris > --- > app/dumpcap/main.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/app/dumpcap/main.c b/app/dumpcap/main.c > index d57db0589a..88cec43086 100644 > --- a/app/dumpcap/main

[PATCH] dumpcap: correctly disable promiscuous mode at exit

2024-02-27 Thread Isaac Boukris
Signed-off-by: Isaac Boukris --- app/dumpcap/main.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/dumpcap/main.c b/app/dumpcap/main.c index d57db0589a..88cec43086 100644 --- a/app/dumpcap/main.c +++ b/app/dumpcap/main.c @@ -830,11 +830,12 @@ static void enable_pdump