blob: b654a5386831abefe413f74437f331ab57a5f230 [file] [log] [blame]
package org.projectfloodlight.protocol.match;
import org.projectfloodlight.openflow.protocol.OFFactories;
import org.projectfloodlight.openflow.protocol.OFVersion;
public class MatchFieldIteration13Test extends MatchFieldIterationBase {
public MatchFieldIteration13Test() {
super(OFFactories.getFactory(OFVersion.OF_13));
}
}