Loading net/mpls/af_mpls.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -348,7 +348,7 @@ static int mpls_route_add(struct mpls_route_config *cfg) goto errout; goto errout; /* Append makes no sense with mpls */ /* Append makes no sense with mpls */ err = -EINVAL; err = -EOPNOTSUPP; if (cfg->rc_nlflags & NLM_F_APPEND) if (cfg->rc_nlflags & NLM_F_APPEND) goto errout; goto errout; Loading Loading
net/mpls/af_mpls.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -348,7 +348,7 @@ static int mpls_route_add(struct mpls_route_config *cfg) goto errout; goto errout; /* Append makes no sense with mpls */ /* Append makes no sense with mpls */ err = -EINVAL; err = -EOPNOTSUPP; if (cfg->rc_nlflags & NLM_F_APPEND) if (cfg->rc_nlflags & NLM_F_APPEND) goto errout; goto errout; Loading