-
- Downloads
Port names should be case-insentive
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...
Showing
- src/main/java/net/floodlightcontroller/core/IOFSwitch.java 1 addition, 0 deletionssrc/main/java/net/floodlightcontroller/core/IOFSwitch.java
- src/main/java/net/floodlightcontroller/core/ImmutablePort.java 4 additions, 1 deletion...ain/java/net/floodlightcontroller/core/ImmutablePort.java
- src/main/java/net/floodlightcontroller/core/OFSwitchBase.java 11 additions, 5 deletions...main/java/net/floodlightcontroller/core/OFSwitchBase.java
Loading
Please register or sign in to comment