diff options
| author | Jakub Kicinski <kuba@kernel.org> | 2025-04-17 19:17:04 -0700 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2025-04-23 16:07:16 -0700 |
| commit | eee94a89c55afdb909b384e306d384f0dfe60c45 (patch) | |
| tree | d14450c46da65740fb69172e5da6f54ae2cb1ef3 | |
| parent | cd879795c3eed39225608bd8cdefdec3b606389f (diff) | |
| download | ath-eee94a89c55afdb909b384e306d384f0dfe60c45.tar.gz | |
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>
| -rw-r--r-- | Documentation/netlink/specs/rt-neigh.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/netlink/specs/rt-neigh.yaml b/Documentation/netlink/specs/rt-neigh.yaml index 9b87efaafd15e..fe34ade6b300b 100644 --- a/Documentation/netlink/specs/rt-neigh.yaml +++ b/Documentation/netlink/specs/rt-neigh.yaml @@ -402,6 +402,7 @@ operations: - ifindex - master reply: + value: 28 attributes: *neighbour-all - name: newneigh-ntf |
