]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
tools: ynl: handle pad type during decode
authorJakub Kicinski <kuba@kernel.org>
Tue, 10 Mar 2026 00:53:33 +0000 (17:53 -0700)
committerJakub Kicinski <kuba@kernel.org>
Wed, 11 Mar 2026 02:30:03 +0000 (19:30 -0700)
commit7b1309c33927d126d1cc47ddaf33bf2ae86f000c
treeb56e8217e9dbd13ebcc704dae14c29a7894e1802
parent73a864352570fd30d942652f05bfe9340d7a2055
tools: ynl: handle pad type during decode

Apparently Python code only handled the 'pad' type in structs
until now. Add it to attr decoding. nlctrl policy dumps need it.

Link: https://patch.msgid.link/20260310005337.3594225-2-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/net/ynl/pyynl/lib/ynl.py