Skip to content

Commit

Permalink
Cleaning some lines
Browse files Browse the repository at this point in the history
  • Loading branch information
luissequeira committed Sep 6, 2016
1 parent 8a52ff5 commit fd389d1
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -699,14 +699,8 @@ public int getChannelFromAgent (String pool, InetAddress agentAddr) {
* @param Channel
*/
//@Override
//public void sendChannelSwitchToClient (String pool, InetAddress agentAddr, MACAddress clientHwAddr, List<String> lvapSsids, int channel) {
private void sendChannelSwitchToClient (String pool, InetAddress agentAddr, MACAddress clientHwAddr, List<String> lvapSsids, int channel) {
//log.info ("TestingCSA::::::::::::::::::::::::::::OdinMaster ");
MACAddress bssid = poolManager.generateBssidForClient(clientHwAddr);
//log.info ("TestingCSA::::::::::::::::::::::::::::OdinMaster " + bssid);
// Set<String> ssidList = poolManager.getSsidListForPool(pool);//.contains(ssid);
//log.info ("TestingCSA::::::::::::::::::::::::::::OdinMaster " + ssidList);
//agentManager.getAgent(agentAddr).sendChannelSwitch(clientHwAddr, bssid, new HashSet<String>(lvapSsids), channel);
agentManager.getAgent(agentAddr).sendChannelSwitch(clientHwAddr, bssid, lvapSsids, channel);
}

Expand Down Expand Up @@ -1008,7 +1002,7 @@ public Command receive(IOFSwitch sw, OFMessage msg, FloodlightContext cntx) {
return Command.CONTINUE;
}

log.info("*** DHCP packet *for our client* received... ***");
log.info("*** DHCP packet *for our client* received... *** ");

// Look for the Your-IP field in the DHCP packet
if (packet.getYourIPAddress() != 0) {
Expand Down

0 comments on commit fd389d1

Please sign in to comment.