blob: b654a5386831abefe413f74437f331ab57a5f230 [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 MatchFieldIteration13Test extends MatchFieldIterationBase {
7 public MatchFieldIteration13Test() {
8 super(OFFactories.getFactory(OFVersion.OF_13));
9 }
10}