diff options
author | Rongguang Wei <weirongguang@kylinos.cn> | 2022-04-20 05:38:04 +0300 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2022-04-25 11:37:33 +0300 |
commit | b9b1e0da5800a41a537f3bd1c294e492dad5cc9e (patch) | |
tree | 477620f0b3fe68ff586e5b6c6b5614cb2793d730 /net | |
parent | babc3dc9524f0bcb5a0ec61f3c3639b11508fad6 (diff) | |
download | linux-b9b1e0da5800a41a537f3bd1c294e492dad5cc9e.tar.xz |
netfilter: flowtable: Remove the empty file
CONFIG_NF_FLOW_TABLE_IPV4 is already removed and the real user is also
removed(nf_flow_table_ipv4.c is empty).
Fixes: c42ba4290b2147aa ("netfilter: flowtable: remove ipv4/ipv6 modules")
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net')
-rw-r--r-- | net/ipv4/netfilter/nf_flow_table_ipv4.c | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/net/ipv4/netfilter/nf_flow_table_ipv4.c b/net/ipv4/netfilter/nf_flow_table_ipv4.c deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/net/ipv4/netfilter/nf_flow_table_ipv4.c +++ /dev/null |