Kconfig 1.1 KB

1234567891011121314151617181920212223242526272829
  1. #
  2. # Open vSwitch
  3. #
  4. config OPENVSWITCH
  5. tristate "Open vSwitch"
  6. ---help---
  7. Open vSwitch is a multilayer Ethernet switch targeted at virtualized
  8. environments. In addition to supporting a variety of features
  9. expected in a traditional hardware switch, it enables fine-grained
  10. programmatic extension and flow-based control of the network. This
  11. control is useful in a wide variety of applications but is
  12. particularly important in multi-server virtualization deployments,
  13. which are often characterized by highly dynamic endpoints and the
  14. need to maintain logical abstractions for multiple tenants.
  15. The Open vSwitch datapath provides an in-kernel fast path for packet
  16. forwarding. It is complemented by a userspace daemon, ovs-vswitchd,
  17. which is able to accept configuration from a variety of sources and
  18. translate it into packet processing rules.
  19. See http://openvswitch.org for more information and userspace
  20. utilities.
  21. To compile this code as a module, choose M here: the module will be
  22. called openvswitch.
  23. If unsure, say N.