forked from justinpettit/ovs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We decided to call the next release 2.0 instead of 1.12. Signed-off-by: Justin Pettit <[email protected]>
- Loading branch information
Justin Pettit
committed
Aug 28, 2013
1 parent
03c8f0b
commit fe8a179
Showing
3 changed files
with
13 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
# limitations under the License. | ||
|
||
AC_PREREQ(2.64) | ||
AC_INIT(openvswitch, 1.12.90, [email protected]) | ||
AC_INIT(openvswitch, 2.0.0, [email protected]) | ||
AC_CONFIG_SRCDIR([datapath/datapath.c]) | ||
AC_CONFIG_MACRO_DIR([m4]) | ||
AC_CONFIG_AUX_DIR([build-aux]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,4 @@ | ||
openvswitch (1.12.90-1) unstable; urgency=low | ||
[ Open vSwitch team ] | ||
* New upstream version | ||
- Nothing yet! Try NEWS... | ||
|
||
-- Open vSwitch team <[email protected]> Tue, 03 Jul 2013 15:05:34 -0700 | ||
|
||
openvswitch (1.12.0-1) unstable; urgency=low | ||
openvswitch (2.0.0-1) unstable; urgency=low | ||
[ Open vSwitch team ] | ||
* New upstream version | ||
- OpenFlow: | ||
|
@@ -14,6 +7,10 @@ openvswitch (1.12.0-1) unstable; urgency=low | |
* New support for matching outer source and destination IP address | ||
of tunneled packets, for tunnel ports configured with the newly | ||
added "remote_ip=flow" and "local_ip=flow" options. | ||
* Support for matching on metadata 'pkt_mark' for interacting with | ||
other system components. On Linux this corresponds to the skb | ||
mark. | ||
* Support matching, rewriting SCTP ports | ||
- The Interface table in the database has a new "ifindex" column to | ||
report the interface's OS-assigned ifindex. | ||
- New "check-oftest" Makefile target for running OFTest against Open | ||
|
@@ -23,9 +20,12 @@ openvswitch (1.12.0-1) unstable; urgency=low | |
through database paths (e.g. Private key option with the database name | ||
should look like "--private-key=db:Open_vSwitch,SSL,private_key"). | ||
- Added ovs-dev.py, a utility script helpful for Open vSwitch developers. | ||
- Support for Linux kernels up to 3.9 | ||
- Support for Linux kernels up to 3.10 | ||
- ovs-ofctl: | ||
* New "ofp-parse" for printing OpenFlow messages read from a file. | ||
- Added configurable flow caching support to IPFIX exporter. | ||
|
||
-- Open vSwitch team <[email protected]> Tue, 03 Jul 2013 15:02:34 -0700 | ||
-- Open vSwitch team <[email protected]> Wed, 28 Aug 2013 16:11:32 -0700 | ||
|
||
openvswitch (1.11.0-1) unstable; urgency=low | ||
[ Open vSwitch team ] | ||
|