Re: [PATCH net-next 1/6] bridge: uapi: Add neigh_forward_grat netlink attributes
Jakub Kicinski <[email protected]> Tue, 5 May 2026 19:00:44 -0700
| Newsgroups | dev.linux.lists.bridge,org.kernel.vger.linux-kernel,org.kernel.vger.linux-kselftest,org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 3 May 2026 10:35:27 +0300 Danielle Ratson wrote: > --- a/Documentation/netlink/specs/rt-link.yaml > +++ b/Documentation/netlink/specs/rt-link.yaml > @@ -1700,6 +1700,9 @@ attribute-sets: > - > name: backup-nhid > type: u32 > + - > + name: neigh-forward-grat > + type: flag I think this should be u8 ? neigh-vlan-suppress looks buggy too flag is a type without a payload, the presence of the attr is the entire information None of the AIs seem to catch this, I think you may have over-split this submission a little bit. This patch may have been better off squashed into patch 4 ? -- pw-bot: cr