aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/Makefile
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2010-08-22 21:37:55 +0900
committerSimon Horman <horms@verge.net.au>2010-10-04 22:45:24 +0900
commit758ff03387228824617cef9507e5682488bf9e0c (patch)
tree92fa1ff9df6545aa4d3949de9cdcf3ccffe5091c /net/netfilter/ipvs/Makefile
parentIPVS: Fallback if persistence engine fails (diff)
downloadlinux-dev-758ff03387228824617cef9507e5682488bf9e0c.tar.xz
linux-dev-758ff03387228824617cef9507e5682488bf9e0c.zip
IPVS: sip persistence engine
Add the SIP callid as a key for persistence. This allows multiple connections from the same IP address to be differentiated on the basis of the callid. When used in conjunction with the persistence mask, it allows connections from different IP addresses to be aggregated on the basis of the callid. It is envisaged that a persistence mask of 0.0.0.0 will be a useful setting. That is, ignore the source IP address when checking for persistence. It is envisaged that this option will be used in conjunction with one-packet scheduling. This only works with UDP and cannot be made to work with TCP within the current framework. Signed-off-by: Simon Horman <horms@verge.net.au> Acked-by: Julian Anastasov <ja@ssi.bg>
Diffstat (limited to 'net/netfilter/ipvs/Makefile')
-rw-r--r--net/netfilter/ipvs/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/netfilter/ipvs/Makefile b/net/netfilter/ipvs/Makefile
index 4a87bf3c6293..34ee602ddb66 100644
--- a/net/netfilter/ipvs/Makefile
+++ b/net/netfilter/ipvs/Makefile
@@ -35,3 +35,6 @@ obj-$(CONFIG_IP_VS_NQ) += ip_vs_nq.o
# IPVS application helpers
obj-$(CONFIG_IP_VS_FTP) += ip_vs_ftp.o
+
+# IPVS connection template retrievers
+obj-$(CONFIG_IP_VS_PE_SIP) += ip_vs_pe_sip.o