config ASG_CLUSTER
	bool "ASG cluster code"
	depends on NETFILTER_XTABLES
	select CONFIG_PROC_FS
	---help---
	  ASG cluster support, please see http://wiki/index.php/ASLV7/Clustering
	  for more information.

if ASG_CLUSTER

config ASG_CLUSTER_CONTROL
	tristate
	default n

config ASG_CLUSTER_CONTROL_IPV4
	tristate "IPv4 cluster control"
	depends on INET
	select IP_SCHEDULER
	select ASG_CLUSTER_CONTROL
	---help---
	  ASG cluster control via /proc/asg_cluster interface

config ASG_CLUSTER_CONTROL_IPV6
	tristate "IPv6 cluster control"
	depends on IPV6
	select IP_SCHEDULER
	select ASG_CLUSTER_CONTROL
	---help---
	  ASG cluster control via /proc/asg_cluster interface

config ASG_CLUSTER_NF_MATCH
	tristate "'asg_cluster' match support"
	---help---
	  Match for ASG Cluster

config ASG_CLUSTER_NF_TARGET
	tristate "'ASG_CLUSTER' target support"
	---help---
	  Target for ASG Cluster

endif
