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: 
 <175372261974.782645.4776959441968068820.git-patchwork-notify@kernel.org>
Date: Mon, 28 Jul 2025 17:10:19 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Ido Schimmel <idosch@...dia.com>
Cc: netdev@...r.kernel.org, dsahern@...il.com, stephen@...workplumber.org,
 razor@...ckwall.org, petrm@...dia.com
Subject: Re: [PATCH iproute2-next] bridge: fdb: Add support for FDB activity
 notification control

Hello:

This patch was applied to iproute2/iproute2-next.git (main)
by David Ahern <dsahern@...nel.org>:

On Thu, 17 Jul 2025 16:05:09 +0300 you wrote:
> Add support for FDB activity notification control [1].
> 
> Users can use this to enable activity notifications on a new FDB entry
> that was learned on an ES (Ethernet Segment) peer and mark it as locally
> inactive:
> 
>  # bridge fdb add 00:11:22:33:44:55 dev bond1 master static activity_notify inactive
>  $ bridge -d fdb get 00:11:22:33:44:55 br br1
>  00:11:22:33:44:55 dev bond1 activity_notify inactive master br1 static
>  $ bridge -d -j -p fdb get 00:11:22:33:44:55 br br1
>  [ {
>          "mac": "00:11:22:33:44:55",
>          "ifname": "bond1",
>          "activity_notify": true,
>          "inactive": true,
>          "flags": [ ],
>          "master": "br1",
>          "state": "static"
>      } ]
> 
> [...]

Here is the summary with links:
  - [iproute2-next] bridge: fdb: Add support for FDB activity notification control
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=e041178ba6bc

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ