netfilter: nfnetlink_queue: just returns error for unknown command
This patch stops processing options for unknown command. Signed-off-by: Ken-ichirou MATSUZAWA <chamas@h4.dion.ne.jp> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
This commit is contained in:
parent
17bc6b4884
commit
21c3c971d1
|
@ -1182,7 +1182,7 @@ static int nfqnl_recv_config(struct net *net, struct sock *ctnl,
|
|||
break;
|
||||
default:
|
||||
ret = -ENOTSUPP;
|
||||
break;
|
||||
goto err_out_unlock;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue