blob: c6f4471c913815eb077154fd03554090ed2a21ed [file] [log] [blame]
tom7ef8ff92014-09-17 13:08:06 -07001package org.projectfloodlight.protocol.match;
2
3import org.projectfloodlight.openflow.protocol.OFFactories;
4import org.projectfloodlight.openflow.protocol.OFVersion;
5
6public class MatchFieldIteration10Test extends MatchFieldIterationBase {
7 public MatchFieldIteration10Test() {
8 super(OFFactories.getFactory(OFVersion.OF_10));
9 }
10}