-
- Downloads
SSL support for southbound OpenFlow sockets. Enable/disable SSL from...
SSL support for southbound OpenFlow sockets. Enable/disable SSL from floodlightdefault.properties (YES=enabled, NO=disabled to the useSsl variable), set the keystore, and password. By default, SSL is disabled. Keystore needs to be configured with a public/private/cert for FL and with the certificates for each OVS ahead of time. Each key should have the same password as the keystore itself.
Showing
- src/main/java/net/floodlightcontroller/core/internal/OFChannelHandler.java 4 additions, 0 deletions.../floodlightcontroller/core/internal/OFChannelHandler.java
- src/main/java/net/floodlightcontroller/core/internal/OFSwitchManager.java 87 additions, 53 deletions...t/floodlightcontroller/core/internal/OFSwitchManager.java
- src/main/java/net/floodlightcontroller/core/internal/OpenflowPipelineFactory.java 179 additions, 103 deletions...ightcontroller/core/internal/OpenflowPipelineFactory.java
- src/main/java/net/floodlightcontroller/core/internal/SwitchManagerCounters.java 10 additions, 0 deletions...dlightcontroller/core/internal/SwitchManagerCounters.java
- src/main/resources/floodlightdefault.properties 3 additions, 0 deletionssrc/main/resources/floodlightdefault.properties
- src/main/resources/logback-test.xml 1 addition, 1 deletionsrc/main/resources/logback-test.xml
Loading
Please register or sign in to comment