Re: [PATCH net] net: bpfilter: fix iptables failure if bpfilter_umh is disabled

2018-11-05 Thread David Miller
From: Taehee Yoo Date: Mon, 5 Nov 2018 22:31:41 +0900 > When iptables command is executed, ip_{set/get}sockopt() try to upload > bpfilter.ko if bpfilter is enabled. if it couldn't find bpfilter.ko, > command is failed. > bpfilter.ko is generated if CONFIG_BPFILTER_UMH is enabled. > ip_{set/get}s

[PATCH net] net: bpfilter: fix iptables failure if bpfilter_umh is disabled

2018-11-05 Thread Taehee Yoo
When iptables command is executed, ip_{set/get}sockopt() try to upload bpfilter.ko if bpfilter is enabled. if it couldn't find bpfilter.ko, command is failed. bpfilter.ko is generated if CONFIG_BPFILTER_UMH is enabled. ip_{set/get}sockopt() only checks CONFIG_BPFILTER. So that if CONFIG_BPFILTER is