linux/net/ipv4/bpfilter
Konstantin Khlebnikov 752beb5ec4 net: bpfilter: fallback to netfilter if failed to load bpfilter kernel 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: d2ba09c17a ("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>
2019-05-16 12:12:40 -07:00
..
Makefile bpfilter: remove trailing newline 2018-07-24 14:10:42 -07:00
sockopt.c net: bpfilter: fallback to netfilter if failed to load bpfilter kernel module 2019-05-16 12:12:40 -07:00