X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sliver-openvswitch.spec;h=4737fe980482c9d74d3ba913e660a12404c9e8dd;hb=a24da0658da71d84862f81f8538cb5f6c2d4f7a1;hp=f17e8b3067699f99cc2221701b3b814351d754a6;hpb=4acf4403b29912105096f7dcd22ce4ac880ca00f;p=sliver-openvswitch.git diff --git a/sliver-openvswitch.spec b/sliver-openvswitch.spec index f17e8b306..4737fe980 100644 --- a/sliver-openvswitch.spec +++ b/sliver-openvswitch.spec @@ -2,7 +2,7 @@ # to check for any change: # grep AC_INIT configure.ac %define version 1.8.90 -%define taglevel 3 +%define taglevel 6 %define debug_package %{nil} @@ -32,7 +32,7 @@ Openvswitch tuned for running within a PlanetLab sliver %build ./boot.sh # let's be as close as the regular linux/fedora layout -./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var +./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --with-logdir=/var/log make %install @@ -49,6 +49,19 @@ rm -rf $RPM_BUILD_ROOT %postun %changelog +* Fri Nov 23 2012 Thierry Parmentelat - sliver-openvswitch-1.8.90-6 +- fixes in the exp-tool makefile (bash redirections, scp with key..) + +* Tue Oct 16 2012 Thierry Parmentelat - 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 - sliver-openvswitch-1.8.90-4 +- fix file descriptor leaks + * Fri Sep 28 2012 Thierry Parmentelat - sliver-openvswitch-1.8.90-3 - can specify OpenFlow controller ip/port for each ovs instance - through $(CONTROLLER_), or $(CONTROLLER) by default