Thread (12 messages) flat view 12 messages, 4 authors, 2018-02-13

Re: [PATCH net-next 7/8] net: sched: act: handle extack in tcf_generic_walker

From: Davide Caratti <hidden>
Date: 2018-02-13 09:58:04

On Mon, 2018-02-12 at 15:19 -0500, Alexander Aring wrote:
quoted hunk ↗ jump to hunk
 
@@ -211,7 +212,8 @@ int tcf_generic_walker(struct tc_action_net *tn, struct sk_buff *skb,
 	} else if (type == RTM_GETACTION) {
 		return tcf_dump_walker(idrinfo, skb, cb);
 	} else {
-		WARN(1, "tcf_generic_walker: unknown action %d\n", type);
+		WARN(1, "tcf_generic_walker: unknown command %d\n", type);
+		NL_SET_ERR_MSG(extack, "tcf_generic_walker: unknown command\n");
minor nit: maybe we don't need the '\n' in the above message? 

thanks!
-- 
davide
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help