sdnpox

Change the OpenFlow Configuration on Floodlight


I would like to find a way to set the miss_send_len on floodlight to 0xFFFD

i.e. translate the following POX line

self.connection.send(of.ofp_set_config(miss_send_len = 0xFFFD)) into floodlight.


Solution

  • A Modification to https://github.com/floodlight/floodlight/blob/master/src/main/java/net/floodlightcontroller/core/internal/OFSwitchHandshakeHandler.java#L1746 was enough to set the miss_send_len to 0xFFFD