Skip to content
Snippets Groups Projects
  1. May 24, 2013
  2. May 23, 2013
  3. May 22, 2013
  4. May 21, 2013
  5. May 20, 2013
  6. May 19, 2013
  7. May 18, 2013
  8. May 17, 2013
  9. May 16, 2013
  10. May 15, 2013
    • Gregor Maier's avatar
      Merge remote-tracking branch 'bigswitch/master' into bigsync · 67b0a211
      Gregor Maier authored
      Conflicts:
      	floodlight/src/test/java/net/floodlightcontroller/core/internal/ControllerTest.java
      67b0a211
    • Gregor Maier's avatar
      Port names should be case-insentive · 8a95dc4b
      Gregor Maier authored
      Comaprisions of port names and retrivials from IOFSwitch.getPort(String)
      are now case-insentivie. However, we still store port names with their
      original case.
      
      This is a quick-fix were we lower-case the port name before adding it to
      the port map in PortManager. Should really use a map with
      case-insensitive keys...
      8a95dc4b
Loading