@@ -122,7 +124,7 @@ class OFChannelHandler extends IdleStateAwareChannelHandler {
...
@@ -122,7 +124,7 @@ class OFChannelHandler extends IdleStateAwareChannelHandler {
// we only expect features reply in the WAIT_FEATURES_REPLY state
// we only expect features reply in the WAIT_FEATURES_REPLY state
illegalMessageReceived(m);
illegalMessageReceived(m);
}
}
voidprocessOFPortStatus(OFPortStatusm){
voidprocessOFPortStatus(OFPortStatusm){
unhandledMessageReceived(m);
unhandledMessageReceived(m);
}
}
...
@@ -419,7 +421,7 @@ class OFChannelHandler extends IdleStateAwareChannelHandler {
...
@@ -419,7 +421,7 @@ class OFChannelHandler extends IdleStateAwareChannelHandler {
super.processOFHello(m);/* Versions don't match as they should; abort */
super.processOFHello(m);/* Versions don't match as they should; abort */
}
}
}
}
@Override
@Override
voidprocessOFPortStatus(OFPortStatusm){
voidprocessOFPortStatus(OFPortStatusm){
log.warn("Ignoring PORT_STATUS message from {} during OpenFlow channel establishment. Ports will be explicitly queried in a later state.",channel.getRemoteAddress());
log.warn("Ignoring PORT_STATUS message from {} during OpenFlow channel establishment. Ports will be explicitly queried in a later state.",channel.getRemoteAddress());
...
@@ -429,6 +431,15 @@ class OFChannelHandler extends IdleStateAwareChannelHandler {
...
@@ -429,6 +431,15 @@ class OFChannelHandler extends IdleStateAwareChannelHandler {