blob: 2a648152b8e463219d0ef4eee4964ee7122482c2 [file] [log] [blame]
package org.onlab.onos.net.flow;
import org.onlab.onos.net.Description;
/**
* Information about a flow rule.
*/
public interface FlowDescription extends Description {
// Match and action, possibly reason for flow rule, unless reason is too OF-specific.
}