]> bbs.cooldavid.org Git - net-next-2.6.git/commit
IPVS: sip persistence engine
authorSimon Horman <horms@verge.net.au>
Sun, 22 Aug 2010 12:37:55 +0000 (21:37 +0900)
committerSimon Horman <horms@verge.net.au>
Mon, 4 Oct 2010 13:45:24 +0000 (22:45 +0900)
commit758ff03387228824617cef9507e5682488bf9e0c
tree92fa1ff9df6545aa4d3949de9cdcf3ccffe5091c
parentf71499aa11f884255b69ce6c3b3c398c821591a1
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>
net/netfilter/ipvs/Kconfig
net/netfilter/ipvs/Makefile
net/netfilter/ipvs/ip_vs_pe_sip.c [new file with mode: 0644]