Commit 90a7138
net/neighbor: add missing policy for NDTPA_QUEUE_LENBYTES
Previous commit 8b5c171 ("neigh: new unresolved queue limits")
introduces new netlink attribute NDTPA_QUEUE_LENBYTES to represent
approximative value for deprecated QUEUE_LEN. However, it forgot to add
the associated nla_policy in nl_ntbl_parm_policy array. Fix it with one
simple NLA_U32 type policy.
Fixes: 8b5c171 ("neigh: new unresolved queue limits")
Signed-off-by: Lin Ma <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Paolo Abeni <[email protected]>1 parent 23b7633 commit 90a7138
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2250 | 2250 | | |
2251 | 2251 | | |
2252 | 2252 | | |
| 2253 | + | |
2253 | 2254 | | |
2254 | 2255 | | |
2255 | 2256 | | |
| |||
0 commit comments