blob: 2cb358310eff3476fc20889dc2f9a7dcae75913b [file] [log] [blame]
package org.projectfloodlight.openflow.protocol;
import org.projectfloodlight.openflow.types.BundleId;
public interface BundleIdGenerator {
BundleId nextBundleId();
}