]> www.infradead.org Git - users/jedix/linux-maple.git/commit
net/sched: act_pedit: use extack in 'ex' parsing errors
authorPedro Tammela <pctammela@mojatatu.com>
Fri, 21 Apr 2023 21:25:14 +0000 (18:25 -0300)
committerDavid S. Miller <davem@davemloft.net>
Sun, 23 Apr 2023 17:35:27 +0000 (18:35 +0100)
commit0c83c5210e18763ec54252b990d270748c99b01d
tree12dfa8827890f9c3625e26ead76715d87722f13d
parent5036034572b79daa6d6600338e8e8229e2a44b09
net/sched: act_pedit: use extack in 'ex' parsing errors

We have extack available when parsing 'ex' keys, so pass it to
tcf_pedit_keys_ex_parse and add more detailed error messages.

Reviewed-by: Simon Horman <simon.horman@corigine.com>
Signed-off-by: Pedro Tammela <pctammela@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/act_pedit.c