blob: b654a5386831abefe413f74437f331ab57a5f230 [file] [log] [blame]
tom0eb04ca2014-08-25 14:34:51 -07001package org.projectfloodlight.protocol.match;
2
3import org.projectfloodlight.openflow.protocol.OFFactories;
4import org.projectfloodlight.openflow.protocol.OFVersion;
5
6public class MatchFieldIteration13Test extends MatchFieldIterationBase {
7 public MatchFieldIteration13Test() {
8 super(OFFactories.getFactory(OFVersion.OF_13));
9 }
10}