blob: 271e18302ea18a8d281cfb8c9f599cf0860e448d [file] [log] [blame]
Ayaka Koshibe5460d622015-05-14 12:19:19 -07001package org.onosproject.openflow.controller;
2
3/**
4 * A marker interface for optical switches, which require the ability to pass
5 * port information to a Device provider.
6 */
7public interface OpenFlowOpticalSwitch extends OpenFlowSwitch, WithTypedPorts {
8}