Re: [PATCH] ppp: add IFLA_PPP_UNIT netlink attribute

From: Jakub Kicinski

Date: Thu Mar 12 2026 - 21:01:13 EST


On Wed, 11 Mar 2026 08:35:26 +0100 Martin Olivier wrote:
> + [IFLA_PPP_UNIT] = { .type = NLA_S32 },

[IFLA_PPP_UNIT] = NLA_POLICY_MIN(NLA_S32, 0)

and then you can remove the manual check in validate?
--
pw-bot: cr