]> bbs.cooldavid.org Git - net-next-2.6.git/commit - net/netfilter/ipvs/ip_vs_ctl.c
IPVS: Add internal versions of sockopt interface structs
authorJulius Volz <juliusv@google.com>
Tue, 2 Sep 2008 13:55:36 +0000 (15:55 +0200)
committerSimon Horman <horms@verge.net.au>
Fri, 5 Sep 2008 01:17:04 +0000 (11:17 +1000)
commitc860c6b1479992440e4962e9c95d258bfdce4fca
tree25172dc157cf23f02f1639af5ae6bbd39521f627
parentc842a3ada9ba8f0cca38a70de3fe0effcfab254c
IPVS: Add internal versions of sockopt interface structs

Add extended internal versions of struct ip_vs_service_user and struct
ip_vs_dest_user (the originals can't be modified as they are part
of the old sockopt interface). Adjust ip_vs_ctl.c to work with the new
data structures and add some minor AF-awareness.

Signed-off-by: Julius Volz <juliusv@google.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
include/net/ip_vs.h
net/ipv4/ipvs/ip_vs_ctl.c