1 package org.onosproject.openflow.controller;
4 * A marker interface for optical switches, which require the ability to pass
5 * port information to a Device provider.
7 public interface OpenFlowOpticalSwitch extends OpenFlowSwitch, WithTypedPorts {