blob: 8af305c363532d41e9bae632ccd0fbee832b81a7 [file] [log] [blame]
package org.openflow.protocol.instructions;
import org.openflow.protocol.OFObject;
public interface OFInstruction extends OFObject {
}