X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=net%2Fsched%2Fact_pedit.c;h=aee2e13f1db624ea02f62442d906694d910a927d;hb=18d78c5552d8f6aaee5ea41639e3abad556a3993;hp=180669aa9d09746bf01c9f200979ce6b4e6b7348;hpb=5cf38fbc82bac41e44368514e00a27c4c2818bd7;p=platform%2Fkernel%2Flinux-starfive.git diff --git a/net/sched/act_pedit.c b/net/sched/act_pedit.c index 180669a..aee2e13 100644 --- a/net/sched/act_pedit.c +++ b/net/sched/act_pedit.c @@ -28,6 +28,7 @@ static struct tc_action_ops act_pedit_ops; static const struct nla_policy pedit_policy[TCA_PEDIT_MAX + 1] = { [TCA_PEDIT_PARMS] = { .len = sizeof(struct tc_pedit) }, + [TCA_PEDIT_PARMS_EX] = { .len = sizeof(struct tc_pedit) }, [TCA_PEDIT_KEYS_EX] = { .type = NLA_NESTED }, };