blob: f01f8fea285832d6db3190781724cac555f2b8c8 [file] [log] [blame]
package org.openflow.protocol.actions;
import org.openflow.protocol.OFObject;
public interface OFAction extends OFObject {
}