Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: bpfilter: fallback to netfilter if failed to load bpfilter kerne…
…l module If bpfilter is not available return ENOPROTOOPT to fallback to netfilter. Function request_module() returns both errors and userspace exit codes. Just ignore them. Rechecking bpfilter_ops is enough. Fixes: d2ba09c ("net: add skeleton of bpfilter kernel module") Signed-off-by: Konstantin Khlebnikov <khlebnikov@yandex-team.ru> Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information