summaryrefslogtreecommitdiffstats
path: root/net/netfilter/Makefile
diff options
context:
space:
mode:
authorFlorian Westphal2016-12-20 21:57:03 +0100
committerPablo Neira Ayuso2017-01-03 14:33:25 +0100
commit9700ba805b4f58d26c4621ad6ba6b0e632e7a04b (patch)
tree199d253ec1638c482a0960b949aa87a94b1d60ba /net/netfilter/Makefile
parentnetfilter: merge udp and udplite conntrack helpers (diff)
downloadkernel-qcow2-linux-9700ba805b4f58d26c4621ad6ba6b0e632e7a04b.tar.gz
kernel-qcow2-linux-9700ba805b4f58d26c4621ad6ba6b0e632e7a04b.tar.xz
kernel-qcow2-linux-9700ba805b4f58d26c4621ad6ba6b0e632e7a04b.zip
netfilter: nat: merge udp and udplite helpers
udplite nat was copied from udp nat, they are virtually 100% identical. Not really surprising given udplite is just udp with partial csum coverage. old: text data bss dec hex filename 11606 1457 210 13273 33d9 nf_nat.ko 330 0 2 332 14c nf_nat_proto_udp.o 276 0 2 278 116 nf_nat_proto_udplite.o new: text data bss dec hex filename 11598 1457 210 13265 33d1 nf_nat.ko 640 0 4 644 284 nf_nat_proto_udp.o Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/netfilter/Makefile')
-rw-r--r--net/netfilter/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/netfilter/Makefile b/net/netfilter/Makefile
index bf5c577113b6..6b3034f12661 100644
--- a/net/netfilter/Makefile
+++ b/net/netfilter/Makefile
@@ -46,7 +46,6 @@ nf_nat-y := nf_nat_core.o nf_nat_proto_unknown.o nf_nat_proto_common.o \
# NAT protocols (nf_nat)
nf_nat-$(CONFIG_NF_NAT_PROTO_DCCP) += nf_nat_proto_dccp.o
nf_nat-$(CONFIG_NF_NAT_PROTO_SCTP) += nf_nat_proto_sctp.o
-nf_nat-$(CONFIG_NF_NAT_PROTO_UDPLITE) += nf_nat_proto_udplite.o
# generic transport layer logging
obj-$(CONFIG_NF_LOG_COMMON) += nf_log_common.o