Loading net/core/fib_rules.c +2 −0 Original line number Diff line number Diff line Loading @@ -541,9 +541,11 @@ static int fib_nl2rule(struct sk_buff *skb, struct nlmsghdr *nlh, nlrule->l3mdev = nla_get_u8(tb[FRA_L3MDEV]); if (nlrule->l3mdev != 1) #endif { NL_SET_ERR_MSG(extack, "Invalid l3mdev"); goto errout_free; } } nlrule->action = frh->action; nlrule->flags = frh->flags; Loading Loading
net/core/fib_rules.c +2 −0 Original line number Diff line number Diff line Loading @@ -541,9 +541,11 @@ static int fib_nl2rule(struct sk_buff *skb, struct nlmsghdr *nlh, nlrule->l3mdev = nla_get_u8(tb[FRA_L3MDEV]); if (nlrule->l3mdev != 1) #endif { NL_SET_ERR_MSG(extack, "Invalid l3mdev"); goto errout_free; } } nlrule->action = frh->action; nlrule->flags = frh->flags; Loading