Re: [patch net-next] net: sched: unmark chain as explicitly created on delete

2018-07-26 Thread David Miller
From: Jiri Pirko Date: Thu, 26 Jul 2018 18:27:58 +0200 > From: Jiri Pirko > > Once user manually deletes the chain using "chain del", the chain cannot > be marked as explicitly created anymore. > > Signed-off-by: Jiri Pirko > Fixes: 32a4f5ecd738 ("net: sched: introduce chain object to uapi")

[patch net-next] net: sched: unmark chain as explicitly created on delete

2018-07-26 Thread Jiri Pirko
From: Jiri Pirko Once user manually deletes the chain using "chain del", the chain cannot be marked as explicitly created anymore. Signed-off-by: Jiri Pirko Fixes: 32a4f5ecd738 ("net: sched: introduce chain object to uapi") --- net/sched/cls_api.c | 1 + 1 file changed, 1 insertion(+) diff