blob: c6f4471c913815eb077154fd03554090ed2a21ed [file] [log] [blame]
alshabib1f44e8e2014-08-14 15:19:57 -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}