Skip to content

Commit

Permalink
Merge pull request #126 from ldir-EDB0/master
Browse files Browse the repository at this point in the history
sch_cake: Add missing NLA policy entry TCA_CAKE_SPLIT_GSO
  • Loading branch information
tohojo committed Jan 11, 2020
2 parents aeff7a3 + f1e3433 commit 787329d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sch_cake.c
Expand Up @@ -2309,6 +2309,7 @@ static const struct nla_policy cake_policy[TCA_CAKE_MAX + 1] = {
[TCA_CAKE_MPU] = { .type = NLA_U32 },
[TCA_CAKE_INGRESS] = { .type = NLA_U32 },
[TCA_CAKE_ACK_FILTER] = { .type = NLA_U32 },
[TCA_CAKE_SPLIT_GSO] = { .type = NLA_U32 },
[TCA_CAKE_FWMARK] = { .type = NLA_U32 },
};

Expand Down

0 comments on commit 787329d

Please sign in to comment.