diff options
author | trasz <trasz@FreeBSD.org> | 2011-12-02 04:08:27 +0800 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2011-12-02 04:08:27 +0800 |
commit | a540ab0d6271a77c8952c1c15335fcfc496633d5 (patch) | |
tree | 87267f14eb585e1e1aab02f4dab87ffb893bbe58 /net/Makefile | |
parent | d2970628e9d1cdcd51d12fb10b1827d949255826 (diff) | |
download | freebsd-ports-gnome-a540ab0d6271a77c8952c1c15335fcfc496633d5.tar.gz freebsd-ports-gnome-a540ab0d6271a77c8952c1c15335fcfc496633d5.tar.zst freebsd-ports-gnome-a540ab0d6271a77c8952c1c15335fcfc496633d5.zip |
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 and protocols (e.g. NetFlow, sFlow, RSPAN,
ERSPAN, CLI, LACP, 802.1ag). In addition, it is designed to support
distribution across multiple physical servers similar to VMware's vNetwork
distributed vswitch or Cisco's Nexus 1000V.
WWW: http://openvswitch.org/
Note that there is ongoing work to update this to more current version.
Feature safe: yes
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 95cd758974d9..748af171a62d 100644 --- a/net/Makefile +++ b/net/Makefile @@ -468,6 +468,7 @@ SUBDIR += openser SUBDIR += openslp SUBDIR += opentracker + SUBDIR += openvswitch SUBDIR += ortp SUBDIR += osrtspproxy SUBDIR += ossp-sa |