[PKT_SCHED]: Return ENOENT if action module is unavailable
Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Родитель
26dab8930b
Коммит
d152b4e1e9
|
@ -305,6 +305,7 @@ struct tc_action *tcf_action_init_1(struct rtattr *rta, struct rtattr *est,
|
|||
goto err_mod;
|
||||
}
|
||||
#endif
|
||||
*err = -ENOENT;
|
||||
goto err_out;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче