We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8d5bb4 commit cb3c0e6Copy full SHA for cb3c0e6
net/sched/cls_rsvp.h
@@ -463,10 +463,8 @@ static u32 gen_tunnel(struct rsvp_head *data)
463
464
static const struct nla_policy rsvp_policy[TCA_RSVP_MAX + 1] = {
465
[TCA_RSVP_CLASSID] = { .type = NLA_U32 },
466
- [TCA_RSVP_DST] = { .type = NLA_BINARY,
467
- .len = RSVP_DST_LEN * sizeof(u32) },
468
- [TCA_RSVP_SRC] = { .type = NLA_BINARY,
469
+ [TCA_RSVP_DST] = { .len = RSVP_DST_LEN * sizeof(u32) },
+ [TCA_RSVP_SRC] = { .len = RSVP_DST_LEN * sizeof(u32) },
470
[TCA_RSVP_PINFO] = { .len = sizeof(struct tc_rsvp_pinfo) },
471
};
472
0 commit comments