]> git.ipfire.org Git - thirdparty/linux.git/commit
tools: ynl: support listening on all nsids
authorIlya Maximets <i.maximets@ovn.org>
Wed, 20 May 2026 17:22:37 +0000 (19:22 +0200)
committerJakub Kicinski <kuba@kernel.org>
Thu, 21 May 2026 15:23:50 +0000 (08:23 -0700)
commit3287e81292f49dca2f253113c458e8f3d4ea091b
tree9e10d6e881364d9b1f2b714207e7d243196efec8
parent4db79a322db8c97f7b73b8a347395ef4d685eb40
tools: ynl: support listening on all nsids

A new method ntf_listen_all_nsid() to enable listening on events from
all namespaces.  Useful for testing cross-namespace functionality.

recv() replaced with recvmsg() to be able to receive NSID through the
ancillary data.

Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Link: https://patch.msgid.link/20260520172317.175168-4-i.maximets@ovn.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/net/ynl/pyynl/lib/ynl.py