netfilter: nfnetlink_log: 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
71b2e5f5ca
commit
eb075954e9
|
@ -888,7 +888,7 @@ static int nfulnl_recv_config(struct net *net, struct sock *ctnl,
|
|||
goto out_put;
|
||||
default:
|
||||
ret = -ENOTSUPP;
|
||||
break;
|
||||
goto out_put;
|
||||
}
|
||||
} else if (!inst) {
|
||||
ret = -ENODEV;
|
||||
|
|
Loading…
Reference in New Issue