Skip to content
Snippets Groups Projects
  1. Jun 26, 2014
  2. Jun 21, 2014
  3. Jun 20, 2014
  4. Jun 11, 2014
  5. Jun 10, 2014
  6. May 30, 2014
  7. May 29, 2014
  8. May 28, 2014
  9. May 07, 2014
  10. May 03, 2014
  11. Apr 25, 2014
  12. Apr 23, 2014
  13. Apr 14, 2014
  14. Apr 01, 2014
  15. Mar 26, 2014
  16. Mar 21, 2014
  17. Mar 18, 2014
    • Rich Lane's avatar
      IVSSwitch: wait for ivs to terminate before tearing down node · a7eb5576
      Rich Lane authored
      This was a problem when running IVS in a container. IVS would begin the process
      of closing controller connections on receiving SIGTERM, but often mininet would
      have continued on and removed the control network interface from the container
      before it could send the FIN. The controller wouldn't know the connection had
      been closed until it timed out much later.
      a7eb5576
  18. Mar 16, 2014
  19. Mar 15, 2014
  20. Mar 07, 2014
  21. Mar 01, 2014
  22. Feb 28, 2014
  23. Feb 26, 2014
    • Gregory Gee's avatar
      Change the installation to a separate option as recommended with -V. · 4b7b23cf
      Gregory Gee authored
          This argument expect a parameter which is the version number of OVS you wish to install.
          install.sh -V 2.0.0
      
          What is nice that I tested, is that you can keep running the above to change
          which OVS version you want to test with.  Also, if a new version of OVS
          is released, just run the above again specifying the new version number.
      
          The version number must match the version number in the tarball file name
          like openvswitch-2.0.0.tar.gz.  In this case, the version specified
          must be 2.0.0.
      4b7b23cf
Loading