blob: 8af305c363532d41e9bae632ccd0fbee832b81a7 [file] [log] [blame]
Andreas Wundsam40e14f72013-05-06 14:49:08 -07001package org.openflow.protocol.instructions;
2
3import org.openflow.protocol.OFObject;
4
5public interface OFInstruction extends OFObject {
6
7}