Setting tag sliver-openvswitch-1.8.90-5 sliver-openvswitch-1.8.90-5
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 16 Oct 2012 08:54:02 +0000 (10:54 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 16 Oct 2012 08:54:02 +0000 (10:54 +0200)
numerous additional make targets for finer control (use make help)
including gprobe for reporting traffic to an ndnmap instance
related, more functions in sliver-ovs as well, like exposing
detailed info (mac, dpids..) relevant to the OF controller
retrieving rx_bytes/tx_bytes (fixed) accessible through ovs-appctl

sliver-openvswitch.spec

index 3157f2d..819f8f2 100644 (file)
@@ -2,7 +2,7 @@
 # to check for any change:
 # grep AC_INIT configure.ac 
 %define version 1.8.90
-%define taglevel 4
+%define taglevel 5
 
 %define debug_package %{nil}
 
@@ -49,6 +49,13 @@ rm -rf $RPM_BUILD_ROOT
 %postun
 
 %changelog
+* Tue Oct 16 2012 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - sliver-openvswitch-1.8.90-5
+- numerous additional make targets for finer control (use make help)
+- including gprobe for reporting traffic to an ndnmap instance
+- related, more functions in sliver-ovs as well, like exposing
+- detailed info (mac, dpids..) relevant to the OF controller
+- retrieving rx_bytes/tx_bytes (fixed) accessible through ovs-appctl
+
 * Fri Sep 28 2012 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - sliver-openvswitch-1.8.90-4
 - fix file descriptor leaks