From: David S. Miller Date: Sun, 26 Feb 2023 18:27:46 +0000 (+0000) Subject: Merge branch 'net-sched-action-bind' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3fa10563361eb4e998f8916d274a2afdbce3fc19;p=linux.git Merge branch 'net-sched-action-bind' Pedro Tammela says: ==================== net/sched: fix action bind logic Some actions are not handling the case where an action can be created and bound to a filter independently. These actions are checking for parameters only passed in the netlink message for create/change/replace, which then errors out for valid uses like: tc filter ... action pedit index 1 In the iproute2 side, we saw a couple of actions with their parsers broken when passing "index 1" as the only action argument, while the kernel side accepted it correctly. We fixed those as well. ==================== Signed-off-by: David S. Miller --- 3fa10563361eb4e998f8916d274a2afdbce3fc19