mirror of https://github.com/torvalds/linux.git
netlink: specs: rt-neigh: make sure getneigh is consistent
The consistency check complains replies to do and dump don't match because dump has no value. It doesn't have to by the schema... but fixing this in code gen would be more code than adjusting the spec. This is rare. Reviewed-by: Donald Hunter <donald.hunter@gmail.com> Link: https://patch.msgid.link/20250418021706.1967583-11-kuba@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
cd879795c3
commit
eee94a89c5
|
|
@ -402,6 +402,7 @@ operations:
|
|||
- ifindex
|
||||
- master
|
||||
reply:
|
||||
value: 28
|
||||
attributes: *neighbour-all
|
||||
-
|
||||
name: newneigh-ntf
|
||||
|
|
|
|||
Loading…
Reference in New Issue