#
# Kernel vSwitch
#

config KVS
	tristate "KVS"
	depends on INET
	---help---
	  KVS is a Kernel vSwitch for virtualization pkt forwarding, using
	  graph-node pkt forwarding engine and vpc/subnet/route concepts,
	  which is more simple for pkt forwarding and diagnostics, comparing
	  with ovs, which using openflow and mega-dpcls flows.

	  Currently, we support acl and qos, security group and ipv6 supporting
	  is still in development.

	  To compile this code as a module, choose M here: the module will be
	  called synproxy.

	  If unsure, say N.
