Skip to content
Snippets Groups Projects
  1. Mar 24, 2015
  2. Dec 17, 2014
    • Bob Lantz's avatar
      Disable IPv6 via grub command line · a7ad7390
      Bob Lantz authored
      Unfortunately disabling IPv6 via sysctl doesn't actually
      disable it on all of the interfaces by default. Disabling
      it via grub disables it entirely in the VM.
      
      Helps with #454
      a7ad7390
  3. Nov 13, 2014
  4. Sep 30, 2014
  5. Sep 27, 2014
  6. Sep 24, 2014
  7. Sep 23, 2014
    • Bob Lantz's avatar
    • Bob Lantz's avatar
      Don't install lua plugin for wireshark 1.12+ · 47be38e6
      Bob Lantz authored
      Apparently there is a conflict where the lua plugin
      conflicts with the built-in dissector for openflow
      that is included with 1.12 and up. For now, we will
      just not install the plugin. This should fix the
      14.10 VM build.
      
      Additionally, I have added a handy function,
      version_ge, which compares version numbers in
      canonical x.y.z format. Thanks to stackoverflow for
      pointing out the incredibly useful sort -V option!
      47be38e6
    • Bob Lantz's avatar
      Switch to loxigen-built openflow.lua wireshark plugin · 9ca775cb
      Bob Lantz authored
      The older wireshark dissectors were not well-maintained
      and were a pain to build. They also added tons of extra junk
      into our VM images! The ones built into the current
      wireshark are deficient for 1.3. The solution for the
      future is almost certainly to go with the lua-based plugin,
      since it is architecture-independent and should be much
      easier to maintain and upgrade.
      9ca775cb
  8. Feb 28, 2014
  9. Feb 26, 2014
  10. Oct 06, 2013
  11. Sep 18, 2013
  12. Sep 14, 2013
  13. Sep 11, 2013
  14. Aug 25, 2013
  15. Aug 22, 2013
  16. Aug 15, 2013
  17. Aug 05, 2013
  18. Jul 31, 2013
  19. Jul 24, 2013
  20. Jul 20, 2013
  21. Jul 19, 2013
  22. Jul 15, 2013
    • Vitaliy Ivanov's avatar
      Adding mininet doxygen installation dependencies. · 5b609ef9
      Vitaliy Ivanov authored
      Right now after installing mininet using util/install.sh there is a problem when try to generate doc:
      	make doc
      	doxygen doc/doxygen.cfg
      	make: doxygen: Command not found
      	make: *** [doc] Error 127
      Adding doxygen, doxypy and texlive-fonts-recommended packages to fix the problem.
      5b609ef9
  23. Jul 10, 2013
  24. Jun 29, 2013
  25. Jun 21, 2013
Loading