lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <871prtf028.fsf@nvidia.com>
Date: Mon, 9 Jun 2025 16:42:53 +0200
From: Petr Machata <petrm@...dia.com>
To: Ido Schimmel <idosch@...dia.com>
CC: Petr Machata <petrm@...dia.com>, David Ahern <dsahern@...il.com>,
	<netdev@...r.kernel.org>, Nikolay Aleksandrov <razor@...ckwall.org>
Subject: Re: [PATCH iproute2-next 3/4] lib: bridge: Add a module for
 bridge-related helpers


Ido Schimmel <idosch@...dia.com> writes:

> On Fri, Jun 06, 2025 at 05:04:52PM +0200, Petr Machata wrote:
>> `ip stats' displays a range of bridge_slave-related statistics, but not
>> the VLAN stats. `bridge vlan' actually has code to show these. Extract the
>> code to libutil so that it can be reused between the bridge and ip stats
>> tools.
>> 
>> Rename them reasonably so as not to litter the global namespace.
>> 
>> Signed-off-by: Petr Machata <petrm@...dia.com>
>> ---
>>  bridge/vlan.c    | 50 +++++-------------------------------------------
>>  include/bridge.h | 11 +++++++++++
>>  lib/Makefile     |  3 ++-
>>  lib/bridge.c     | 47 +++++++++++++++++++++++++++++++++++++++++++++
>>  4 files changed, 65 insertions(+), 46 deletions(-)
>>  create mode 100644 include/bridge.h
>>  create mode 100644 lib/bridge.c
>
> Add file entry to MAINTAINERS?

OK

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ