Re: [PATCH ovpn net v5 2/6] ovpn: use nla_put_u32 for the key ID attribute in ovpn_nl_key_swap_notify
Sabrina Dubroca <[email protected]>
| Newsgroups | gmane.network.openvpn.devel |
|---|---|
| Message-ID | <akzVY1HGSEELwvis@krikkit> |
2026-07-06, 13:34:00 +0200, Ralf Lici wrote: > Currently, in ovpn_nl_key_swap_notify, the OVPN_A_KEYCONF_KEY_ID > attribute is packed as a 16-bit value despite being defined as a 32-bit > u32 attribute in the YAML policy. > > Fix this inconsistency by using nla_put_u32. Reviewed-by: Sabrina Dubroca <[email protected]> -- Sabrina