diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-02-08 09:01:34 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-03-06 09:30:22 +0700 |
commit | 45d4b0ec52d5dd0a2e38b0bf8c4181c68f0658c8 (patch) | |
tree | 9ae4fa6c62cd6b9d71c1cc6cc02b89e16c29c763 /network/openvswitch/README | |
parent | 6628854fa673a846ac91b74013b3108b1458583c (diff) | |
download | slackbuilds-45d4b0ec52d5dd0a2e38b0bf8c4181c68f0658c8.tar.gz |
network/openvswitch: Removed (Requires Linux Kernel < 4.0).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/openvswitch/README')
-rw-r--r-- | network/openvswitch/README | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/network/openvswitch/README b/network/openvswitch/README deleted file mode 100644 index 3416c573e5..0000000000 --- a/network/openvswitch/README +++ /dev/null @@ -1,20 +0,0 @@ -Open vSwitch is a production quality, multilayer virtual switch licensed -under the open source Apache 2.0 license. It is designed to enable -massive network automation through programmatic extension, while still -supporting standard management interfaces (e.g. NetFlow, sFlow, RSPAN, -ERSPAN, CLI). In addition, it is designed to support distribution -across multiple physical servers similar to VMware.s vNetwork distributed -vswitch or Cisco.s Nexus 1000V. - -Open vSwitch can operate both as a soft switch running within the -hypervisor, and as the control stack for switching silicon. It has been -ported to multiple virtualization platforms and switching chipsets. It -is the default switch in the Xen Cloud Platform and also supports Xen, -XenServer, KVM, and VirtualBox. The bulk of the code is written in -platform-independent C and is easily ported to other environments. - -NOTE: In order to remain compatible with newer versions of Slackware this - build script will check for the existence of the Slackware provided - openvswitch.ko kernel module. If the kernel module already exists - on the machine then the script will skip installation of the module - file. Open vSwitch utilities are always installed. |